historydetail.wxss
733 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
/* pages/main/finalpayment/historydetail/historydetail.wxss */
.text_gray_32 {
font-size: 32rpx;
color: #6c7596;
font-family: PingFangSC-Semibold;
}
.icon_wrap {
width: 8rpx;
height: 28rpx;
}
.text_num_wrap {
font-family: PingFangSC-Semibold;
font-size: 15px;
color: #333;
text-align: center;
}
.text_text_wrap {
font-family: PingFang-SC-Medium;
font-size: 11px;
color: #333;
text-align: center;
}
.container_wrap {
height: 560rpx;
display: flex;
flex-direction: column;
box-sizing: border-box;
-webkit-text-size-adjust:none;
-webkit-user-select: none;
font-size: 24rpx;
color: #6c7596;
font-family: PingFang-SC-Medium;
}
.canvas {
width: 100%;
height: 280;
}