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
@@ -1,3 +1,4 @@
1
+ @charset "UTF-8";
1
2
  /* 主题色 */
2
3
  .theme-customize-bg {
3
4
  background: linear-gradient(180.25deg, #fe6500 0%, #ff4102 100%) !important;
@@ -14,20 +15,33 @@
14
15
  .theme-customize-border {
15
16
  border-color: #FF781F !important;
16
17
  }
17
- .goods-explaining {
18
- position: absolute;
19
- width: 32vmin;
20
- height: 4.8vmin;
21
- bottom: 0vmin;
22
- left: 0vmin;
18
+ @keyframes turn {
19
+ 0% {
20
+ transform: rotate(0deg);
21
+ }
22
+ 20% {
23
+ transform: rotate(72deg);
24
+ }
25
+ 40% {
26
+ transform: rotate(144deg);
27
+ }
28
+ 60% {
29
+ transform: rotate(216deg);
30
+ }
31
+ 80% {
32
+ transform: rotate(288deg);
33
+ }
34
+ 100% {
35
+ transform: rotate(360deg);
36
+ }
23
37
  }
24
38
  .goods-item {
25
39
  display: flex;
26
40
  min-height: 24vmin;
27
41
  background: #ffffff;
28
- margin: 0 4.27vmin 0 4.27vmin;
29
- border-radius: 2.13vmin;
30
- padding: 2.13vmin;
42
+ margin: 0 4.26667vmin 0 4.26667vmin;
43
+ border-radius: 2.13333vmin;
44
+ padding: 2.13333vmin;
31
45
  flex-direction: column;
32
46
  }
33
47
  .goods-item .main-card {
@@ -40,7 +54,7 @@
40
54
  height: 24vmin;
41
55
  }
42
56
  .goods-item .main-card .left .index {
43
- border-radius: 2.13vmin 0 2.13vmin 0;
57
+ border-radius: 2.13333vmin 0 2.13333vmin 0;
44
58
  position: absolute;
45
59
  top: 0;
46
60
  left: 0;
@@ -48,9 +62,9 @@
48
62
  align-items: center;
49
63
  justify-content: center;
50
64
  min-width: 4.8vmin;
51
- height: 3.73vmin;
52
- padding: 0.13vmin 0.8vmin;
53
- font-size: 2.66vmin;
65
+ height: 3.73333vmin;
66
+ padding: 0.13333vmin 0.8vmin;
67
+ font-size: 2.66667vmin;
54
68
  background: rgba(0, 0, 0, 0.6);
55
69
  color: #FFFFFF;
56
70
  }
@@ -60,20 +74,27 @@
60
74
  }
61
75
  .goods-item .main-card .left .goods-type {
62
76
  position: absolute;
63
- right: calc(100% - 30.67vmin);
64
- bottom: 1.07vmin;
65
- padding: 1.07vmin 1.33vmin;
77
+ right: 1.06667vmin;
78
+ bottom: 1.06667vmin;
79
+ padding: 1.06667vmin 1.33333vmin;
66
80
  background: rgba(0, 0, 0, 0.4);
67
- border-radius: 1.07vmin;
81
+ border-radius: 1.06667vmin;
68
82
  color: #fff;
69
- font-size: 2.67vmin;
83
+ font-size: 2.66667vmin;
70
84
  width: fit-content;
71
85
  display: flex;
72
86
  justify-content: center;
73
87
  align-items: center;
74
- height: 2.67vmin;
88
+ height: 2.66667vmin;
75
89
  font-weight: 500;
76
90
  }
91
+ .goods-item .main-card .left .goods-explaining {
92
+ position: absolute;
93
+ width: 32vmin;
94
+ height: 4.8vmin;
95
+ bottom: 0vmin;
96
+ left: 0vmin;
97
+ }
77
98
  .goods-item .main-card .left .ios-goods-type {
78
99
  background: rgba(0, 0, 0, 0.25) !important;
79
100
  backdrop-filter: blur(3.2vmin);
@@ -83,9 +104,9 @@
83
104
  display: flex;
84
105
  flex-direction: column;
85
106
  justify-content: space-between;
86
- margin-left: 2.13vmin;
107
+ margin-left: 2.13333vmin;
87
108
  height: 24vmin;
88
- width: calc(100% - 34.13vmin);
109
+ width: calc(100% - vmin(256));
89
110
  }
90
111
  .goods-item .main-card .right .line-one {
91
112
  display: flex;
@@ -95,13 +116,13 @@
95
116
  .goods-item .main-card .right .line-one .activity-type {
96
117
  background-color: #FFF3EB;
97
118
  color: #FF781F;
98
- padding: 0vmin 1.07vmin;
99
- font-size: 2.67vmin;
100
- height: 4.27vmin;
119
+ padding: 0vmin 1.06667vmin;
120
+ font-size: 2.66667vmin;
121
+ height: 4.26667vmin;
101
122
  line-height: 4.8vmin;
102
123
  flex-shrink: 0;
103
- margin-right: 1.07vmin;
104
- border-radius: 0.53vmin;
124
+ margin-right: 1.06667vmin;
125
+ border-radius: 0.53333vmin;
105
126
  display: flex;
106
127
  width: max-content;
107
128
  align-items: center;
@@ -110,14 +131,14 @@
110
131
  .goods-item .main-card .right .line-one .super-activity-type {
111
132
  background: linear-gradient(180.25deg, #333333 0%, #525252 68%, #333333 100%);
112
133
  color: #ff781f;
113
- padding: 0.53vmin 1.07vmin;
114
- font-size: 2.67vmin;
115
- height: 4.27vmin;
134
+ padding: 0.53333vmin 1.06667vmin;
135
+ font-size: 2.66667vmin;
136
+ height: 4.26667vmin;
116
137
  width: max-content;
117
138
  line-height: 4.8vmin;
118
139
  flex-shrink: 0;
119
- margin-right: 1.07vmin;
120
- border-radius: 0.53vmin;
140
+ margin-right: 1.06667vmin;
141
+ border-radius: 0.53333vmin;
121
142
  display: flex;
122
143
  font-weight: 500;
123
144
  align-items: center;
@@ -128,7 +149,7 @@
128
149
  color: transparent;
129
150
  }
130
151
  .goods-item .main-card .right .line-one .goods-title {
131
- font-size: 3.73vmin;
152
+ font-size: 3.73333vmin;
132
153
  color: #333333;
133
154
  word-break: break-all;
134
155
  overflow: hidden;
@@ -141,21 +162,21 @@
141
162
  }
142
163
  .goods-item .main-card .right .sec-kill {
143
164
  color: #FF781F;
144
- font-size: 2.67vmin;
145
- line-height: 4.27vmin;
146
- margin: 1.07vmin 0;
165
+ font-size: 2.66667vmin;
166
+ line-height: 4.26667vmin;
167
+ margin: 1.06667vmin 0;
147
168
  }
148
169
  .goods-item .main-card .right .left-stock {
149
170
  color: #999999;
150
- font-size: 2.67vmin;
171
+ font-size: 2.66667vmin;
151
172
  height: 3.2vmin;
152
173
  display: flex;
153
174
  align-items: center;
154
175
  }
155
176
  .goods-item .main-card .right .left-stock .split {
156
177
  display: inline-block;
157
- border-left: 0.13vmin solid #999999;
158
- width: 0.27vmin;
178
+ border-left: 0.13333vmin solid #999999;
179
+ width: 0.26667vmin;
159
180
  height: 3.2vmin;
160
181
  margin: 0 1.6vmin;
161
182
  }
@@ -166,7 +187,7 @@
166
187
  }
167
188
  .goods-item .main-card .right .line-three .price {
168
189
  position: relative;
169
- min-height: 5.33vmin;
190
+ min-height: 5.33333vmin;
170
191
  font-weight: 500;
171
192
  }
172
193
  .goods-item .main-card .right .line-three .price .price-flow {
@@ -178,34 +199,34 @@
178
199
  font-size: 4.8vmin;
179
200
  }
180
201
  .goods-item .main-card .right .line-three .price .price-line {
181
- font-size: 2.67vmin;
202
+ font-size: 2.66667vmin;
182
203
  text-decoration: line-through;
183
204
  color: #999999;
184
- margin-left: 1.07vmin;
205
+ margin-left: 1.06667vmin;
185
206
  }
186
207
  .goods-item .main-card .right .line-three .buy-btn {
187
208
  font-size: 3.2vmin;
188
- border-radius: 5.33vmin;
189
- width: 21.33vmin;
190
- height: 7.47vmin;
209
+ border-radius: 5.33333vmin;
210
+ width: 21.33333vmin;
211
+ height: 7.46667vmin;
191
212
  display: flex;
192
213
  justify-content: center;
193
214
  align-items: center;
194
215
  color: white;
195
- line-height: 7.47vmin;
216
+ line-height: 7.46667vmin;
196
217
  font-weight: 500;
197
218
  background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
198
219
  }
199
220
  .goods-item .main-card .right .line-three .buy-btn-teacher {
200
221
  font-size: 3.2vmin;
201
- border-radius: 5.33vmin;
202
- width: 21.33vmin;
203
- height: 7.47vmin;
222
+ border-radius: 5.33333vmin;
223
+ width: 21.33333vmin;
224
+ height: 7.46667vmin;
204
225
  display: flex;
205
226
  justify-content: center;
206
227
  align-items: center;
207
228
  color: white;
208
- line-height: 7.47vmin;
229
+ line-height: 7.46667vmin;
209
230
  font-weight: 500;
210
231
  background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
211
232
  }
@@ -213,32 +234,32 @@
213
234
  width: 3.2vmin;
214
235
  height: 3.2vmin;
215
236
  animation: turn 1s linear infinite;
216
- margin-right: 1.06vmin;
237
+ margin-right: 1.06667vmin;
217
238
  }
218
239
  .goods-item .main-card .right .line-three .no-stock-btn {
219
240
  font-size: 3.2vmin;
220
- border-radius: 5.33vmin;
221
- width: 21.33vmin;
222
- height: 7.47vmin;
241
+ border-radius: 5.33333vmin;
242
+ width: 21.33333vmin;
243
+ height: 7.46667vmin;
223
244
  display: flex;
224
245
  justify-content: center;
225
246
  align-items: center;
226
247
  color: white;
227
- line-height: 7.47vmin;
248
+ line-height: 7.46667vmin;
228
249
  font-weight: 500;
229
250
  opacity: 40%;
230
251
  background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
231
252
  }
232
253
  .goods-item .main-card .right .line-three .see-btn {
233
254
  font-size: 3.2vmin;
234
- border-radius: 5.33vmin;
235
- width: 21.33vmin;
236
- height: 7.47vmin;
255
+ border-radius: 5.33333vmin;
256
+ width: 21.33333vmin;
257
+ height: 7.46667vmin;
237
258
  display: flex;
238
259
  justify-content: center;
239
260
  align-items: center;
240
261
  color: white;
241
- line-height: 7.47vmin;
262
+ line-height: 7.46667vmin;
242
263
  font-weight: 500;
243
264
  margin-left: inherit;
244
265
  margin-right: inherit;
@@ -246,16 +267,16 @@
246
267
  }
247
268
  .goods-item .main-card .right .line-three .buy-btn-preferential {
248
269
  font-size: 3.2vmin;
249
- border-radius: 5.33vmin;
250
- padding: 0 1.33vmin;
251
- min-width: 21.33vmin;
252
- height: 9.07vmin;
270
+ border-radius: 5.33333vmin;
271
+ padding: 0 1.33333vmin;
272
+ min-width: 21.33333vmin;
273
+ height: 9.06667vmin;
253
274
  display: flex;
254
275
  justify-content: center;
255
276
  align-items: center;
256
277
  color: white;
257
278
  flex-flow: column;
258
- line-height: 4.27vmin;
279
+ line-height: 4.26667vmin;
259
280
  background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
260
281
  }
261
282
  .goods-item .main-card .right .line-three .buy-btn-preferential .go-buy {
@@ -263,44 +284,568 @@
263
284
  font-weight: 500;
264
285
  }
265
286
  .goods-item .main-card .right .line-three .buy-btn-preferential .preferential-flow {
266
- color: #ffffff;
267
- font-size: 2.67vmin;
287
+ color: white;
288
+ font-size: 2.66667vmin;
268
289
  }
269
290
  .goods-item .main-card .right .line-three .buy-btn-preferential .preferential-show {
270
- font-size: 3.73vmin;
271
- color: #ffffff;
291
+ font-size: 3.73333vmin;
292
+ color: white;
272
293
  }
273
- .teacher-switch {
274
- height: 4.27vmin;
294
+ .goods-item .main-card .teacher-switch {
295
+ height: 4.26667vmin;
275
296
  background: #fff;
276
297
  display: flex;
277
- margin-top: 2.13vmin;
298
+ margin-top: 2.13333vmin;
278
299
  }
279
- .teacher-switch .switch-txt {
300
+ .goods-item .main-card .teacher-switch .switch-txt {
280
301
  opacity: 1;
281
302
  color: #333333;
282
303
  font-size: 3.2vmin;
283
304
  font-weight: 400;
284
305
  font-family: "PingFang SC";
285
- margin-left: 2.13vmin;
306
+ margin-left: 2.13333vmin;
307
+ }
308
+ @media screen and (min-width: 768px) and (orientation: portrait) {
309
+ .goods-item {
310
+ display: flex;
311
+ min-height: 11.71875vmin;
312
+ background: #ffffff;
313
+ margin: 0 2.08333vmin 0 2.08333vmin;
314
+ border-radius: 1.04167vmin;
315
+ padding: 1.04167vmin;
316
+ flex-direction: column;
317
+ }
318
+ .goods-item .main-card {
319
+ display: flex;
320
+ flex-direction: row;
321
+ }
322
+ .goods-item .main-card .left {
323
+ position: relative;
324
+ width: 15.625vmin;
325
+ height: 11.71875vmin;
326
+ }
327
+ .goods-item .main-card .left .index {
328
+ border-radius: 1.04167vmin 0 1.04167vmin 0;
329
+ position: absolute;
330
+ top: 0;
331
+ left: 0;
332
+ display: inline-flex;
333
+ align-items: center;
334
+ justify-content: center;
335
+ min-width: 2.34375vmin;
336
+ height: 1.82292vmin;
337
+ padding: 0.0651vmin 0.39062vmin;
338
+ font-size: 1.30208vmin;
339
+ background: rgba(0, 0, 0, 0.6);
340
+ color: #FFFFFF;
341
+ }
342
+ .goods-item .main-card .left .ios-index {
343
+ background: rgba(0, 0, 0, 0.25);
344
+ backdrop-filter: blur(1.5625vmin);
345
+ }
346
+ .goods-item .main-card .left .goods-type {
347
+ position: absolute;
348
+ right: 0.52083vmin;
349
+ bottom: 0.52083vmin;
350
+ padding: 0.52083vmin 0.65104vmin;
351
+ background: rgba(0, 0, 0, 0.4);
352
+ border-radius: 0.52083vmin;
353
+ color: #fff;
354
+ font-size: 1.30208vmin;
355
+ width: fit-content;
356
+ display: flex;
357
+ justify-content: center;
358
+ align-items: center;
359
+ height: 1.30208vmin;
360
+ font-weight: 500;
361
+ }
362
+ .goods-item .main-card .left .goods-explaining {
363
+ position: absolute;
364
+ width: 15.625vmin;
365
+ height: 2.34375vmin;
366
+ bottom: 0vmin;
367
+ left: 0vmin;
368
+ }
369
+ .goods-item .main-card .left .ios-goods-type {
370
+ background: rgba(0, 0, 0, 0.25) !important;
371
+ backdrop-filter: blur(1.5625vmin);
372
+ }
373
+ .goods-item .main-card .right {
374
+ flex: 1;
375
+ display: flex;
376
+ flex-direction: column;
377
+ justify-content: space-between;
378
+ margin-left: 1.04167vmin;
379
+ height: 11.71875vmin;
380
+ width: calc(100% - vmin(256));
381
+ }
382
+ .goods-item .main-card .right .line-one {
383
+ display: flex;
384
+ align-items: center;
385
+ height: 2.34375vmin;
386
+ }
387
+ .goods-item .main-card .right .line-one .activity-type {
388
+ background-color: #FFF3EB;
389
+ color: #FF781F;
390
+ padding: 0vmin 0.52083vmin;
391
+ font-size: 1.30208vmin;
392
+ height: 2.08333vmin;
393
+ line-height: 2.34375vmin;
394
+ flex-shrink: 0;
395
+ margin-right: 0.52083vmin;
396
+ border-radius: 0.26042vmin;
397
+ display: flex;
398
+ width: max-content;
399
+ align-items: center;
400
+ font-weight: 500;
401
+ }
402
+ .goods-item .main-card .right .line-one .super-activity-type {
403
+ background: linear-gradient(180.25deg, #333333 0%, #525252 68%, #333333 100%);
404
+ color: #ff781f;
405
+ padding: 0.26042vmin 0.52083vmin;
406
+ font-size: 1.30208vmin;
407
+ height: 2.08333vmin;
408
+ width: max-content;
409
+ line-height: 2.34375vmin;
410
+ flex-shrink: 0;
411
+ margin-right: 0.52083vmin;
412
+ border-radius: 0.26042vmin;
413
+ display: flex;
414
+ font-weight: 500;
415
+ align-items: center;
416
+ }
417
+ .goods-item .main-card .right .line-one .super-activity-type .super-activity-txt {
418
+ background: linear-gradient(to right, #FFE4AD, #FFC266);
419
+ -webkit-background-clip: text;
420
+ color: transparent;
421
+ }
422
+ .goods-item .main-card .right .line-one .goods-title {
423
+ font-size: 1.82292vmin;
424
+ color: #333333;
425
+ word-break: break-all;
426
+ overflow: hidden;
427
+ text-overflow: ellipsis;
428
+ white-space: nowrap;
429
+ display: inline-block;
430
+ vertical-align: middle;
431
+ line-height: 2.34375vmin;
432
+ font-weight: 500;
433
+ }
434
+ .goods-item .main-card .right .sec-kill {
435
+ color: #FF781F;
436
+ font-size: 1.30208vmin;
437
+ line-height: 2.08333vmin;
438
+ margin: 0.52083vmin 0;
439
+ }
440
+ .goods-item .main-card .right .left-stock {
441
+ color: #999999;
442
+ font-size: 1.30208vmin;
443
+ height: 1.5625vmin;
444
+ display: flex;
445
+ align-items: center;
446
+ }
447
+ .goods-item .main-card .right .left-stock .split {
448
+ display: inline-block;
449
+ border-left: 0.0651vmin solid #999999;
450
+ width: 0.13021vmin;
451
+ height: 1.5625vmin;
452
+ margin: 0 0.78125vmin;
453
+ }
454
+ .goods-item .main-card .right .line-three {
455
+ display: flex;
456
+ justify-content: space-between;
457
+ align-items: flex-end;
458
+ }
459
+ .goods-item .main-card .right .line-three .price {
460
+ position: relative;
461
+ min-height: 2.60417vmin;
462
+ font-weight: 500;
463
+ }
464
+ .goods-item .main-card .right .line-three .price .price-flow {
465
+ color: #FF5429;
466
+ font-size: 1.5625vmin;
467
+ }
468
+ .goods-item .main-card .right .line-three .price .price-show {
469
+ color: #FF5429;
470
+ font-size: 2.34375vmin;
471
+ }
472
+ .goods-item .main-card .right .line-three .price .price-line {
473
+ font-size: 1.30208vmin;
474
+ text-decoration: line-through;
475
+ color: #999999;
476
+ margin-left: 0.52083vmin;
477
+ }
478
+ .goods-item .main-card .right .line-three .buy-btn {
479
+ font-size: 1.5625vmin;
480
+ border-radius: 2.60417vmin;
481
+ width: 10.41667vmin;
482
+ height: 3.64583vmin;
483
+ display: flex;
484
+ justify-content: center;
485
+ align-items: center;
486
+ color: white;
487
+ line-height: 3.64583vmin;
488
+ font-weight: 500;
489
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
490
+ }
491
+ .goods-item .main-card .right .line-three .buy-btn-teacher {
492
+ font-size: 1.5625vmin;
493
+ border-radius: 2.60417vmin;
494
+ width: 10.41667vmin;
495
+ height: 3.64583vmin;
496
+ display: flex;
497
+ justify-content: center;
498
+ align-items: center;
499
+ color: white;
500
+ line-height: 3.64583vmin;
501
+ font-weight: 500;
502
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
503
+ }
504
+ .goods-item .main-card .right .line-three .buy-btn-teacher .load {
505
+ width: 1.5625vmin;
506
+ height: 1.5625vmin;
507
+ animation: turn 1s linear infinite;
508
+ margin-right: 0.52083vmin;
509
+ }
510
+ .goods-item .main-card .right .line-three .no-stock-btn {
511
+ font-size: 1.5625vmin;
512
+ border-radius: 2.60417vmin;
513
+ width: 10.41667vmin;
514
+ height: 3.64583vmin;
515
+ display: flex;
516
+ justify-content: center;
517
+ align-items: center;
518
+ color: white;
519
+ line-height: 3.64583vmin;
520
+ font-weight: 500;
521
+ opacity: 40%;
522
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
523
+ }
524
+ .goods-item .main-card .right .line-three .see-btn {
525
+ font-size: 1.5625vmin;
526
+ border-radius: 2.60417vmin;
527
+ width: 10.41667vmin;
528
+ height: 3.64583vmin;
529
+ display: flex;
530
+ justify-content: center;
531
+ align-items: center;
532
+ color: white;
533
+ line-height: 3.64583vmin;
534
+ font-weight: 500;
535
+ margin-left: inherit;
536
+ margin-right: inherit;
537
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
538
+ }
539
+ .goods-item .main-card .right .line-three .buy-btn-preferential {
540
+ font-size: 1.5625vmin;
541
+ border-radius: 2.60417vmin;
542
+ padding: 0 0.65104vmin;
543
+ min-width: 10.41667vmin;
544
+ height: 4.42708vmin;
545
+ display: flex;
546
+ justify-content: center;
547
+ align-items: center;
548
+ color: white;
549
+ flex-flow: column;
550
+ line-height: 2.08333vmin;
551
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
552
+ }
553
+ .goods-item .main-card .right .line-three .buy-btn-preferential .go-buy {
554
+ font-size: 1.5625vmin;
555
+ font-weight: 500;
556
+ }
557
+ .goods-item .main-card .right .line-three .buy-btn-preferential .preferential-flow {
558
+ color: white;
559
+ font-size: 1.30208vmin;
560
+ }
561
+ .goods-item .main-card .right .line-three .buy-btn-preferential .preferential-show {
562
+ font-size: 1.82292vmin;
563
+ color: white;
564
+ }
565
+ .goods-item .main-card .teacher-switch {
566
+ height: 2.08333vmin;
567
+ background: #fff;
568
+ display: flex;
569
+ margin-top: 1.04167vmin;
570
+ }
571
+ .goods-item .main-card .teacher-switch .switch-txt {
572
+ opacity: 1;
573
+ color: #333333;
574
+ font-size: 1.5625vmin;
575
+ font-weight: 400;
576
+ font-family: "PingFang SC";
577
+ margin-left: 1.04167vmin;
578
+ }
286
579
  }
287
- @keyframes turn {
288
- 0% {
289
- transform: rotate(0deg);
580
+ @media screen and (min-height: 768px) and (orientation: landscape) {
581
+ .goods-item {
582
+ display: flex;
583
+ min-height: 11.71875vmin;
584
+ background: #ffffff;
585
+ margin: 0 2.08333vmin 0 2.08333vmin;
586
+ border-radius: 1.04167vmin;
587
+ padding: 1.04167vmin;
588
+ flex-direction: column;
290
589
  }
291
- 20% {
292
- transform: rotate(72deg);
590
+ .goods-item .main-card {
591
+ display: flex;
592
+ flex-direction: row;
293
593
  }
294
- 40% {
295
- transform: rotate(144deg);
594
+ .goods-item .main-card .left {
595
+ position: relative;
596
+ width: 15.625vmin;
597
+ height: 11.71875vmin;
296
598
  }
297
- 60% {
298
- transform: rotate(216deg);
599
+ .goods-item .main-card .left .index {
600
+ border-radius: 1.04167vmin 0 1.04167vmin 0;
601
+ position: absolute;
602
+ top: 0;
603
+ left: 0;
604
+ display: inline-flex;
605
+ align-items: center;
606
+ justify-content: center;
607
+ min-width: 2.34375vmin;
608
+ height: 1.82292vmin;
609
+ padding: 0.0651vmin 0.39062vmin;
610
+ font-size: 1.30208vmin;
611
+ background: rgba(0, 0, 0, 0.6);
612
+ color: #FFFFFF;
299
613
  }
300
- 80% {
301
- transform: rotate(288deg);
614
+ .goods-item .main-card .left .ios-index {
615
+ background: rgba(0, 0, 0, 0.25);
616
+ backdrop-filter: blur(1.5625vmin);
302
617
  }
303
- 100% {
304
- transform: rotate(360deg);
618
+ .goods-item .main-card .left .goods-type {
619
+ position: absolute;
620
+ right: 0.52083vmin;
621
+ bottom: 0.52083vmin;
622
+ padding: 0.52083vmin 0.65104vmin;
623
+ background: rgba(0, 0, 0, 0.4);
624
+ border-radius: 0.52083vmin;
625
+ color: #fff;
626
+ font-size: 1.30208vmin;
627
+ width: fit-content;
628
+ display: flex;
629
+ justify-content: center;
630
+ align-items: center;
631
+ height: 1.30208vmin;
632
+ font-weight: 500;
633
+ }
634
+ .goods-item .main-card .left .goods-explaining {
635
+ position: absolute;
636
+ width: 15.625vmin;
637
+ height: 2.34375vmin;
638
+ bottom: 0vmin;
639
+ left: 0vmin;
640
+ }
641
+ .goods-item .main-card .left .ios-goods-type {
642
+ background: rgba(0, 0, 0, 0.25) !important;
643
+ backdrop-filter: blur(1.5625vmin);
644
+ }
645
+ .goods-item .main-card .right {
646
+ flex: 1;
647
+ display: flex;
648
+ flex-direction: column;
649
+ justify-content: space-between;
650
+ margin-left: 1.04167vmin;
651
+ height: 11.71875vmin;
652
+ width: calc(100% - vmin(256));
653
+ }
654
+ .goods-item .main-card .right .line-one {
655
+ display: flex;
656
+ align-items: center;
657
+ height: 2.34375vmin;
658
+ }
659
+ .goods-item .main-card .right .line-one .activity-type {
660
+ background-color: #FFF3EB;
661
+ color: #FF781F;
662
+ padding: 0vmin 0.52083vmin;
663
+ font-size: 1.30208vmin;
664
+ height: 2.08333vmin;
665
+ line-height: 2.34375vmin;
666
+ flex-shrink: 0;
667
+ margin-right: 0.52083vmin;
668
+ border-radius: 0.26042vmin;
669
+ display: flex;
670
+ width: max-content;
671
+ align-items: center;
672
+ font-weight: 500;
673
+ }
674
+ .goods-item .main-card .right .line-one .super-activity-type {
675
+ background: linear-gradient(180.25deg, #333333 0%, #525252 68%, #333333 100%);
676
+ color: #ff781f;
677
+ padding: 0.26042vmin 0.52083vmin;
678
+ font-size: 1.30208vmin;
679
+ height: 2.08333vmin;
680
+ width: max-content;
681
+ line-height: 2.34375vmin;
682
+ flex-shrink: 0;
683
+ margin-right: 0.52083vmin;
684
+ border-radius: 0.26042vmin;
685
+ display: flex;
686
+ font-weight: 500;
687
+ align-items: center;
688
+ }
689
+ .goods-item .main-card .right .line-one .super-activity-type .super-activity-txt {
690
+ background: linear-gradient(to right, #FFE4AD, #FFC266);
691
+ -webkit-background-clip: text;
692
+ color: transparent;
693
+ }
694
+ .goods-item .main-card .right .line-one .goods-title {
695
+ font-size: 1.82292vmin;
696
+ color: #333333;
697
+ word-break: break-all;
698
+ overflow: hidden;
699
+ text-overflow: ellipsis;
700
+ white-space: nowrap;
701
+ display: inline-block;
702
+ vertical-align: middle;
703
+ line-height: 2.34375vmin;
704
+ font-weight: 500;
705
+ }
706
+ .goods-item .main-card .right .sec-kill {
707
+ color: #FF781F;
708
+ font-size: 1.30208vmin;
709
+ line-height: 2.08333vmin;
710
+ margin: 0.52083vmin 0;
711
+ }
712
+ .goods-item .main-card .right .left-stock {
713
+ color: #999999;
714
+ font-size: 1.30208vmin;
715
+ height: 1.5625vmin;
716
+ display: flex;
717
+ align-items: center;
718
+ }
719
+ .goods-item .main-card .right .left-stock .split {
720
+ display: inline-block;
721
+ border-left: 0.0651vmin solid #999999;
722
+ width: 0.13021vmin;
723
+ height: 1.5625vmin;
724
+ margin: 0 0.78125vmin;
725
+ }
726
+ .goods-item .main-card .right .line-three {
727
+ display: flex;
728
+ justify-content: space-between;
729
+ align-items: flex-end;
730
+ }
731
+ .goods-item .main-card .right .line-three .price {
732
+ position: relative;
733
+ min-height: 2.60417vmin;
734
+ font-weight: 500;
735
+ }
736
+ .goods-item .main-card .right .line-three .price .price-flow {
737
+ color: #FF5429;
738
+ font-size: 1.5625vmin;
739
+ }
740
+ .goods-item .main-card .right .line-three .price .price-show {
741
+ color: #FF5429;
742
+ font-size: 2.34375vmin;
743
+ }
744
+ .goods-item .main-card .right .line-three .price .price-line {
745
+ font-size: 1.30208vmin;
746
+ text-decoration: line-through;
747
+ color: #999999;
748
+ margin-left: 0.52083vmin;
749
+ }
750
+ .goods-item .main-card .right .line-three .buy-btn {
751
+ font-size: 1.5625vmin;
752
+ border-radius: 2.60417vmin;
753
+ width: 10.41667vmin;
754
+ height: 3.64583vmin;
755
+ display: flex;
756
+ justify-content: center;
757
+ align-items: center;
758
+ color: white;
759
+ line-height: 3.64583vmin;
760
+ font-weight: 500;
761
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
762
+ }
763
+ .goods-item .main-card .right .line-three .buy-btn-teacher {
764
+ font-size: 1.5625vmin;
765
+ border-radius: 2.60417vmin;
766
+ width: 10.41667vmin;
767
+ height: 3.64583vmin;
768
+ display: flex;
769
+ justify-content: center;
770
+ align-items: center;
771
+ color: white;
772
+ line-height: 3.64583vmin;
773
+ font-weight: 500;
774
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
775
+ }
776
+ .goods-item .main-card .right .line-three .buy-btn-teacher .load {
777
+ width: 1.5625vmin;
778
+ height: 1.5625vmin;
779
+ animation: turn 1s linear infinite;
780
+ margin-right: 0.52083vmin;
781
+ }
782
+ .goods-item .main-card .right .line-three .no-stock-btn {
783
+ font-size: 1.5625vmin;
784
+ border-radius: 2.60417vmin;
785
+ width: 10.41667vmin;
786
+ height: 3.64583vmin;
787
+ display: flex;
788
+ justify-content: center;
789
+ align-items: center;
790
+ color: white;
791
+ line-height: 3.64583vmin;
792
+ font-weight: 500;
793
+ opacity: 40%;
794
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
795
+ }
796
+ .goods-item .main-card .right .line-three .see-btn {
797
+ font-size: 1.5625vmin;
798
+ border-radius: 2.60417vmin;
799
+ width: 10.41667vmin;
800
+ height: 3.64583vmin;
801
+ display: flex;
802
+ justify-content: center;
803
+ align-items: center;
804
+ color: white;
805
+ line-height: 3.64583vmin;
806
+ font-weight: 500;
807
+ margin-left: inherit;
808
+ margin-right: inherit;
809
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
810
+ }
811
+ .goods-item .main-card .right .line-three .buy-btn-preferential {
812
+ font-size: 1.5625vmin;
813
+ border-radius: 2.60417vmin;
814
+ padding: 0 0.65104vmin;
815
+ min-width: 10.41667vmin;
816
+ height: 4.42708vmin;
817
+ display: flex;
818
+ justify-content: center;
819
+ align-items: center;
820
+ color: white;
821
+ flex-flow: column;
822
+ line-height: 2.08333vmin;
823
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
824
+ }
825
+ .goods-item .main-card .right .line-three .buy-btn-preferential .go-buy {
826
+ font-size: 1.5625vmin;
827
+ font-weight: 500;
828
+ }
829
+ .goods-item .main-card .right .line-three .buy-btn-preferential .preferential-flow {
830
+ color: white;
831
+ font-size: 1.30208vmin;
832
+ }
833
+ .goods-item .main-card .right .line-three .buy-btn-preferential .preferential-show {
834
+ font-size: 1.82292vmin;
835
+ color: white;
836
+ }
837
+ .goods-item .main-card .teacher-switch {
838
+ height: 2.08333vmin;
839
+ background: #fff;
840
+ display: flex;
841
+ margin-top: 1.04167vmin;
842
+ }
843
+ .goods-item .main-card .teacher-switch .switch-txt {
844
+ opacity: 1;
845
+ color: #333333;
846
+ font-size: 1.5625vmin;
847
+ font-weight: 400;
848
+ font-family: "PingFang SC";
849
+ margin-left: 1.04167vmin;
305
850
  }
306
851
  }