45 lines
994 B
CSS
45 lines
994 B
CSS
.widget-toolbox {
|
|
width: 1173px;
|
|
}
|
|
|
|
.page-content .ui-corner-all .table-bordered {
|
|
width: 1230px;
|
|
margin: 35px 0px 35px -62px;
|
|
}
|
|
|
|
.table {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.widget-toolbox {
|
|
width: 100% !important;
|
|
}
|
|
.page-content .ui-corner-all .table-bordered {
|
|
border: 1px solid #09bbbc;
|
|
border-collapse: inherit;
|
|
}
|
|
.page-content .ui-corner-all .table-bordered tr:nth-child(even) {
|
|
background: #e0ebf1;
|
|
}
|
|
.page-content .ui-corner-all .table-bordered tr td {
|
|
width: 306px;
|
|
text-align: center !important;
|
|
border-right: 1px solid #09bbbc;
|
|
}
|
|
.page-content .ui-corner-all .table-bordered tr td:nth-child(3) {
|
|
width:3px;
|
|
}
|
|
.page-content .ui-corner-all .table-bordered tr td:nth-child(2) {
|
|
color: #09bbbc;
|
|
}
|
|
.page-content .ui-corner-all .table-bordered tr td:nth-child(5) {
|
|
color: #09bbbc;
|
|
}
|
|
.page-content .widget-toolbox{
|
|
text-align:right;
|
|
}
|
|
.layui-layer .layui-layer-title {
|
|
background: #09bbbc !important;
|
|
color: #fff !important;
|
|
}
|