tableData.wxss
873 Bytes
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
.tableData_main {
border-bottom: 1px solid #B0C8FE;
}
.tableData_main .table_head {
background: #DCE7FF;
border: 1px solid #B0C8FE;
border-radius: 6rpx 6rpx 0 0;
height: 72rpx;
line-height: 72rpx;
display: flex;
}
.tableData_main .head_col {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #323241;
text-align: left;
font-weight: 400;
padding-left: 24rpx;
}
.tableData_main .head_one {
width: 150rpx;
}
.tableData_main .head_two {
width: 100rpx;
}
.tableData_main .head_three {
flex: 1;
}
.tableData_main .swiper_container {
height: 350rpx;
}
.tableData_main .table_item {
display: flex;
font-family: PingFangSC-Regular;
font-size: 24rpx;
color: #323241;
text-align: center;
font-weight: 400;
background: #F5F6FD;
border: 1rpx solid #B0C8FE;
height: 72rpx;
line-height: 72rpx;
padding-left: 24rpx;
}