172 lines
2.9 KiB
CSS
172 lines
2.9 KiB
CSS
.layui-form-item{
|
|
margin-bottom:0;
|
|
}
|
|
.layui-form-radio{
|
|
margin-top:-5px;
|
|
padding:0;
|
|
}
|
|
.layui-form-radio>i{
|
|
font-size:14px;
|
|
color:#21BCF6;
|
|
}
|
|
.layui-table-view{
|
|
margin:0;
|
|
}
|
|
|
|
/* table */
|
|
.layui-form{
|
|
margin:0;
|
|
}
|
|
|
|
.layui-table img{
|
|
max-width:100%;
|
|
position: relative;
|
|
top:4px;
|
|
}
|
|
|
|
.layui-table-view .layui-table{
|
|
background:none;
|
|
width:100% !important;
|
|
height:100%;
|
|
}
|
|
|
|
|
|
.layui-table thead{
|
|
width:100% !important;
|
|
padding:0 !important;
|
|
margin:0 !important;
|
|
}
|
|
.layui-table thead tr{
|
|
background:#0847A4 !important;
|
|
}
|
|
.layui-table th,
|
|
.layui-table td{
|
|
border-color: #0847A4 !important;
|
|
color:#fff !important;
|
|
border:0;
|
|
text-align:center !important;
|
|
|
|
}
|
|
.layui-table thead th{
|
|
color:#40B6E8 !important;
|
|
}
|
|
.layui-table-header{
|
|
border-color: #0847A4 !important;
|
|
background:rgba(11,15,49,0.1);
|
|
border:0;
|
|
}
|
|
.layui-table tr:nth-child(even){
|
|
background-color: #0847A4 !important;
|
|
}
|
|
.intellEarlyWarningList tbody .layui-table-cell{
|
|
height:160px !important;
|
|
line-height:160px !important;
|
|
|
|
}
|
|
.intellEarlyWarningList tbody tr{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.layui-table-hover
|
|
{
|
|
background:none !important;
|
|
/* background-color:#0847A4 !important;
|
|
border-color:#0847A4 !important; */
|
|
}
|
|
.layui-table-hover td{
|
|
border-color:#0847A4 !important;
|
|
}
|
|
.layui-table-view{
|
|
border:0;
|
|
}
|
|
|
|
.layui-table-view .layui-table td, .layui-table-view .layui-table th{
|
|
padding:6px 0;
|
|
}
|
|
|
|
.layui-form-radio *{
|
|
font-size:12px;
|
|
}
|
|
|
|
.layui-btn {
|
|
height: 32px !important;
|
|
line-height: 32px !important;
|
|
margin: 0px;
|
|
padding: 0 14px;
|
|
font-size: 14px;
|
|
border: 1px solid rgb(56,125,191);
|
|
box-shadow: 0 0 2px 1px #3765b8 inset;
|
|
background: #084CAF;
|
|
}
|
|
|
|
.layui-input-block{
|
|
margin-left:0;
|
|
}
|
|
|
|
|
|
.layui-input{
|
|
border-color:#1D8EC8 !important;
|
|
background:rgba(38,60,117,.9);
|
|
color:#fff;
|
|
}
|
|
|
|
.layui-input:hover{
|
|
border-color:#1D8EC8 !important;
|
|
}
|
|
|
|
.layui-form-select dl{
|
|
top:33px;
|
|
color:#fff;
|
|
background: #003c72;
|
|
border:0;
|
|
}
|
|
|
|
.layui-form-select .layui-input:hover
|
|
|
|
.layui-form-select dl dd.layui-this{
|
|
background-color: #0063AD;
|
|
color:#fff;
|
|
border:0;
|
|
}
|
|
.layui-form-select dl dd:hover{
|
|
background: none !important;
|
|
}
|
|
|
|
.layui-layer-title {
|
|
color: #fff !important;
|
|
background-color: #1670d7 !important;
|
|
border-bottom:none !important;
|
|
}
|
|
|
|
.layui-form-select dl dd.layui-this{
|
|
background-color:rgba(38,60,117,.9) !important;
|
|
}
|
|
.layui-form-select .layui-input{
|
|
color:#fff;
|
|
}
|
|
.layui-rate, .layui-rate *{
|
|
vertical-align:baseline;
|
|
padding:0 !important
|
|
}
|
|
.layui-table-click{
|
|
background: none !important;
|
|
}
|
|
.layui-layer-content{
|
|
color:#fff;
|
|
}
|
|
.layui-rate li i.layui-icon{
|
|
font-size:16px;
|
|
}
|
|
|
|
.layui-table-tool{
|
|
background:none;
|
|
border:0;
|
|
}
|
|
.layui-table-tool-self .layui-icon{
|
|
color:#fff;
|
|
}
|
|
|
|
.layui-layer-dialog .layui-layer-padding{
|
|
color:#000;
|
|
} |