balance _center2.wxss
2.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
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
/* pages/my/balance _center/balance _center.wxss */
.banner_box {
padding: 28rpx 25rpx 0 25rpx;
}
.banner_box {
background-color: #ffda44;
}
.banner_top {
display: flex;
justify-content: space-between;
align-items: center;
}
.hello {
font-size: 34rpx;
font-weight: bold;
color: #333;
}
.charge_code {
font-size: 28rpx;
}
.banner_middle {
display: flex;
align-items: center;
justify-content: center;
margin-top: 35rpx;
}
.banner_img {
width: 238rpx;
height: 210rpx;
}
.banner_img image {
width: 100%;
}
.my_balance {
margin-left: 56rpx;
}
.balance {
font-size: 30rpx;
color: #333;
}
.balance_num {
font-size: 76rpx;
font-weight: bold;
color: #333;
}
.banner_bottom {
display: flex;
margin-top: 32rpx;
background: #f4f6f4;
border-radius: 16rpx 16rpx 0 0;
}
.bottom_btn, .bottom_btn1 {
color: #949a9a;
width: 100%;
font-size: 30rpx;
padding: 32rpx 0;
text-align: center;
justify-content: center;
display: flex;
align-items: center;
background-color: #f4f6f4;
border-radius: 16rpx 16rpx 0rpx 0rpx;
flex: 1
}
.bottom_btn1 {
color: red;
background-color: #fff;
border-radius: 16rpx 16rpx 0rpx 0rpx;
}
.btn_character {
margin-left: 15rpx;
}
.content_item {
padding: 0 55rpx;
box-sizing: border-box;
}
.content_title {
display: flex;
padding: 42rpx 0;
box-sizing: border-box;
}
.recharge_amount {
font-size: 30rpx;
font-weight: bold;
}
.amount_hint{
font-size:22rpx;
color: #888;
}
.species_box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.species1 {
padding: 47rpx 33rpx 24rpx 33rpx;
border: 2rpx solid #ffda44;
border-radius: 16rpx;
margin-bottom: 20rpx;
}
.species_content {
font-size: 25rpx;
color: #333;
margin-top: 33rpx;
}
.bottom_btn2 {
width: 90%;
height: 80rpx;
background-color: #ffda44;
border-radius: 40rpx;
box-shadow: 10rpx 10rpx 30rpx rgba(255, 204, 68, 0.6);
font-size: 26rpx;
color: #333;
text-align: center;
line-height: 80rpx;
margin: 100rpx auto 0 auto;
}
.hint {
font-size: 22rpx;
color: #222;
text-align: center;
margin-top: 44rpx;
margin-bottom: 58rpx;
}
.hint_font {
color: #f44;
}
.content_item {
padding: 20rpx 65rpx;
}
.item_list {
padding: 50rpx 0;
border-bottom: 1rpx solid #f2f2f2;
}
.bottom{
border: 0;
}
.list_information {
font-size: 30rpx;
color: #27363b;
display: flex;
justify-content: space-between;
}
.time {
font-size: 22rpx;
color: #949a9a;
}