1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
| .btable {
| position: relative;
| width: 100%;
| height: 100%;
| }
|
| .btable .layui-form-checkbox {
| margin-top: 0;
| height: 20px;
| line-height: 20px;
| }
|
| .btable .layui-table {
| /*margin: 5px;*/
| margin-bottom: 38px;
| }
|
| .btable .layui-table td {
| padding: 6px 15px;
| }
|
| .btable .layui-laypage {
| margin: 5px;
| }
|
| .btable .layui-laypage a, .btable .layui-laypage span {
| border: 0;
| margin: 0;
| }
|
| .btable .layui-laypage button, .btable .layui-laypage input, .btable .layui-laypage .layui-laypage-total {
| height: 28px;
| line-height: 28px;
| }
|
| .btable .layui-laypage button, .btable .layui-laypage input {
| border: 0;
| }
|
| .btable .btable-paged {
| width: 100%;
| background-color: #f2f2f2;
| position:fixed;
| bottom: 0;
| }
|
|