chongzhi.wxss
1.5 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
.chongbox {
padding: 24rpx 32rpx;
box-sizing: border-box;
}
.chongzhir {
color: #06121e;
font-size: 32rpx;
font-weight: bold;
}
.chongtext {
display: flex;
align-items: center;
margin-top: 24rpx;
}
.chongtextleft {
color: #06121e;
font-size: 64rpx;
font-weight: bold;
}
.chongtextright {
width: 500rpx;
height: 90rpx;
color: #06121E;
font-size: 64rpx;
margin-left: 28rpx;
}
.enterhui{
color:#BDC4CE
}
.chongtextright input {
width: 100%;
height: 100%;
}
.zhifu {
display: flex;
align-items: center;
margin-top: 24rpx;
}
.zhifuleft {
width: 32rpx;
height: 32rpx;
font-size: 0;
}
.zhifuright {
display: flex;
align-items: center;
margin-left: 12rpx;
}
.zhifurightl {
width: 56rpx;
height: 60rpx;
font-size: 0;
}
.zhifurightr {
color: #06121e;
font-size: 28rpx;
margin-left: 6rpx;
}
.yuedu {
display: flex;
align-items: center;
margin-top: 60rpx;
position: fixed;
bottom: 156rpx;
left: 24rpx;
}
.yueduleft {
width: 40rpx;
height: 40rpx;
font-size: 0;
}
.yuedutext {
display: flex;
align-items: center;
margin-left: 6rpx;
}
.yueduagree {
color: #8c9198;
font-size: 24rpx;
}
.yuedujing {
color: #fb6324;
font-size: 24rpx;
}
.zhifupay {
width: 702rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
opacity: 1;
border-radius: 4rpx;
color:#FFFFFF;
font-size: 32rpx;
text-align: center;
line-height: 88rpx;
position: fixed;
bottom:40rpx;
left:24rpx;
}