wallet.wxss
2.3 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
.wall {
height: 300rpx;
background-image: url(https://nuoche3.brofirst.cn/assets/images/salebg.png);
background-repeat: no-repeat;
background-size: 100% 300rpx;
color: #ffffff;
}
.title {
padding-top: 25rpx;
font-size: 24rpx;
font-family: PingFangSC, PingFangSC-Medium;
line-height: 34rpx;
}
.allmoney {
margin-top: 12rpx;
font-size: 60rpx;
font-family: DINAlternate, DINAlternate-Bold;
font-weight: 700;
line-height: 70rpx;
}
.ce {
text-align: center;
}
.wall_wrap {
margin-top: 38rpx;
display: flex;
justify-content: space-between;
text-align: center;
}
.wall_wrap_flex {
flex: 1;
font-size: 24rpx;
}
.f_s{
font-size: 36rpx;
}
.line {
border-right: 1rpx solid #ffffff;
}
.btn {
margin: 20rpx auto;
width: 416rpx;
height: 80rpx;
line-height: 80rpx;
background: #4f4b48;
font-size: 28rpx;
color: #fff;
border-radius: 40rpx;
box-shadow: 0rpx 4rpx 24rpx 0rpx rgba(79, 75, 72, 0.16);
}
/* 服务 */
.service{
margin: 90rpx 32rpx;
}
.myservice{
margin-bottom: 30rpx;
padding: 0 10rpx;
height: 24rpx;
border-left: 6rpx solid #2CC274;
}
.myservice_list{
height: 88rpx;
}
.myservice_left image{
width: 44rpx;
height: 44rpx;
margin-right: 16rpx;
}
.myservice_right{
width: 36rpx;
height: 36rpx;
}
.box {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 72rpx 40rpx 32rpx 40rpx;
box-sizing: border-box;
background-color: #fff;
border-radius: 32rpx;
margin-top: 50rpx;
}
.img {
width: 106rpx;
height: 104rpx;
}
.img image {
width: 100%;
height: 100%;
}
.jiage {
font-weight: bold;
color: rgba(6, 18, 31, 1);
font-size: 68rpx;
margin-top: 72rpx;
}
.zonsr {
color: rgba(140, 145, 152, 1);
font-size: 24rpx;
}
.bottom {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100rpx;
background: #0071FD;
color: #ffffff;
/* box-shadow: 0px 6rpx 24rpx 0px rgba(255, 210, 69, 0.73); */
border-radius: 50rpx;
margin-top: 72rpx;
font-size: 28rpx;
font-weight: 600;
}
.synr {
display: flex;
align-items: center;
justify-content: center;
color: rgba(253, 126, 0, 1);
font-size: 28rpx;
margin-top: 32rpx;
}