prepaid.wxss
2.69 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
/* 图片 */
.picture{
margin-top: 5rpx;
width:100%;
height:270rpx;
}
/* 预存款扣款情况 */
.wz{
width: 50%;
margin-top:-240rpx;
margin-left:40rpx;
font-size:30rpx;
color: #FFFFFF;
text-align:center;
padding-top:3px;
}
/* 充钱的边框 */
.rim{
padding-top:25rpx;
color: #FFFFFF;
display: flex;
width: 50%;
height: 60rpx;
margin:auto;
margin-left:80rpx;
}
.con{
padding-left: 30rpx;
font-size: 35rpx;
}
/* 钱 */
.qian{
margin-left: 5rpx;
width: auto;
height: 50rpx;
font-size: 48rpx;
margin-top:-5rpx;
font-family: 'SimHei',Arial;
}
/* 送一百 */
.q-one{
margin-left:10rpx;
font-size:35rpx;
}
/* 备注 */
.bz{
width: 280rpx;
height: 124rpx;
margin-left: 475rpx;
margin-top: -120rpx;
font-size:28rpx;
border-bottom: 1px solid#d7d7d7;
}
/* 预存款扣款情况 */
.yck{
margin-top:15rpx;
font-size: 28rpx;
color: #999999;
}
/* 立即充值 */
.ljcz{
width: 2278rpx;
height: 111rpx;
font-size: 25rpx;
line-height: 320%;
color: #C4182E;
margin-left: 463rpx;
padding-left:66rpx;
}
/* 弹出框的大边框 */
.big-rim{
width: 100%;
height: 320rpx;
}
/* 关闭的边框 */
.gb-rim{
padding-top:30rpx;
width: 65rpx;
height: 65rpx;
margin-top: 0rpx;
margin-left: 660rpx;
}
/* 关闭的边框 */
.gb-rim {
padding-top: 33rpx;
width: 65rpx;
height: 65rpx;
margin-left: 675rpx;
}
/* 关闭的图片 */
.imag {
width: 60rpx;
height: 60rpx;
}
/* 圆 */
.yuan{
width:60rpx;
height:60rx;
border-radius:50%;
border:5rpx solid #7f7e88;
}
/* 圆里的值 */
.zhi{
height:55rpx;
line-height:55rpx;
display:block;
color:#7f7e88;
text-align:center;
}
/* 充1000送100的边框 */
.bk{
margin-left: 20rpx;
height: 108;
width: 280rpx;
margin-top:-20rpx;
}
/* 充1000送100 */
.text{
width:300rpx;
font-size: 40rpx;
font-family: 'SimHei',Arial;
}
/* ¥ */
.fh{
display:inline-block;
width:23rpx;
height: 35rpx;
font-size: 30rpx;
color: red;
}
/* 100 */
.value{
color: red;
display:inline-block;
width: 90rpx;
height: 45rpx;
font-size: 40rpx;
font-family: 'SimHei',Arial;
}
/* 按钮 */
.button{
width: 710rpx;
height: 77rpx;
line-height: 285%;
margin-top:43rpx;
font-size: 27rpx;
color: #FFFFFF;
background-color: #C4182E;
font-family: 'SimHei',Arial;
text-align:center;
}
/* 蒙层 */
.mask{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: #000;
z-index: 9000;
opacity: 0.1;
}
.modalDlg{
position: fixed;
z-index: 9999;
background-color: #fff;
border-radius: 10rpx;
flex-direction: column;
align-items: center;
bottom:0;
left:0;
}