You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
502 lines
11 KiB
502 lines
11 KiB
11 months ago
|
/*layer样式*/
|
||
|
.layui-layer-title {
|
||
|
padding: 0px 80px 0px 20px !important;
|
||
|
height: 42px !important;
|
||
|
line-height: 42px !important;
|
||
|
border-bottom: 1px solid rgb(21,128,220) !important;
|
||
|
font-size: 17px !important;
|
||
|
color: rgb(254,253,255) !important;
|
||
|
overflow: hidden !important;
|
||
|
background-color: rgb(21,128,220) !important;
|
||
|
border-radius: 2px 2px 0px 0px !important;
|
||
|
}
|
||
|
|
||
|
.childrenBody {
|
||
|
padding: 0px;
|
||
|
background-color: rgb(18,63,120);
|
||
|
}
|
||
|
|
||
|
.layui-input-block {
|
||
|
margin-left: 131px;
|
||
|
min-height: 36px;
|
||
|
}
|
||
|
|
||
|
form input.layui-input[disabled] {
|
||
|
color: #FEFDFF !important;
|
||
|
background: rgb(9,52,105) !important;
|
||
|
}
|
||
|
|
||
|
.layui-form-label {
|
||
|
float: left;
|
||
|
display: block;
|
||
|
padding: 9px 15px;
|
||
|
/*width: 100px;*/
|
||
|
font-weight: 400;
|
||
|
line-height: 20px;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.layui-form-label {
|
||
|
/*float: left;
|
||
|
display: block;
|
||
|
padding: 9px 15px;
|
||
|
width: 80px;
|
||
|
font-weight: 400;
|
||
|
line-height: 20px;
|
||
|
text-align: right;*/
|
||
|
color: rgb(254,253,255) !important;
|
||
|
}
|
||
|
/*必填项星号*/
|
||
|
.label-required-next:after {
|
||
|
top: 6px;
|
||
|
right: 5px;
|
||
|
color: red;
|
||
|
content: '*';
|
||
|
position: absolute;
|
||
|
margin-left: 4px;
|
||
|
font-weight: 700;
|
||
|
line-height: 1.8em;
|
||
|
}
|
||
|
|
||
|
/*输入框*/
|
||
|
.layui-input, .layui-select, .layui-textarea {
|
||
|
height: 38px;
|
||
|
line-height: 1.3;
|
||
|
line-height: 38px\9;
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
background-color: rgb(9,52,105);
|
||
|
border-radius: 2px;
|
||
|
color: #c8f1ff !important;
|
||
|
}
|
||
|
/*文本框提示信息样式*/
|
||
|
.layui-input::-webkit-input-placeholder, .layui-select::-webkit-input-placeholder, .layui-textarea::-webkit-input-placeholder {
|
||
|
line-height: 1.3;
|
||
|
color: #FEFDFF;
|
||
|
}
|
||
|
|
||
|
.layui-badge-rim, .layui-colla-content, .layui-colla-item, .layui-collapse, .layui-elem-field, .layui-form-pane .layui-form-item[pane], .layui-form-pane .layui-form-label, .layui-input, .layui-layedit, .layui-layedit-tool, .layui-quote-nm, .layui-select, .layui-tab-bar, .layui-tab-card, .layui-tab-title, .layui-tab-title .layui-this:after, .layui-textarea {
|
||
|
border-color: rgb(33,88,155);
|
||
|
}
|
||
|
|
||
|
.layui-input:hover, .layui-textarea:hover {
|
||
|
border-color: rgb(0,191,255) !important;
|
||
|
}
|
||
|
|
||
|
.layui-input:focus, .layui-textarea:focus {
|
||
|
border-color: rgb(0,191,255) !important;
|
||
|
}
|
||
|
|
||
|
.layui-form-danger + .layui-form-select .layui-input, .layui-form-danger:focus {
|
||
|
border-color: rgb(0,191,255) !important;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*滚动条*/
|
||
|
::-webkit-scrollbar {
|
||
|
width: 3px;
|
||
|
height: 3px;
|
||
|
background-color: #1b3971;
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
|
||
|
::-webkit-scrollbar-thumb {
|
||
|
border-radius: 3px;
|
||
|
background: #496bc9;
|
||
|
}
|
||
|
/*下拉框样式*/
|
||
|
.layui-form-selected dl {
|
||
|
display: block !important;
|
||
|
}
|
||
|
|
||
|
.layui-form-select dl {
|
||
|
display: none;
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
/*top: 42px;*/ /*注释此项,如果下拉框在最下面时候,会自动向上展开,如果此项覆盖layui-form-selectup后强制向下展示导致报错*/
|
||
|
padding: 5px 0;
|
||
|
z-index: 899;
|
||
|
min-width: 100%;
|
||
|
border: 1px solid #21589b;
|
||
|
max-height: 300px;
|
||
|
overflow-y: auto;
|
||
|
background-color: #123f78;
|
||
|
border-radius: 2px;
|
||
|
box-shadow: 0 2px 4px rgba(0,0,0,.12);
|
||
|
box-sizing: border-box
|
||
|
}
|
||
|
|
||
|
|
||
|
.layui-form-select dl dd:hover {
|
||
|
background-color: rgb(21,128,220);
|
||
|
}
|
||
|
|
||
|
.layui-form-select dl dd, .layui-form-select dl dt {
|
||
|
padding: 0 10px;
|
||
|
line-height: 36px;
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis
|
||
|
}
|
||
|
|
||
|
.layui-form-select dl dt {
|
||
|
font-size: 12px;
|
||
|
color: #999
|
||
|
}
|
||
|
|
||
|
.layui-form-select dl dd {
|
||
|
background-color: rgb(18,63,120) !important;
|
||
|
color: #FEFDFF !important;
|
||
|
cursor: pointer
|
||
|
}
|
||
|
|
||
|
|
||
|
.layui-form-select .layui-select-group dd {
|
||
|
padding-left: 20px
|
||
|
}
|
||
|
|
||
|
.layui-form-select dl dd.layui-select-tips {
|
||
|
padding-left: 10px !important;
|
||
|
color: #FEFDFF;
|
||
|
}
|
||
|
|
||
|
.layui-form-select dl dd.layui-this {
|
||
|
background-color: #5FB878;
|
||
|
color: #FEFDFF;
|
||
|
}
|
||
|
|
||
|
/*提交按钮*/
|
||
|
/*.layui-btn {
|
||
|
display: inline-block;
|
||
|
height: 38px;
|
||
|
line-height: 38px;
|
||
|
padding: 0 18px;
|
||
|
background-color: #009688;
|
||
|
color: #fff;
|
||
|
white-space: nowrap;
|
||
|
text-align: center;
|
||
|
font-size: 18px;
|
||
|
border: none;
|
||
|
border-radius: 2px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
.layui-btn-normal {
|
||
|
background-color: #1E9FFF;
|
||
|
width:100px;
|
||
|
}*/
|
||
|
|
||
|
/*下拉多选框*/
|
||
|
.lay-ext-mulitsel .layui-input.multiple {
|
||
|
line-height: auto;
|
||
|
height: auto;
|
||
|
padding: 4px 10px 4px 10px;
|
||
|
overflow: hidden;
|
||
|
min-height: 38px;
|
||
|
margin-top: -38px;
|
||
|
left: 0;
|
||
|
z-index: 99;
|
||
|
position: relative;
|
||
|
background: rgb(9,52,105) !important;
|
||
|
color: #FEFDFF;
|
||
|
}
|
||
|
|
||
|
.lay-ext-mulitsel .layui-input.multiple a {
|
||
|
padding: 2px 5px;
|
||
|
background: #5FB878;
|
||
|
border-radius: 2px;
|
||
|
color: #c8f1ff !important;
|
||
|
display: block;
|
||
|
line-height: 20px;
|
||
|
height: 20px;
|
||
|
margin: 2px 5px 2px 0;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.lay-ext-mulitsel .layui-form-select dl dd.layui-this {
|
||
|
background-color: #fff;
|
||
|
background-color: rgb(9,52,105) !important;
|
||
|
color: #c8f1ff !important;
|
||
|
}
|
||
|
|
||
|
.lay-ext-mulitsel .tips {
|
||
|
pointer-events: none;
|
||
|
position: absolute;
|
||
|
left: 10px;
|
||
|
top: 10px;
|
||
|
color: #FEFDFF !important;
|
||
|
}
|
||
|
|
||
|
.layui-form-checkbox[lay-skin=primary] span {
|
||
|
padding-left: 0;
|
||
|
padding-right: 15px;
|
||
|
line-height: 18px;
|
||
|
background: 0 0;
|
||
|
color: #FEFDFF;
|
||
|
}
|
||
|
/*ZTree样式*/
|
||
|
.ztreebody {
|
||
|
background-color: rgb(18,63,120);
|
||
|
}
|
||
|
|
||
|
.ztree li a.curSelectedNode {
|
||
|
padding-top: 0px;
|
||
|
background-color: rgb(9,52,105) !important;
|
||
|
/*background-color: #c8f1ff!important;*/
|
||
|
color: black;
|
||
|
height: 21px;
|
||
|
opacity: 0.8;
|
||
|
}
|
||
|
|
||
|
.ztree li a:hover {
|
||
|
/*text-decoration: rgb(21, 128, 220) !important;*/
|
||
|
text-decoration: none !important;
|
||
|
}
|
||
|
|
||
|
.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn {
|
||
|
padding-top: 1px !important;
|
||
|
}
|
||
|
|
||
|
.layui-layer-btn {
|
||
|
text-align: right;
|
||
|
padding: 0px 15px 12px;
|
||
|
pointer-events: auto;
|
||
|
user-select: none;
|
||
|
-webkit-user-select: none;
|
||
|
background-color: rgb(18,63,120);
|
||
|
}
|
||
|
|
||
|
.layui-layer {
|
||
|
-webkit-overflow-scrolling: touch;
|
||
|
top: 150px;
|
||
|
left: 0;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
background-color: rgb(18,63,120) !important;
|
||
|
-webkit-background-clip: content;
|
||
|
border-radius: 2px;
|
||
|
box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
|
||
|
}
|
||
|
.layui-layer-border {
|
||
|
/*border: 1px solid #0066cc !important;*/
|
||
|
border: 1px solid #8fe3ff !important;
|
||
|
border: 1px solid rgba(0,0,0,.1);
|
||
|
}
|
||
|
|
||
|
.layui-layer-title {
|
||
|
padding: 0 80px 0 20px;
|
||
|
height: 42px;
|
||
|
line-height: 42px;
|
||
|
border-bottom: 1px solid rgb(21, 128, 220) !important;
|
||
|
font-size: 14px;
|
||
|
color: #FEFDFF !important;
|
||
|
overflow: hidden;
|
||
|
background-color: rgb(21, 128, 220) !important;
|
||
|
border-radius: 2px 2px 0 0;
|
||
|
}
|
||
|
|
||
|
.layui-layer-dialog .layui-layer-content {
|
||
|
position: relative;
|
||
|
padding: 20px;
|
||
|
line-height: 24px;
|
||
|
word-break: break-all;
|
||
|
overflow: hidden;
|
||
|
font-size: 14px;
|
||
|
overflow-x: hidden;
|
||
|
overflow-y: auto;
|
||
|
color: #c8f1ff !important;
|
||
|
}
|
||
|
|
||
|
.layui-layer-dialog .layui-layer-content .layui-layer-ico {
|
||
|
position: absolute;
|
||
|
top: 16px;
|
||
|
left: 15px;
|
||
|
_left: -40px;
|
||
|
width: 30px;
|
||
|
height: 30px
|
||
|
}
|
||
|
|
||
|
.layui-layer-hui {
|
||
|
min-width: 100px;
|
||
|
background-color: #000;
|
||
|
filter: alpha(opacity=60);
|
||
|
background-color: rgba(0,0,0,.6);
|
||
|
color: #fff;
|
||
|
border: none
|
||
|
}
|
||
|
layui-layer-dialog .layui-layer-padding {
|
||
|
padding: 20px 20px 20px 55px;
|
||
|
text-align: left;
|
||
|
/*color: #FEFDFF!important;*/
|
||
|
}
|
||
|
|
||
|
|
||
|
/*
|
||
|
.layui-anim-upbit {
|
||
|
display: none;
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 42px;
|
||
|
padding: 5px 0;
|
||
|
z-index: 899;
|
||
|
min-width: 100%;
|
||
|
border: 1px solid #21589b;
|
||
|
max-height: 300px;
|
||
|
overflow-y: auto;
|
||
|
background-color: #123f78;
|
||
|
border-radius: 2px;
|
||
|
box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
|
||
|
box-sizing: border-box;
|
||
|
}*/
|
||
|
|
||
|
.layui-elem-quote {
|
||
|
margin-bottom: 10px;
|
||
|
line-height: 22px;
|
||
|
background-color: rgb(18,63,120) !important;
|
||
|
padding: 15px;
|
||
|
border-left: none !important;
|
||
|
border-radius: 0px 2px 2px 0px;
|
||
|
color: #FEFDFF;
|
||
|
}
|
||
|
|
||
|
.layui-table td, .layui-table th {
|
||
|
position: relative;
|
||
|
padding: 9px 15px;
|
||
|
min-height: 20px;
|
||
|
line-height: 20px;
|
||
|
font-size: 14px;
|
||
|
background-color: rgb(18,63,120);
|
||
|
border: none;
|
||
|
color: #FEFDFF;
|
||
|
}
|
||
|
|
||
|
.layui-table-tips-main {
|
||
|
margin: -44px 0 0 -1px;
|
||
|
max-height: 150px;
|
||
|
padding: 8px 15px;
|
||
|
font-size: 14px;
|
||
|
overflow-y: scroll;
|
||
|
background-color: rgb(18,63,120) !important;
|
||
|
color: #FEFDFF;
|
||
|
}
|
||
|
|
||
|
.layui-table-grid-down {
|
||
|
background: transparent;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
.layui-table-grid-down:hover {
|
||
|
background: transparent;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
.childrenBody div label {
|
||
|
color: #c8f1ff;
|
||
|
}
|
||
|
/*附件上传*/
|
||
|
.file {
|
||
|
position: relative;
|
||
|
display: inline-block;
|
||
|
background: #2dadb9;
|
||
|
border: 1px solid #2dadb9;
|
||
|
border-radius: 4px;
|
||
|
padding: 4px 12px;
|
||
|
overflow: hidden;
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
text-indent: 0;
|
||
|
line-height: 30px;
|
||
|
margin-left: 0px !important;
|
||
|
}
|
||
|
|
||
|
/*通知通告详情*/
|
||
|
.newsinfo .newstitle {
|
||
|
font-size: 20px;
|
||
|
text-align: center;
|
||
|
padding: 20px 0px;
|
||
|
line-height: 30px;
|
||
|
color: #FEFDFF;
|
||
|
}
|
||
|
|
||
|
.newsinfo .newsdate {
|
||
|
border-bottom: 1px dashed #CCCCCC;
|
||
|
padding-bottom: 20px;
|
||
|
font-size: 14px;
|
||
|
text-align: center;
|
||
|
color: #c8f1ff;
|
||
|
}
|
||
|
|
||
|
.summary {
|
||
|
padding: 20px 0;
|
||
|
line-height: 30px;
|
||
|
color: #FEFDFF;
|
||
|
}
|
||
|
|
||
|
.newscont {
|
||
|
color: #FEFDFF;
|
||
|
}
|
||
|
|
||
|
/*layDate日期控件*/
|
||
|
.layui-laydate, .layui-laydate-hint {
|
||
|
border: 1px solid rgb(33,88,155) !important;
|
||
|
box-shadow: rgb(0 0 0 / 12%) 0px 2px 4px;
|
||
|
background-color: rgb(255, 255, 255);
|
||
|
background-color: rgb(18,63,120) !important;
|
||
|
color: rgb(102, 102, 102);
|
||
|
color: #FEFDFF !important;
|
||
|
}
|
||
|
|
||
|
|
||
|
.laydate-footer-btns {
|
||
|
position: absolute;
|
||
|
right: 10px;
|
||
|
top: 10px;
|
||
|
}
|
||
|
|
||
|
.laydate-footer-btns span {
|
||
|
height: 26px;
|
||
|
line-height: 26px;
|
||
|
margin: 0 0 0 -1px;
|
||
|
padding: 0 10px;
|
||
|
border: 1px solid rgb(0,191,255) !important;
|
||
|
background-color: #1E9FFF !important;
|
||
|
white-space: nowrap;
|
||
|
vertical-align: top;
|
||
|
border-radius: 2px;
|
||
|
}
|
||
|
|
||
|
.layui-laydate-footer span:hover {
|
||
|
color: rgb(0,191,255) !important;
|
||
|
}
|
||
|
|
||
|
.layui-laydate-header i {
|
||
|
position: absolute;
|
||
|
top: 10px;
|
||
|
color: #FEFDFF !important;
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
|
||
|
.layui-laydate-content .laydate-day-next, .layui-laydate-content .laydate-day-prev {
|
||
|
color: rgb(0,191,255) !important;
|
||
|
}
|
||
|
|
||
|
.layui-laydate-content td {
|
||
|
color: #FEFDFF !important;
|
||
|
}
|
||
|
|
||
|
.layui-laydate-content th {
|
||
|
font-weight: 400;
|
||
|
color: #FEFDFF !important;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.layui-form-label {
|
||
|
width: 100px;
|
||
|
}
|
||
|
|
||
|
.layui-form-radio {
|
||
|
color: #FEFDFF;
|
||
|
}
|