home.wxss
1.4 KB
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
/* pages/main/finalpay/home.wxss */
.page {
background-color: #f5f5f5;
}
.text_black_bold {
font-size: 36rpx;
color: #000;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
line-height: 50rpx
}
.arrow_wrap {
position: relative;
width: 28rpx;
height: 16rpx;
margin-top: 16rpx;
align-self: center;
}
.text_gray3_26 {
font-size: 26rpx;
color: #333333;
font-family:PingFangSC-Regular,PingFang SC;
line-height: 36rpx
}
.text_gray6_28 {
font-size: 28rpx;
color: #666666;
font-family:PingFangSC-Regular,PingFang SC;
line-height: 40rpx
}
.text_yellow_28 {
font-size: 28rpx;
color: #ffaa00;
font-family:PingFangSC-Regular,PingFang SC;
line-height: 40rpx
}
.text_blue_26 {
font-size: 26rpx;
color: #3795ff;
font-family:PingFangSC-Regular,PingFang SC;
line-height: 36rpx
}
.text_blue_28 {
font-size: 28rpx;
color: #3795ff;
font-family:PingFangSC-Regular,PingFang SC;
line-height: 36rpx
}
.btn_blue_radius{
margin: 26rpx 30rx;
background: #357AEB;
border-radius: 5px;
height: 84rpx;
}
.btn_white_radius{
margin: 26rpx 30rx;
background: #fff;
border-radius: 5px;
border:1px solid rgba(228,231,240,1);
height: 84rpx;
}
.text_white_34 {
font-family: PingFangSC-Regular;
font-size: 17px;
color: #FFFFFF;
text-align: center;
line-height: 42px;
}
.text_blue_34 {
font-family: PingFangSC-Regular;
font-size: 17px;
color: #357aeb;
text-align: center;
line-height: 42px;
}