zhao
2021-07-19 8347f2fbddbd25369359dcb2da1233ac48a19fdc
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.beg-table-box {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 100%;
}
 
.beg-table-header {
    position: absolute;
    width: 100%;
}
 
.beg-table-header table {
    width: 100%;
    max-width: 100%;
}
 
.beg-table-header table thead tr th {
    vertical-align: bottom;
    border-bottom: 2px solid #DDDDDD;
    padding: 7px 15px;
    background-color: #f2f2f2;
}
 
.beg-table-body {
    overflow: auto;
    width: 100%;
    max-height: 100%;
}
 
.beg-table {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-bottom: 40px;
}
 
.beg-table thead {}
 
.beg-table thead tr {}
 
.beg-table thead tr th {
    vertical-align: bottom;
    border-bottom: 2px solid #DDDDDD;
    padding: 7px 15px;
    background-color: #f2f2f2;
}
 
.beg-table tbody {}
 
.beg-table tbody tr {}
 
.beg-table tbody tr td {
    padding: 7px 15px;
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}
 
.beg-table-bordered {
    border: 1px solid #DDDDDD;
}
 
.beg-table-bordered td,
.beg-table-bordered th {
    border: 1px solid #DDDDDD;
}
 
.beg-table-striped tbody tr:nth-child(even),
.beg-table-hovered tbody tr:hover {
    background-color: #f6f6f6;
}
 
 
/*page*/
 
.beg-table-box .beg-table-paged {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f2f2f2;
}
 
.beg-table-box .beg-table-paged .layui-laypage {
    margin: 3px 5px 0 5px;
}
 
.beg-table-box .beg-table-paged .layui-laypage a {
    /*margin: 0;*/
}