zhaojs
2023-04-25 f38ca22088b7a0de7e7db316c564b4bf7526f105
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
 
.detailBody {
        background-color: #e7e7e7;
        padding-bottom: 110rpx;
        min-height: 90vh;
}
.topswiper {
        height: 720rpx;
}
.fixedBar {
        position: fixed;
        bottom: 0;
        background-color: white;
 
        width: 100%;
        height: 100rpx;
}
.fixedBar_body {
        padding: 12rpx;
        display: flex;
        justify-content: space-around;
}
.fixedBar_item1 {
        display: flex;
        flex-direction: column;
        font-size: 24rpx;
        color: #949292;
}
.fixedBar_item2 {
        display: flex;
        align-items: center;
        border-radius: 40rpx;
        width: 100%;
}
.fixedBar_btn1 {
 
        width: 100%;
        color: rgb(255, 78, 81);
        background-color: rgb(255, 238, 222);
        text-align: center;
        padding: 26rpx 0;
        border-radius: 42rpx;
        font-size: 24rpx;
}
.fixedBar_btn2 {
        width: 100%;
        color: white;
        background-color: rgb(252, 56, 57);
        text-align: center;
        padding: 13rpx 0 12rpx 0;
        border-radius: 42rpx;
        font-size: 22rpx;
}
.fixedBar_oldPrice {
        text-decoration: line-through;
        color: #b6bbbe;
        font-size: 22rpx;
        margin-left: 4rpx;
}
.banner {
        display: flex;
        justify-content: space-between;
        background-color: #f2eac9;
        color: #e7ad00;
        height: 60rpx;
        padding: 12rpx;
        align-items: center;
        border-radius: 12rpx;
        /* background-color: white; */
}
.pricebox {
        padding: 12rpx;
        background-color: white;
}
.price {
        color: red;
        font-size: 46rpx;
}
.oldPrice {
        text-decoration: line-through;
        color: #b6bbbe;
        font-size: 24rpx;
        margin-left: 36rpx;
}
.title {
        font-weight: 600px;
        font-size: 24rpx;
        padding: 16rpx;
        font-size: 30rpx;
        background-color: white;
}
.coupon {
        display: flex;
        padding: 12rpx 12rpx 36rpx 12rpx;
        /* border-radius: 0 0 24rpx 24rpx; */
}
.couponLeft {
        background: url('https://cmsstaticv2.ffquan.cn/img/quanleft.dcece460.png') no-repeat;
        background-size: 100% 100%;
        justify-content: space-around;
        display: flex;
        align-items: center;
        height: 140rpx;
        width: 480rpx;
        color: red;
        border-radius: 0 0 0 22rpx;
}
.couponPrice {
        font-size: 48rpx;
        font-weight: 600;
}
.coupondate {}
.couponRight {
        display: flex;
        justify-content: center;
        background: url('https://cmsstaticv2.ffquan.cn/img/quanright.ca29e942.png') no-repeat;
        background-size: 100% 100%;
        height: 140rpx;
        width: 248rpx;
        border-radius: 0 22rpx 22rpx 0;
        align-items: center;
        /* color: red; */
}
.couponget {
        text-align: center;
        color: red;
        font-weight: 600;
}
.shopinfo {
        display: flex;
        height: 160rpx;
        padding: 12rpx;
        align-items: center;
        justify-content: space-around;
}
.describe {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 120rpx;
        width: 460rpx;
}
.describe_top {
        display: flex;
        justify-content: space-between;
}
.describe_info {
        display: flex;
        justify-content: space-between;
        color: #b6bbbe;
        font-size: 26rpx;
}
.btn {
        background-color: rgb(255, 78, 81);
        color: white;
        padding: 4rpx 20rpx;
        border-radius: 22rpx;
        font-size: 22rpx;
}
.fixedBar_item1 {
        display: flex;
        flex-direction: column;
}
.tuihuabox {
        margin-top: 24rpx;
        background-color: #f4f4f4;
        padding: 12rpx 24rpx;
        position: relative;
        border-radius: 24rpx;
        color: dimgray;
}
.goodDetail {
        background-color: white;
        padding: 12rpx;
        margin: 12rpx 0;
        border-radius: 24rpx;
}
.goodDetailTop {
        display: flex;
        margin-bottom: 12px;
        /* justify-content: start; */
}
.tiao {
        background-image: linear-gradient(180deg, #ff3643, #ffcccf);
        width: 4px;
        height: 20px;
        border-radius: 1px;
        margin-right: 6px;
}
.goodDetailTop_title {
        line-height: 20px;
        font-weight: bold;
}
.fixedImgNum{
        position: absolute;
        bottom: 20px;
        right: 12px;
        color: white;
        background-color: #949292;
        padding: 2px 8px;
        font-size: 12px;
        border-radius: 12px;
}