xiaoe_mp_npm 0.5.39 → 0.5.40-alpha2

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 (81) hide show
  1. package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.scss +37 -0
  2. package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.wxss +25 -1
  3. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.scss +215 -0
  4. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.wxss +360 -36
  5. package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.scss +83 -0
  6. package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.wxss +118 -14
  7. package/miniprogram_dist/ConfirmOrder/components/Invoice/index.scss +51 -0
  8. package/miniprogram_dist/ConfirmOrder/components/Invoice/index.wxss +46 -2
  9. package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.scss +32 -0
  10. package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.wxss +18 -2
  11. package/miniprogram_dist/ConfirmOrder/components/PayBar/index.scss +54 -0
  12. package/miniprogram_dist/ConfirmOrder/components/PayBar/index.wxss +55 -3
  13. package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.scss +41 -0
  14. package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.wxss +35 -3
  15. package/miniprogram_dist/CouponList/components/CouponItem/index.js +83 -91
  16. package/miniprogram_dist/CouponList/components/CouponItem/index.scss +130 -132
  17. package/miniprogram_dist/CouponList/components/CouponItem/index.wxss +624 -78
  18. package/miniprogram_dist/CouponList/couponColumn/index.scss +106 -0
  19. package/miniprogram_dist/CouponList/couponColumn/index.wxss +159 -33
  20. package/miniprogram_dist/GoodsItem/index.js +21 -3
  21. package/miniprogram_dist/GoodsItem/index.scss +323 -0
  22. package/miniprogram_dist/GoodsItem/index.wxml +1 -1
  23. package/miniprogram_dist/GoodsItem/index.wxss +630 -85
  24. package/miniprogram_dist/GoodsRecommend/index.scss +154 -0
  25. package/miniprogram_dist/GoodsRecommend/index.wxss +289 -33
  26. package/miniprogram_dist/LiveGoodsList/Header/index.scss +71 -0
  27. package/miniprogram_dist/LiveGoodsList/Header/index.wxss +102 -10
  28. package/miniprogram_dist/LiveGoodsList/index.js +8 -1
  29. package/miniprogram_dist/LiveGoodsList/index.scss +80 -0
  30. package/miniprogram_dist/LiveGoodsList/index.wxml +56 -33
  31. package/miniprogram_dist/LiveGoodsList/index.wxss +123 -19
  32. package/miniprogram_dist/PayModule/button/index.scss +37 -0
  33. package/miniprogram_dist/PayModule/button/index.wxss +32 -4
  34. package/miniprogram_dist/common/utils/index.js +9 -0
  35. package/miniprogram_dist/coupon/components/CouponItem/index.less +1 -0
  36. package/miniprogram_dist/coupon/components/CouponItem/index.scss +239 -0
  37. package/miniprogram_dist/coupon/components/CouponSelect/index.scss +319 -0
  38. package/miniprogram_dist/coupon/components/CouponSelect/index.wxss +594 -59
  39. package/miniprogram_dist/coupon/index.scss +75 -0
  40. package/miniprogram_dist/coupon/index.wxss +119 -15
  41. package/package.json +1 -1
  42. package/src/ConfirmOrder/components/ConfirmOrderContent/index.scss +37 -0
  43. package/src/ConfirmOrder/components/ConfirmOrderContent/index.wxss +29 -1
  44. package/src/ConfirmOrder/components/GoodsInfo/index.scss +215 -0
  45. package/src/ConfirmOrder/components/GoodsInfo/index.wxss +390 -39
  46. package/src/ConfirmOrder/components/IntegralSelect/index.scss +83 -0
  47. package/src/ConfirmOrder/components/IntegralSelect/index.wxss +129 -14
  48. package/src/ConfirmOrder/components/Invoice/index.scss +51 -0
  49. package/src/ConfirmOrder/components/Invoice/index.wxss +52 -2
  50. package/src/ConfirmOrder/components/LeaveWord/index.scss +32 -0
  51. package/src/ConfirmOrder/components/LeaveWord/index.wxss +21 -2
  52. package/src/ConfirmOrder/components/PayBar/index.scss +54 -0
  53. package/src/ConfirmOrder/components/PayBar/index.wxss +60 -3
  54. package/src/ConfirmOrder/components/PayDetail/index.scss +41 -0
  55. package/src/ConfirmOrder/components/PayDetail/index.wxss +39 -3
  56. package/src/CouponList/components/CouponItem/index.js +83 -91
  57. package/src/CouponList/components/CouponItem/index.scss +130 -132
  58. package/src/CouponList/components/CouponItem/index.wxss +625 -84
  59. package/src/CouponList/couponColumn/index.scss +106 -0
  60. package/src/CouponList/couponColumn/index.wxss +173 -33
  61. package/src/GoodsItem/index.js +21 -3
  62. package/src/GoodsItem/index.scss +323 -0
  63. package/src/GoodsItem/index.wxml +1 -1
  64. package/src/GoodsItem/index.wxss +673 -85
  65. package/src/GoodsRecommend/index.scss +154 -0
  66. package/src/GoodsRecommend/index.wxss +311 -33
  67. package/src/LiveGoodsList/Header/index.scss +71 -0
  68. package/src/LiveGoodsList/Header/index.wxss +109 -10
  69. package/src/LiveGoodsList/index.js +8 -1
  70. package/src/LiveGoodsList/index.scss +80 -0
  71. package/src/LiveGoodsList/index.wxml +56 -33
  72. package/src/LiveGoodsList/index.wxss +133 -19
  73. package/src/PayModule/button/index.scss +37 -0
  74. package/src/PayModule/button/index.wxss +35 -4
  75. package/src/common/utils/index.js +9 -0
  76. package/src/coupon/components/CouponItem/index.less +1 -0
  77. package/src/coupon/components/CouponItem/index.scss +239 -0
  78. package/src/coupon/components/CouponSelect/index.scss +319 -0
  79. package/src/coupon/components/CouponSelect/index.wxss +642 -59
  80. package/src/coupon/index.scss +75 -0
  81. package/src/coupon/index.wxss +128 -15
@@ -6,43 +6,43 @@
6
6
  font-size: 3.2vmin;
7
7
  }
8
8
  .goods-info-wrapper .goods-info {
9
- padding: 4.27vmin;
9
+ padding: 4.26667vmin;
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.27vmin;
17
- height: 4.27vmin;
18
- margin-right: 2.13vmin;
16
+ width: 4.26667vmin;
17
+ height: 4.26667vmin;
18
+ margin-right: 2.13333vmin;
19
19
  }
20
20
  .goods-info-wrapper .goods-info .shop-title .shop-name {
21
- font-size: 3.73vmin;
21
+ font-size: 3.73333vmin;
22
22
  }
23
23
  .goods-info-wrapper .goods-info .goods-wrapper {
24
24
  display: flex;
25
- margin-top: 4.27vmin;
25
+ margin-top: 4.26667vmin;
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: 24vw;
32
- border-radius: 1.07vmin;
33
- border: 0.27vmin solid #e5e5e5;
31
+ width: 24vmin;
32
+ border-radius: 1.06667vmin;
33
+ border: 0.26667vmin 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.07vmin;
39
- bottom: 1.07vmin;
38
+ right: 1.06667vmin;
39
+ bottom: 1.06667vmin;
40
40
  text-size-adjust: none;
41
41
  color: #ffffff !important;
42
42
  padding: 0.8vmin;
43
- border-radius: 0.53vmin;
43
+ border-radius: 0.53333vmin;
44
44
  background: rgba(0, 0, 0, 0.25);
45
- font-size: 2.67vmin;
45
+ font-size: 2.66667vmin;
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.27vmin 1.07vmin;
53
+ padding: 0.26667vmin 1.06667vmin;
54
54
  background: linear-gradient(315deg, #333333 0%, #525252 68%, #333333 100%);
55
- border-radius: 1.07vmin 0vmin 1.07vmin 0vmin;
55
+ border-radius: 1.06667vmin 0vmin 1.06667vmin 0vmin;
56
56
  }
57
57
  .goods-info-wrapper .goods-info .goods-wrapper .goods-thumbnail .svip-tag-text {
58
- font-size: 2.67vmin;
58
+ font-size: 2.66667vmin;
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.53vmin;
78
+ margin-right: 0.53333vmin;
79
79
  white-space: nowrap;
80
80
  color: #1472FF;
81
- border: 0.27vmin solid #1472FF;
82
- padding: 0 1.07vmin;
83
- border-radius: 0.53vmin;
81
+ border: 0.26667vmin solid #1472FF;
82
+ padding: 0 1.06667vmin;
83
+ border-radius: 0.53333vmin;
84
84
  background-color: #fff;
85
- top: -0.53vmin;
85
+ top: -vmin(4);
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.73vmin;
89
+ font-size: 3.73333vmin;
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.13vmin;
111
+ margin-bottom: 2.13333vmin;
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.07vmin;
119
- margin-right: 1.07vmin;
120
- border-radius: 0.53vmin;
118
+ padding: 0 1.06667vmin;
119
+ margin-right: 1.06667vmin;
120
+ border-radius: 0.53333vmin;
121
121
  }
122
122
  .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-limit .border-orange {
123
- border: #ff781f 0.27vmin solid;
123
+ border: #ff781f 0.26667vmin solid;
124
124
  color: #ff781f;
125
- padding: 0 1.07vmin;
126
- border-radius: 0.53vmin;
125
+ padding: 0 1.06667vmin;
126
+ border-radius: 0.53333vmin;
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.07vmin;
130
+ margin-right: 1.06667vmin;
131
131
  margin-bottom: 0;
132
- font-size: 4.27vmin;
132
+ font-size: 4.26667vmin;
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.27vmin 1.6vmin;
140
- font-size: 2.67vmin;
141
- border-radius: 2.67vmin;
139
+ padding: 0.26667vmin 1.6vmin;
140
+ font-size: 2.66667vmin;
141
+ border-radius: 2.66667vmin;
142
142
  }
143
143
  .goods-info-wrapper .goods-info .goods-wrapper .goods-detail .goods-quantity .goods-tag + .goods-tag {
144
- margin-left: 1.07vmin;
144
+ margin-left: 1.06667vmin;
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.27vmin solid rgba(7, 193, 96, 0.5);
152
+ border: 0.26667vmin 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,3 +158,327 @@
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
+ }
@@ -0,0 +1,83 @@
1
+ $deviceWidth: 750;
2
+ @function vmin($rpx) {
3
+ @return #{$rpx * 100 / $deviceWidth}vmin;
4
+ }
5
+
6
+ @mixin integral-select {
7
+ padding: 0 vmin(32);
8
+ background-color: #fff;
9
+
10
+ .integral-wrapper {
11
+ border-top: vmin(1) solid #eee;
12
+ display: flex;
13
+ align-items: center;
14
+ justify-content: space-between;
15
+ box-sizing: border-box;
16
+ background: #fff;
17
+ height: vmin(88);
18
+ .width16{
19
+ width:vmin(32);
20
+ }
21
+
22
+ .left-text {
23
+ display: flex;
24
+ flex-direction: row;
25
+ align-items: center;
26
+
27
+ .title {
28
+ font-size: vmin(28);
29
+ color: #333;
30
+ }
31
+
32
+ .tips-icon {
33
+ width: vmin(28);
34
+ height: vmin(28);
35
+ margin-left: vmin(8);
36
+ color: #999;
37
+ padding-top: vmin(2);
38
+ }
39
+ }
40
+
41
+ .right-text {
42
+ display: flex;
43
+ align-items: center;
44
+
45
+ .current {
46
+ font-size: vmin(28);
47
+ color: #999;
48
+ margin-right: vmin(16);
49
+ }
50
+
51
+ .discount {
52
+ font-size: vmin(28);
53
+ color: #ff8205;
54
+ margin-right: vmin(16);
55
+ }
56
+ }
57
+
58
+ .cannot-use {
59
+ font-size: vmin(28);
60
+ color: #c8c8c8;
61
+ }
62
+ }
63
+ }
64
+
65
+ .integral-select {
66
+ @include integral-select;
67
+ }
68
+ // 竖屏pad
69
+ @media screen and (min-width: 768px) and (orientation: portrait) {
70
+ $deviceWidth: 1536 !global;
71
+
72
+ .integral-select {
73
+ @include integral-select;
74
+ }
75
+ }
76
+ // 横屏pad
77
+ @media screen and (min-height: 768px) and (orientation: landscape) {
78
+ $deviceWidth: 1536 !global;
79
+
80
+ .integral-select {
81
+ @include integral-select;
82
+ }
83
+ }