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
| /**
| * 徐祥健<xuxj@hugeinfo.com.cn>
| * 2018年7月17日 16:41
| *
| */
|
|
| @import '../../conf/vars';
|
| .table-head-view {
| &-main {
| padding: 0px 20px 0px 20px;
| }
| &-type {
| height: 50px;
| background: #fff;
| padding-left: 10px;
| font-size: 16px;
| display: flex;
| align-items: center;
| border-bottom: 1px solid #E6E6E6;
| }
| &-count{
| height: 50px;
| background: #fff;
| line-height: 50px;
| padding-right: 30px;
| text-align: right;
| font-size: 16px;
| }
| }
|
|