hdw
2018-10-24 c73e68680f1884ed9e2260ea9c5dcde8e4d48615
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.layui-table-view {
    margin: 0;
}
.layui-table thead tr {
    color: #000;
    font-weight: bold;
    background:url('../images/table_th_bg.gif') repeat-x;
}
.layui-table-view .layui-table th {
    font-weight: bold;
    padding: 2px 0;
}
.layui-table td, .layui-table th {
    border-color: #ccc;
}
.layui-form-pane .layui-form-label {
    background-color: #4EABE3;
    color: #FFFFFF;
}