xiaoe_mp_npm 0.5.41 → 0.5.42-alpha1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.wxss +1 -25
  2. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.wxss +36 -360
  3. package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.wxss +14 -118
  4. package/miniprogram_dist/ConfirmOrder/components/Invoice/index.wxss +2 -46
  5. package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.wxss +2 -18
  6. package/miniprogram_dist/ConfirmOrder/components/PayBar/index.wxss +3 -55
  7. package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.wxss +3 -35
  8. package/miniprogram_dist/CouponList/components/CouponItem/index.js +91 -83
  9. package/miniprogram_dist/CouponList/components/CouponItem/index.scss +132 -130
  10. package/miniprogram_dist/CouponList/components/CouponItem/index.wxss +78 -624
  11. package/miniprogram_dist/CouponList/couponColumn/index.wxss +33 -159
  12. package/miniprogram_dist/GoodsItem/index.js +3 -21
  13. package/miniprogram_dist/GoodsItem/index.wxml +1 -1
  14. package/miniprogram_dist/GoodsItem/index.wxss +85 -630
  15. package/miniprogram_dist/GoodsRecommend/index.wxss +33 -289
  16. package/miniprogram_dist/LiveGoodsList/Header/index.wxss +10 -102
  17. package/miniprogram_dist/LiveGoodsList/index.js +1 -8
  18. package/miniprogram_dist/LiveGoodsList/index.wxml +33 -56
  19. package/miniprogram_dist/LiveGoodsList/index.wxss +19 -123
  20. package/miniprogram_dist/PayModule/button/index.wxss +4 -32
  21. package/miniprogram_dist/common/api/confirmOrder.js +2 -2
  22. package/miniprogram_dist/common/api/sku.js +1 -1
  23. package/miniprogram_dist/common/utils/index.js +0 -9
  24. package/miniprogram_dist/coupon/components/CouponItem/index.less +0 -1
  25. package/miniprogram_dist/coupon/components/CouponSelect/index.wxss +59 -594
  26. package/miniprogram_dist/coupon/index.wxss +15 -119
  27. package/package.json +2 -2
  28. package/src/ConfirmOrder/components/ConfirmOrderContent/index.wxss +1 -29
  29. package/src/ConfirmOrder/components/GoodsInfo/index.wxss +39 -390
  30. package/src/ConfirmOrder/components/IntegralSelect/index.wxss +14 -129
  31. package/src/ConfirmOrder/components/Invoice/index.wxss +2 -52
  32. package/src/ConfirmOrder/components/LeaveWord/index.wxss +2 -21
  33. package/src/ConfirmOrder/components/PayBar/index.wxss +3 -60
  34. package/src/ConfirmOrder/components/PayDetail/index.wxss +3 -39
  35. package/src/CouponList/components/CouponItem/index.js +91 -83
  36. package/src/CouponList/components/CouponItem/index.scss +132 -130
  37. package/src/CouponList/components/CouponItem/index.wxss +84 -625
  38. package/src/CouponList/couponColumn/index.wxss +33 -173
  39. package/src/GoodsItem/index.js +3 -21
  40. package/src/GoodsItem/index.wxml +1 -1
  41. package/src/GoodsItem/index.wxss +85 -673
  42. package/src/GoodsRecommend/index.wxss +33 -311
  43. package/src/LiveGoodsList/Header/index.wxss +10 -109
  44. package/src/LiveGoodsList/index.js +1 -8
  45. package/src/LiveGoodsList/index.wxml +33 -56
  46. package/src/LiveGoodsList/index.wxss +19 -133
  47. package/src/PayModule/button/index.wxss +4 -35
  48. package/src/common/api/confirmOrder.js +2 -2
  49. package/src/common/api/sku.js +1 -1
  50. package/src/common/utils/index.js +0 -9
  51. package/src/coupon/components/CouponItem/index.less +0 -1
  52. package/src/coupon/components/CouponSelect/index.wxss +59 -642
  53. package/src/coupon/index.wxss +15 -128
  54. package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.scss +0 -37
  55. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.scss +0 -215
  56. package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.scss +0 -83
  57. package/miniprogram_dist/ConfirmOrder/components/Invoice/index.scss +0 -51
  58. package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.scss +0 -32
  59. package/miniprogram_dist/ConfirmOrder/components/PayBar/index.scss +0 -54
  60. package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.scss +0 -41
  61. package/miniprogram_dist/CouponList/couponColumn/index.scss +0 -106
  62. package/miniprogram_dist/GoodsItem/index.scss +0 -323
  63. package/miniprogram_dist/GoodsRecommend/index.scss +0 -154
  64. package/miniprogram_dist/LiveGoodsList/Header/index.scss +0 -71
  65. package/miniprogram_dist/LiveGoodsList/index.scss +0 -80
  66. package/miniprogram_dist/PayModule/button/index.scss +0 -37
  67. package/miniprogram_dist/coupon/components/CouponItem/index.scss +0 -239
  68. package/miniprogram_dist/coupon/components/CouponSelect/index.scss +0 -319
  69. package/miniprogram_dist/coupon/index.scss +0 -75
  70. package/src/ConfirmOrder/components/ConfirmOrderContent/index.scss +0 -37
  71. package/src/ConfirmOrder/components/GoodsInfo/index.scss +0 -215
  72. package/src/ConfirmOrder/components/IntegralSelect/index.scss +0 -83
  73. package/src/ConfirmOrder/components/Invoice/index.scss +0 -51
  74. package/src/ConfirmOrder/components/LeaveWord/index.scss +0 -32
  75. package/src/ConfirmOrder/components/PayBar/index.scss +0 -54
  76. package/src/ConfirmOrder/components/PayDetail/index.scss +0 -41
  77. package/src/CouponList/couponColumn/index.scss +0 -106
  78. package/src/GoodsItem/index.scss +0 -323
  79. package/src/GoodsRecommend/index.scss +0 -154
  80. package/src/LiveGoodsList/Header/index.scss +0 -71
  81. package/src/LiveGoodsList/index.scss +0 -80
  82. package/src/PayModule/button/index.scss +0 -37
  83. package/src/coupon/components/CouponItem/index.scss +0 -239
  84. package/src/coupon/components/CouponSelect/index.scss +0 -319
  85. package/src/coupon/index.scss +0 -75
@@ -6,29 +6,5 @@
6
6
  background: #f5f5f5;
7
7
  }
8
8
  .confirm-order-content .confirm-main .coupon-integral-wrapper {
9
- margin-bottom: 2.13333vmin;
10
- }
11
- @media screen and (min-width: 768px) and (orientation: portrait) {
12
- .confirm-order-content {
13
- height: 100%;
14
- }
15
- .confirm-order-content .confirm-main {
16
- padding-bottom: 9.76562vmin;
17
- background: #f5f5f5;
18
- }
19
- .confirm-order-content .confirm-main .coupon-integral-wrapper {
20
- margin-bottom: 1.04167vmin;
21
- }
22
- }
23
- @media screen and (min-height: 768px) and (orientation: landscape) {
24
- .confirm-order-content {
25
- height: 100%;
26
- }
27
- .confirm-order-content .confirm-main {
28
- padding-bottom: 9.76562vmin;
29
- background: #f5f5f5;
30
- }
31
- .confirm-order-content .confirm-main .coupon-integral-wrapper {
32
- margin-bottom: 1.04167vmin;
33
- }
9
+ margin-bottom: 2.13vmin;
34
10
  }
@@ -6,43 +6,43 @@
6
6
  font-size: 3.2vmin;
7
7
  }
8
8
  .goods-info-wrapper .goods-info {
9
- padding: 4.26667vmin;
9
+ padding: 4.27vmin;
10
10
  }
11
11
  .goods-info-wrapper .goods-info .shop-title {
12
12
  display: flex;
13
13
  align-items: center;
14
14
  }
15
15
  .goods-info-wrapper .goods-info .shop-title .shop-img {
16
- width: 4.26667vmin;
17
- height: 4.26667vmin;
18
- margin-right: 2.13333vmin;
16
+ width: 4.27vmin;
17
+ height: 4.27vmin;
18
+ margin-right: 2.13vmin;
19
19
  }
20
20
  .goods-info-wrapper .goods-info .shop-title .shop-name {
21
- font-size: 3.73333vmin;
21
+ font-size: 3.73vmin;
22
22
  }
23
23
  .goods-info-wrapper .goods-info .goods-wrapper {
24
24
  display: flex;
25
- margin-top: 4.26667vmin;
25
+ margin-top: 4.27vmin;
26
26
  }
27
27
  .goods-info-wrapper .goods-info .goods-wrapper .goods-thumbnail {
28
28
  position: relative;
29
29
  flex: 0 0 24vmin;
30
30
  height: 24vmin;
31
- width: 24vmin;
32
- border-radius: 1.06667vmin;
33
- border: 0.26667vmin solid #e5e5e5;
31
+ width: 24vw;
32
+ border-radius: 1.07vmin;
33
+ border: 0.27vmin solid #e5e5e5;
34
34
  overflow: hidden;
35
35
  }
36
36
  .goods-info-wrapper .goods-info .goods-wrapper .goods-thumbnail .goods-type {
37
37
  position: absolute;
38
- right: 1.06667vmin;
39
- bottom: 1.06667vmin;
38
+ right: 1.07vmin;
39
+ bottom: 1.07vmin;
40
40
  text-size-adjust: none;
41
41
  color: #ffffff !important;
42
42
  padding: 0.8vmin;
43
- border-radius: 0.53333vmin;
43
+ border-radius: 0.53vmin;
44
44
  background: rgba(0, 0, 0, 0.25);
45
- font-size: 2.66667vmin;
45
+ font-size: 2.67vmin;
46
46
  backdrop-filter: blur(3.2vmin);
47
47
  font-weight: 500;
48
48
  }
@@ -50,12 +50,12 @@
50
50
  position: absolute;
51
51
  top: 0;
52
52
  left: 0;
53
- padding: 0.26667vmin 1.06667vmin;
53
+ padding: 0.27vmin 1.07vmin;
54
54
  background: linear-gradient(315deg, #333333 0%, #525252 68%, #333333 100%);
55
- border-radius: 1.06667vmin 0vmin 1.06667vmin 0vmin;
55
+ border-radius: 1.07vmin 0vmin 1.07vmin 0vmin;
56
56
  }
57
57
  .goods-info-wrapper .goods-info .goods-wrapper .goods-thumbnail .svip-tag-text {
58
- font-size: 2.66667vmin;
58
+ font-size: 2.67vmin;
59
59
  text-size-adjust: none;
60
60
  color: #ffc266;
61
61
  }
@@ -75,18 +75,18 @@
75
75
  word-break: break-all;
76
76
  }
77
77
  .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-title .goods-tag {
78
- margin-right: 0.53333vmin;
78
+ margin-right: 0.53vmin;
79
79
  white-space: nowrap;
80
80
  color: #1472FF;
81
- border: 0.26667vmin solid #1472FF;
82
- padding: 0 1.06667vmin;
83
- border-radius: 0.53333vmin;
81
+ border: 0.27vmin solid #1472FF;
82
+ padding: 0 1.07vmin;
83
+ border-radius: 0.53vmin;
84
84
  background-color: #fff;
85
- top: -vmin(4);
85
+ top: -0.53vmin;
86
86
  position: relative;
87
87
  }
88
88
  .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-title .goods-name {
89
- font-size: 3.73333vmin;
89
+ font-size: 3.73vmin;
90
90
  }
91
91
  .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-specification {
92
92
  margin-top: 1.6vmin;
@@ -108,40 +108,40 @@
108
108
  flex-direction: column;
109
109
  }
110
110
  .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-limit {
111
- margin-bottom: 2.13333vmin;
111
+ margin-bottom: 2.13vmin;
112
112
  display: flex;
113
113
  font-size: 3.2vmin;
114
114
  }
115
115
  .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-limit .border-blue {
116
116
  border: #1472FF 0.02rem solid;
117
117
  color: #1472ff;
118
- padding: 0 1.06667vmin;
119
- margin-right: 1.06667vmin;
120
- border-radius: 0.53333vmin;
118
+ padding: 0 1.07vmin;
119
+ margin-right: 1.07vmin;
120
+ border-radius: 0.53vmin;
121
121
  }
122
122
  .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-limit .border-orange {
123
- border: #ff781f 0.26667vmin solid;
123
+ border: #ff781f 0.27vmin solid;
124
124
  color: #ff781f;
125
- padding: 0 1.06667vmin;
126
- border-radius: 0.53333vmin;
125
+ padding: 0 1.07vmin;
126
+ border-radius: 0.53vmin;
127
127
  }
128
128
  .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-price {
129
129
  display: inline-block;
130
- margin-right: 1.06667vmin;
130
+ margin-right: 1.07vmin;
131
131
  margin-bottom: 0;
132
- font-size: 4.26667vmin;
132
+ font-size: 4.27vmin;
133
133
  }
134
134
  .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-tags {
135
135
  display: inline-block;
136
136
  }
137
137
  .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-tag {
138
138
  display: inline-block;
139
- padding: 0.26667vmin 1.6vmin;
140
- font-size: 2.66667vmin;
141
- border-radius: 2.66667vmin;
139
+ padding: 0.27vmin 1.6vmin;
140
+ font-size: 2.67vmin;
141
+ border-radius: 2.67vmin;
142
142
  }
143
143
  .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-tag + .goods-tag {
144
- margin-left: 1.06667vmin;
144
+ margin-left: 1.07vmin;
145
145
  }
146
146
  .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-tag.marketing-tag {
147
147
  color: #ff781f;
@@ -149,7 +149,7 @@
149
149
  }
150
150
  .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-tag.send-friend {
151
151
  color: #07c160;
152
- border: 0.26667vmin solid rgba(7, 193, 96, 0.5);
152
+ border: 0.27vmin solid rgba(7, 193, 96, 0.5);
153
153
  }
154
154
  .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-counter {
155
155
  flex-shrink: 0;
@@ -158,327 +158,3 @@
158
158
  .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-counter .goods-minus {
159
159
  background: none;
160
160
  }
161
- @media screen and (min-width: 768px) and (orientation: portrait) {
162
- .goods-info-wrapper {
163
- margin-bottom: 1.17188vmin;
164
- background: #fff;
165
- }
166
- .goods-info-wrapper .font-12 {
167
- font-size: 1.5625vmin;
168
- }
169
- .goods-info-wrapper .goods-info {
170
- padding: 2.08333vmin;
171
- }
172
- .goods-info-wrapper .goods-info .shop-title {
173
- display: flex;
174
- align-items: center;
175
- }
176
- .goods-info-wrapper .goods-info .shop-title .shop-img {
177
- width: 2.08333vmin;
178
- height: 2.08333vmin;
179
- margin-right: 1.04167vmin;
180
- }
181
- .goods-info-wrapper .goods-info .shop-title .shop-name {
182
- font-size: 1.82292vmin;
183
- }
184
- .goods-info-wrapper .goods-info .goods-wrapper {
185
- display: flex;
186
- margin-top: 2.08333vmin;
187
- }
188
- .goods-info-wrapper .goods-info .goods-wrapper .goods-thumbnail {
189
- position: relative;
190
- flex: 0 0 11.71875vmin;
191
- height: 11.71875vmin;
192
- width: 11.71875vmin;
193
- border-radius: 0.52083vmin;
194
- border: 0.13021vmin solid #e5e5e5;
195
- overflow: hidden;
196
- }
197
- .goods-info-wrapper .goods-info .goods-wrapper .goods-thumbnail .goods-type {
198
- position: absolute;
199
- right: 0.52083vmin;
200
- bottom: 0.52083vmin;
201
- text-size-adjust: none;
202
- color: #ffffff !important;
203
- padding: 0.39062vmin;
204
- border-radius: 0.26042vmin;
205
- background: rgba(0, 0, 0, 0.25);
206
- font-size: 1.30208vmin;
207
- backdrop-filter: blur(1.5625vmin);
208
- font-weight: 500;
209
- }
210
- .goods-info-wrapper .goods-info .goods-wrapper .goods-thumbnail .svip-tag {
211
- position: absolute;
212
- top: 0;
213
- left: 0;
214
- padding: 0.13021vmin 0.52083vmin;
215
- background: linear-gradient(315deg, #333333 0%, #525252 68%, #333333 100%);
216
- border-radius: 0.52083vmin 0vmin 0.52083vmin 0vmin;
217
- }
218
- .goods-info-wrapper .goods-info .goods-wrapper .goods-thumbnail .svip-tag-text {
219
- font-size: 1.30208vmin;
220
- text-size-adjust: none;
221
- color: #ffc266;
222
- }
223
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail {
224
- flex: 1;
225
- margin-left: 1.5625vmin;
226
- display: flex;
227
- flex-direction: column;
228
- justify-content: space-around;
229
- padding: 0;
230
- }
231
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-title {
232
- display: -webkit-box;
233
- -webkit-box-orient: vertical;
234
- -webkit-line-clamp: 2;
235
- overflow: hidden;
236
- word-break: break-all;
237
- }
238
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-title .goods-tag {
239
- margin-right: 0.26042vmin;
240
- white-space: nowrap;
241
- color: #1472FF;
242
- border: 0.13021vmin solid #1472FF;
243
- padding: 0 0.52083vmin;
244
- border-radius: 0.26042vmin;
245
- background-color: #fff;
246
- top: -vmin(4);
247
- position: relative;
248
- }
249
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-title .goods-name {
250
- font-size: 1.82292vmin;
251
- }
252
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-specification {
253
- margin-top: 0.78125vmin;
254
- height: 2.34375vmin;
255
- color: #999;
256
- word-break: break-all;
257
- }
258
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity {
259
- display: flex;
260
- justify-content: space-between;
261
- align-items: flex-end;
262
- margin-top: 0.78125vmin;
263
- width: 100%;
264
- color: #999;
265
- }
266
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-pay-info {
267
- flex-grow: 1;
268
- display: flex;
269
- flex-direction: column;
270
- }
271
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-limit {
272
- margin-bottom: 1.04167vmin;
273
- display: flex;
274
- font-size: 1.5625vmin;
275
- }
276
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-limit .border-blue {
277
- border: #1472FF 0.02rem solid;
278
- color: #1472ff;
279
- padding: 0 0.52083vmin;
280
- margin-right: 0.52083vmin;
281
- border-radius: 0.26042vmin;
282
- }
283
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-limit .border-orange {
284
- border: #ff781f 0.13021vmin solid;
285
- color: #ff781f;
286
- padding: 0 0.52083vmin;
287
- border-radius: 0.26042vmin;
288
- }
289
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-price {
290
- display: inline-block;
291
- margin-right: 0.52083vmin;
292
- margin-bottom: 0;
293
- font-size: 2.08333vmin;
294
- }
295
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-tags {
296
- display: inline-block;
297
- }
298
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-tag {
299
- display: inline-block;
300
- padding: 0.13021vmin 0.78125vmin;
301
- font-size: 1.30208vmin;
302
- border-radius: 1.30208vmin;
303
- }
304
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-tag + .goods-tag {
305
- margin-left: 0.52083vmin;
306
- }
307
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-tag.marketing-tag {
308
- color: #ff781f;
309
- background: #fff3eb;
310
- }
311
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-tag.send-friend {
312
- color: #07c160;
313
- border: 0.13021vmin solid rgba(7, 193, 96, 0.5);
314
- }
315
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-counter {
316
- flex-shrink: 0;
317
- }
318
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-counter .goods-plus,
319
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-counter .goods-minus {
320
- background: none;
321
- }
322
- }
323
- @media screen and (min-height: 768px) and (orientation: landscape) {
324
- .goods-info-wrapper {
325
- margin-bottom: 1.17188vmin;
326
- background: #fff;
327
- }
328
- .goods-info-wrapper .font-12 {
329
- font-size: 1.5625vmin;
330
- }
331
- .goods-info-wrapper .goods-info {
332
- padding: 2.08333vmin;
333
- }
334
- .goods-info-wrapper .goods-info .shop-title {
335
- display: flex;
336
- align-items: center;
337
- }
338
- .goods-info-wrapper .goods-info .shop-title .shop-img {
339
- width: 2.08333vmin;
340
- height: 2.08333vmin;
341
- margin-right: 1.04167vmin;
342
- }
343
- .goods-info-wrapper .goods-info .shop-title .shop-name {
344
- font-size: 1.82292vmin;
345
- }
346
- .goods-info-wrapper .goods-info .goods-wrapper {
347
- display: flex;
348
- margin-top: 2.08333vmin;
349
- }
350
- .goods-info-wrapper .goods-info .goods-wrapper .goods-thumbnail {
351
- position: relative;
352
- flex: 0 0 11.71875vmin;
353
- height: 11.71875vmin;
354
- width: 11.71875vmin;
355
- border-radius: 0.52083vmin;
356
- border: 0.13021vmin solid #e5e5e5;
357
- overflow: hidden;
358
- }
359
- .goods-info-wrapper .goods-info .goods-wrapper .goods-thumbnail .goods-type {
360
- position: absolute;
361
- right: 0.52083vmin;
362
- bottom: 0.52083vmin;
363
- text-size-adjust: none;
364
- color: #ffffff !important;
365
- padding: 0.39062vmin;
366
- border-radius: 0.26042vmin;
367
- background: rgba(0, 0, 0, 0.25);
368
- font-size: 1.30208vmin;
369
- backdrop-filter: blur(1.5625vmin);
370
- font-weight: 500;
371
- }
372
- .goods-info-wrapper .goods-info .goods-wrapper .goods-thumbnail .svip-tag {
373
- position: absolute;
374
- top: 0;
375
- left: 0;
376
- padding: 0.13021vmin 0.52083vmin;
377
- background: linear-gradient(315deg, #333333 0%, #525252 68%, #333333 100%);
378
- border-radius: 0.52083vmin 0vmin 0.52083vmin 0vmin;
379
- }
380
- .goods-info-wrapper .goods-info .goods-wrapper .goods-thumbnail .svip-tag-text {
381
- font-size: 1.30208vmin;
382
- text-size-adjust: none;
383
- color: #ffc266;
384
- }
385
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail {
386
- flex: 1;
387
- margin-left: 1.5625vmin;
388
- display: flex;
389
- flex-direction: column;
390
- justify-content: space-around;
391
- padding: 0;
392
- }
393
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-title {
394
- display: -webkit-box;
395
- -webkit-box-orient: vertical;
396
- -webkit-line-clamp: 2;
397
- overflow: hidden;
398
- word-break: break-all;
399
- }
400
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-title .goods-tag {
401
- margin-right: 0.26042vmin;
402
- white-space: nowrap;
403
- color: #1472FF;
404
- border: 0.13021vmin solid #1472FF;
405
- padding: 0 0.52083vmin;
406
- border-radius: 0.26042vmin;
407
- background-color: #fff;
408
- top: -vmin(4);
409
- position: relative;
410
- }
411
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-title .goods-name {
412
- font-size: 1.82292vmin;
413
- }
414
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-specification {
415
- margin-top: 0.78125vmin;
416
- height: 2.34375vmin;
417
- color: #999;
418
- word-break: break-all;
419
- }
420
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity {
421
- display: flex;
422
- justify-content: space-between;
423
- align-items: flex-end;
424
- margin-top: 0.78125vmin;
425
- width: 100%;
426
- color: #999;
427
- }
428
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-pay-info {
429
- flex-grow: 1;
430
- display: flex;
431
- flex-direction: column;
432
- }
433
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-limit {
434
- margin-bottom: 1.04167vmin;
435
- display: flex;
436
- font-size: 1.5625vmin;
437
- }
438
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-limit .border-blue {
439
- border: #1472FF 0.02rem solid;
440
- color: #1472ff;
441
- padding: 0 0.52083vmin;
442
- margin-right: 0.52083vmin;
443
- border-radius: 0.26042vmin;
444
- }
445
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-limit .border-orange {
446
- border: #ff781f 0.13021vmin solid;
447
- color: #ff781f;
448
- padding: 0 0.52083vmin;
449
- border-radius: 0.26042vmin;
450
- }
451
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-price {
452
- display: inline-block;
453
- margin-right: 0.52083vmin;
454
- margin-bottom: 0;
455
- font-size: 2.08333vmin;
456
- }
457
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-tags {
458
- display: inline-block;
459
- }
460
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-tag {
461
- display: inline-block;
462
- padding: 0.13021vmin 0.78125vmin;
463
- font-size: 1.30208vmin;
464
- border-radius: 1.30208vmin;
465
- }
466
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-tag + .goods-tag {
467
- margin-left: 0.52083vmin;
468
- }
469
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-tag.marketing-tag {
470
- color: #ff781f;
471
- background: #fff3eb;
472
- }
473
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-tag.send-friend {
474
- color: #07c160;
475
- border: 0.13021vmin solid rgba(7, 193, 96, 0.5);
476
- }
477
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-counter {
478
- flex-shrink: 0;
479
- }
480
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-counter .goods-plus,
481
- .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-counter .goods-minus {
482
- background: none;
483
- }
484
- }
@@ -1,18 +1,18 @@
1
1
  .integral-select {
2
- padding: 0 4.26667vmin;
2
+ padding: 0 4.27vmin;
3
3
  background-color: #fff;
4
4
  }
5
5
  .integral-select .integral-wrapper {
6
- border-top: 0.13333vmin solid #eee;
6
+ border-top: 0.13vmin solid #eee;
7
7
  display: flex;
8
8
  align-items: center;
9
9
  justify-content: space-between;
10
10
  box-sizing: border-box;
11
11
  background: #fff;
12
- height: 11.73333vmin;
12
+ height: 11.73vmin;
13
13
  }
14
14
  .integral-select .integral-wrapper .width16 {
15
- width: 4.26667vmin;
15
+ width: 4.27vmin;
16
16
  }
17
17
  .integral-select .integral-wrapper .left-text {
18
18
  display: flex;
@@ -20,135 +20,31 @@
20
20
  align-items: center;
21
21
  }
22
22
  .integral-select .integral-wrapper .left-text .title {
23
- font-size: 3.73333vmin;
23
+ font-size: 3.73vmin;
24
24
  color: #333;
25
25
  }
26
26
  .integral-select .integral-wrapper .left-text .tips-icon {
27
- width: 3.73333vmin;
28
- height: 3.73333vmin;
29
- margin-left: 1.06667vmin;
27
+ width: 3.73vmin;
28
+ height: 3.73vmin;
29
+ margin-left: 1.07vmin;
30
30
  color: #999;
31
- padding-top: 0.26667vmin;
31
+ padding-top: 0.27vmin;
32
32
  }
33
33
  .integral-select .integral-wrapper .right-text {
34
34
  display: flex;
35
35
  align-items: center;
36
36
  }
37
37
  .integral-select .integral-wrapper .right-text .current {
38
- font-size: 3.73333vmin;
38
+ font-size: 3.73vmin;
39
39
  color: #999;
40
- margin-right: 2.13333vmin;
40
+ margin-right: 2.13vmin;
41
41
  }
42
42
  .integral-select .integral-wrapper .right-text .discount {
43
- font-size: 3.73333vmin;
43
+ font-size: 3.73vmin;
44
44
  color: #ff8205;
45
- margin-right: 2.13333vmin;
45
+ margin-right: 2.13vmin;
46
46
  }
47
47
  .integral-select .integral-wrapper .cannot-use {
48
- font-size: 3.73333vmin;
48
+ font-size: 3.73vmin;
49
49
  color: #c8c8c8;
50
50
  }
51
- @media screen and (min-width: 768px) and (orientation: portrait) {
52
- .integral-select {
53
- padding: 0 2.08333vmin;
54
- background-color: #fff;
55
- }
56
- .integral-select .integral-wrapper {
57
- border-top: 0.0651vmin solid #eee;
58
- display: flex;
59
- align-items: center;
60
- justify-content: space-between;
61
- box-sizing: border-box;
62
- background: #fff;
63
- height: 5.72917vmin;
64
- }
65
- .integral-select .integral-wrapper .width16 {
66
- width: 2.08333vmin;
67
- }
68
- .integral-select .integral-wrapper .left-text {
69
- display: flex;
70
- flex-direction: row;
71
- align-items: center;
72
- }
73
- .integral-select .integral-wrapper .left-text .title {
74
- font-size: 1.82292vmin;
75
- color: #333;
76
- }
77
- .integral-select .integral-wrapper .left-text .tips-icon {
78
- width: 1.82292vmin;
79
- height: 1.82292vmin;
80
- margin-left: 0.52083vmin;
81
- color: #999;
82
- padding-top: 0.13021vmin;
83
- }
84
- .integral-select .integral-wrapper .right-text {
85
- display: flex;
86
- align-items: center;
87
- }
88
- .integral-select .integral-wrapper .right-text .current {
89
- font-size: 1.82292vmin;
90
- color: #999;
91
- margin-right: 1.04167vmin;
92
- }
93
- .integral-select .integral-wrapper .right-text .discount {
94
- font-size: 1.82292vmin;
95
- color: #ff8205;
96
- margin-right: 1.04167vmin;
97
- }
98
- .integral-select .integral-wrapper .cannot-use {
99
- font-size: 1.82292vmin;
100
- color: #c8c8c8;
101
- }
102
- }
103
- @media screen and (min-height: 768px) and (orientation: landscape) {
104
- .integral-select {
105
- padding: 0 2.08333vmin;
106
- background-color: #fff;
107
- }
108
- .integral-select .integral-wrapper {
109
- border-top: 0.0651vmin solid #eee;
110
- display: flex;
111
- align-items: center;
112
- justify-content: space-between;
113
- box-sizing: border-box;
114
- background: #fff;
115
- height: 5.72917vmin;
116
- }
117
- .integral-select .integral-wrapper .width16 {
118
- width: 2.08333vmin;
119
- }
120
- .integral-select .integral-wrapper .left-text {
121
- display: flex;
122
- flex-direction: row;
123
- align-items: center;
124
- }
125
- .integral-select .integral-wrapper .left-text .title {
126
- font-size: 1.82292vmin;
127
- color: #333;
128
- }
129
- .integral-select .integral-wrapper .left-text .tips-icon {
130
- width: 1.82292vmin;
131
- height: 1.82292vmin;
132
- margin-left: 0.52083vmin;
133
- color: #999;
134
- padding-top: 0.13021vmin;
135
- }
136
- .integral-select .integral-wrapper .right-text {
137
- display: flex;
138
- align-items: center;
139
- }
140
- .integral-select .integral-wrapper .right-text .current {
141
- font-size: 1.82292vmin;
142
- color: #999;
143
- margin-right: 1.04167vmin;
144
- }
145
- .integral-select .integral-wrapper .right-text .discount {
146
- font-size: 1.82292vmin;
147
- color: #ff8205;
148
- margin-right: 1.04167vmin;
149
- }
150
- .integral-select .integral-wrapper .cannot-use {
151
- font-size: 1.82292vmin;
152
- color: #c8c8c8;
153
- }
154
- }