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,24 +1,35 @@
1
+ @function vmin($rpx) {
2
+ @return #{$rpx * 100 / $deviceWidth}vmin;
3
+ }
4
+
5
+ $deviceWidth: 750;
6
+
1
7
  // 互动页优惠券卡片样式
2
- .styleType1_wrapper {
8
+ @mixin styleType1_wrapper {
9
+ &.pop-card {
10
+ width: vmin(484);
11
+ margin-bottom: 0;
12
+ }
13
+
3
14
  &.vertical-screen {
4
- width: 63.47vmin;
15
+ width: vmin(476);
5
16
  margin: 0 auto;
6
17
 
7
18
  &.not-pop-card {
8
- margin-bottom: 4.27vmin;
19
+ margin-bottom: vmin(32);
9
20
  }
10
21
 
11
22
  .coupon_style1 {
12
- height: 24.53vmin;
23
+ height: vmin(184);
13
24
  }
14
25
  }
15
26
 
16
27
  &.full-screen-list {
17
- width: 92.47vmin;
18
- margin: 3.2vmin 4.27vmin 0 4.27vmin;
28
+ width: vmin(694);
29
+ margin: vmin(24) vmin(32) 0 vmin(32);
19
30
 
20
31
  .coupon_style1 {
21
- height: 27vmin;
32
+ height: vmin(202);
22
33
  }
23
34
  }
24
35
 
@@ -27,20 +38,20 @@
27
38
  position: relative;
28
39
  width: 100%;
29
40
 
30
- // height: 24.53vmin;
41
+ // height: vmin(184);
31
42
  .couponValue {
32
- padding: 2.13vmin;
33
- min-width: 24.8vmin;
43
+ padding: vmin(16);
44
+ min-width: vmin(186);
34
45
  height: 100%;
35
46
  background: rgba(255, 120, 31, 1);
36
47
  color: #fff;
37
- // padding: 2.13vmin;
48
+ // padding: vmin(16);
38
49
  display: flex;
39
50
  flex-direction: column;
40
51
  justify-content: space-around;
41
52
  align-items: center;
42
53
  box-sizing: border-box;
43
- border-radius: 2.13vmin 0 0 2.13vmin;
54
+ border-radius: vmin(16) 0 0 vmin(16);
44
55
 
45
56
  .couponPriceWrap {
46
57
  position: relative;
@@ -50,28 +61,28 @@
50
61
  font-weight: 700;
51
62
 
52
63
  .coupon-symbol {
53
- margin-right: 0.53vmin;
54
- font-size: 4.27vmin;
64
+ margin-right: vmin(4);
65
+ font-size: vmin(32);
55
66
  }
56
67
 
57
68
  .coupon-price {
58
69
  display: flex;
59
- font-size: 10.67vmin;
70
+ font-size: vmin(80);
60
71
  }
61
72
 
62
73
  .discountFont {
63
- font-size: 4.27vmin;
74
+ font-size: vmin(32);
64
75
  font-weight: 500;
65
76
  }
66
77
  }
67
78
 
68
79
  .couponUseCondition {
69
80
  color: rgba(255, 255, 255, 1);
70
- font-size: 3.2vmin;
81
+ font-size: vmin(24);
71
82
  font-weight: 500;
72
83
  font-family: "PingFang SC";
73
84
  text-align: center;
74
- line-height: 4.27vmin;
85
+ line-height: vmin(32);
75
86
  }
76
87
  }
77
88
 
@@ -79,33 +90,33 @@
79
90
  display: flex;
80
91
  flex-direction: column;
81
92
  justify-content: flex-start;
82
- width: 68.07vmin;
93
+ width: vmin(510);
83
94
  height: 100%;
84
95
  box-sizing: border-box;
85
96
  background: rgba(255, 255, 255, 1);
86
- padding: 2.13vmin 0 2.13vmin 2.13vmin;
97
+ padding: vmin(16) 0 vmin(16) vmin(16);
87
98
  color: rgba(153, 153, 153, 1);
88
- font-size: 2.67vmin;
89
- line-height: 3.2vmin;
99
+ font-size: vmin(20);
100
+ line-height: vmin(24);
90
101
  font-weight: 400;
91
102
  text-align: left;
92
- border-radius: 0 2.13vmin 2.13vmin 0;
103
+ border-radius: 0 vmin(16) vmin(16) 0;
93
104
 
94
105
  .couponName {
95
106
  color: rgba(51, 51, 51, 1);
96
- font-size: 3.2vmin;
97
- line-height: 4.27vmin;
98
- height: 4.27vmin;
99
- width: 32.8vmin;
107
+ font-size: vmin(24);
108
+ line-height: vmin(32);
109
+ height: vmin(32);
110
+ width: vmin(246);
100
111
  font-weight: 700;
101
- margin-bottom: 1.07vmin;
112
+ margin-bottom: vmin(8);
102
113
  overflow: hidden;
103
114
  white-space: nowrap;
104
115
  text-overflow: ellipsis;
105
116
  }
106
117
 
107
118
  .couponUseHint {
108
- margin-bottom: 0.53vmin;
119
+ margin-bottom: vmin(4);
109
120
  }
110
121
 
111
122
  .couponUseTime {
@@ -118,9 +129,9 @@
118
129
  align-items: center;
119
130
 
120
131
  .operateBtn {
121
- width: 3.2vmin;
122
- height: 3.2vmin;
123
- margin-left: 0.8vmin;
132
+ width: vmin(24);
133
+ height: vmin(24);
134
+ margin-left: vmin(6);
124
135
  background-size: 100% 100%;
125
136
  }
126
137
  }
@@ -128,25 +139,25 @@
128
139
 
129
140
  .couponState {
130
141
  position: absolute;
131
- right: 2.13vmin;
132
- bottom: 2.13vmin;
133
- height: 6.4vmin;
134
- line-height: 6.4vmin;
135
- border-radius: 3.73vmin;
142
+ right: vmin(16);
143
+ bottom: vmin(16);
144
+ height: vmin(48);
145
+ line-height: vmin(48);
146
+ border-radius: vmin(28);
136
147
  border: 0;
137
148
  background: rgba(255, 120, 31, 1);
138
149
 
139
150
  &.fullscreen-btn {
140
- width: 18.13vmin;
151
+ width: vmin(136);
141
152
  }
142
153
 
143
154
  &.vertical-btn {
144
- width: 14.93vmin;
155
+ width: vmin(112);
145
156
  }
146
157
 
147
158
  .couponBtn {
148
159
  color: rgba(255, 255, 255, 1);
149
- font-size: 3.2vmin;
160
+ font-size: vmin(24);
150
161
  font-weight: 700;
151
162
  text-align: center;
152
163
  font-family: "PingFang SC";
@@ -157,8 +168,8 @@
157
168
  position: absolute;
158
169
  top: 0vmin;
159
170
  right: 0vmin;
160
- width: 13.07vmin;
161
- height: 15.2vmin;
171
+ width: vmin(98);
172
+ height: vmin(114);
162
173
  }
163
174
  }
164
175
 
@@ -167,17 +178,17 @@
167
178
  display: flex;
168
179
  background-color: rgba(255, 245.82, 239.7, 1);
169
180
  box-sizing: border-box;
170
- border-radius: 0 0 0.53vmin 0.53vmin;
171
- padding: 2.13vmin;
172
- padding-top: 5vmin;
181
+ border-radius: 0 0 vmin(4) vmin(4);
182
+ padding: vmin(16);
183
+ padding-top: vmin(37.5);
173
184
  color: rgba(102, 102, 102, 1);
174
- font-size: 2.67vmin;
185
+ font-size: vmin(20);
175
186
  margin-top: -2vmin;
176
187
  text-align: left;
177
188
 
178
189
  .disabledHint {
179
- width: 3.73vmin;
180
- margin-right: 1.33vmin;
190
+ width: vmin(28);
191
+ margin-right: vmin(10);
181
192
  }
182
193
 
183
194
  .instructions {
@@ -185,41 +196,16 @@
185
196
 
186
197
  .remark {
187
198
  color: rgba(51, 51, 51, 1);
188
- margin-bottom: 1.07vmin;
199
+ margin-bottom: vmin(8);
189
200
  }
190
201
  }
191
202
  }
192
203
  }
193
204
 
194
- // 优惠券不可用样式
195
- .disabledState {
196
- background-color: #eeeeee !important;
197
-
198
- .couponValue {
199
- background: #cdcdcd !important;
200
- }
201
- }
202
-
203
- // 详细信息不可用优惠券时的字段
204
- .whiteBg {
205
- background-color: #fff !important;
206
- }
207
-
208
- .disabledHint {
209
- width: 3.73vmin;
210
- margin-right: 1.33vmin;
211
- }
212
-
213
- // 非高亮态样式
214
- .unselectState {
215
- background: #cdcdcd !important;
216
- }
217
-
218
-
219
205
  // 一行单个优惠券样式
220
- .styleType2_wrapper {
221
- margin-bottom: 3.2vmin;
222
- margin-right: 2.13vmin;
206
+ @mixin styleType2_wrapper {
207
+ margin-bottom: vmin(24);
208
+ margin-right: vmin(16);
223
209
 
224
210
  .coupon_style2 {
225
211
  display: flex;
@@ -227,8 +213,8 @@
227
213
  color: rgba(255, 120, 31, 1);
228
214
  position: relative;
229
215
  overflow: hidden;
230
- width: 44.8vmin;
231
- height: 21.33vmin;
216
+ width: vmin(336);
217
+ height: vmin(160);
232
218
  flex-shrink: 0;
233
219
 
234
220
  .coupons-styles2-bg {
@@ -244,19 +230,19 @@
244
230
  display: inline-flex;
245
231
  flex-direction: column;
246
232
  box-sizing: border-box;
247
- padding-left: 2.13vmin;
248
- width: 36.27vmin;
233
+ padding-left: vmin(16);
234
+ width: vmin(272);
249
235
  height: 100%;
250
236
  font-family: "PingFang SC";
251
- font-size: 2.67vmin;
252
- line-height: 3.2vmin;
237
+ font-size: vmin(20);
238
+ line-height: vmin(24);
253
239
 
254
240
  .couponInfoTop {
255
- padding-top: 2.13vmin;
241
+ padding-top: vmin(16);
256
242
  display: flex;
257
243
  flex-direction: row;
258
244
  align-items: flex-end;
259
- height: 6.4vmin;
245
+ height: vmin(48);
260
246
 
261
247
  .couponPriceWrap {
262
248
  position: relative;
@@ -264,23 +250,23 @@
264
250
  flex-direction: row;
265
251
  align-items: baseline;
266
252
  font-weight: 700;
267
- height: 6.4vmin;
268
- line-height: 6.4vmin;
253
+ height: vmin(48);
254
+ line-height: vmin(48);
269
255
 
270
256
  .coupon-symbol {
271
- margin-right: 0.53vmin;
272
- font-size: 3.2vmin;
257
+ margin-right: vmin(4);
258
+ font-size: vmin(24);
273
259
  }
274
260
 
275
261
  .coupon-price {
276
262
  display: flex;
277
- font-size: 9.4vmin;
263
+ font-size: vmin(70.5);
278
264
  }
279
265
 
280
266
  .discountFont {
281
- font-size: 3.2vmin;
267
+ font-size: vmin(24);
282
268
  font-weight: 500;
283
- margin-left: 0.53vmin;
269
+ margin-left: vmin(4);
284
270
  }
285
271
  }
286
272
 
@@ -288,28 +274,28 @@
288
274
 
289
275
  .couponInfoBottom {
290
276
  font-weight: 400;
291
- line-height: 3.2vmin;
277
+ line-height: vmin(24);
292
278
  position: relative;
293
- margin-top: 0.8vmin;
279
+ margin-top: vmin(6);
294
280
 
295
281
  .priceLimit {
296
- margin-bottom: 0.53vmin;
282
+ margin-bottom: vmin(4);
297
283
 
298
284
  .couponUseCondition {
299
- font-size: 2.67vmin;
285
+ font-size: vmin(20);
300
286
  font-weight: 400;
301
287
  }
302
288
  }
303
289
 
304
290
  .couponUseHint {
305
- margin-bottom: 0.53vmin;
291
+ margin-bottom: vmin(4);
306
292
  }
307
293
  }
308
294
 
309
295
  }
310
296
 
311
297
  .couponStatewrapper {
312
- width: 8.27vmin;
298
+ width: vmin(62);
313
299
  height: 100%;
314
300
  /* -webkit-align-self: center; */
315
301
  -ms-flex-item-align: center;
@@ -322,8 +308,8 @@
322
308
 
323
309
  .couponBtn {
324
310
  writing-mode: vertical-lr;
325
- letter-spacing: 1.33vmin;
326
- font-size: 3.2vmin;
311
+ letter-spacing: vmin(10);
312
+ font-size: vmin(24);
327
313
  font-weight: 700;
328
314
  font-family: "PingFang SC";
329
315
  }
@@ -332,12 +318,12 @@
332
318
  content: " ";
333
319
  display: block;
334
320
  width: 100%;
335
- height: 15.2vmin;
336
- border-left: 0.27vmin dashed rgba(255, 120, 31, 1);
321
+ height: vmin(114);
322
+ border-left: vmin(2) dashed rgba(255, 120, 31, 1);
337
323
  -webkit-transform: scale(1.3);
338
324
  transform: scale(0.7, 1.1);
339
325
  position: absolute;
340
- left: -1.33vmin;
326
+ left: -vmin(10);
341
327
  top: 3.07vmin;
342
328
  }
343
329
 
@@ -347,23 +333,12 @@
347
333
  position: absolute;
348
334
  top: 0vmin;
349
335
  right: 0vmin;
350
- width: 13.07vmin;
351
- height: 15.2vmin;
336
+ width: vmin(98);
337
+ height: vmin(114);
352
338
  }
353
339
  }
354
340
  }
355
341
 
356
- .pop-card {
357
- width: 64.47vmin;
358
- margin-bottom: 0;
359
- }
360
-
361
- @function vmin($rpx) {
362
- @return #{$rpx * 100 / $deviceWidth}vmin;
363
- }
364
-
365
- $deviceWidth: 750;
366
-
367
342
  @mixin styleType1_wrapper-v {
368
343
  &.vertical-screen {
369
344
  width: vmin(264);
@@ -380,11 +355,11 @@ $deviceWidth: 750;
380
355
  }
381
356
 
382
357
  &.full-screen-list {
383
- width: 92.47vmin;
384
- margin: 3.2vmin 4.27vmin 0 4.27vmin;
358
+ width: vmin(694);
359
+ margin: vmin(24) vmin(32) 0 vmin(32);
385
360
 
386
361
  .coupon_style1 {
387
- height: 27vmin;
362
+ height: vmin(202);
388
363
  }
389
364
  }
390
365
 
@@ -393,14 +368,14 @@ $deviceWidth: 750;
393
368
  position: static;
394
369
  width: 100%;
395
370
 
396
- // height: 24.53vmin;
371
+ // height: vmin(184);
397
372
  .couponValue {
398
373
  padding: vmin(25) 0;
399
374
  min-width: unset;
400
375
  height: vmin(172);
401
376
  background: rgba(255, 120, 31, 1);
402
377
  color: #fff;
403
- // padding: 2.13vmin;
378
+ // padding: vmin(16);
404
379
  display: flex;
405
380
  flex-direction: column;
406
381
  justify-content: space-around;
@@ -505,7 +480,7 @@ $deviceWidth: 750;
505
480
  background: rgba(255, 120, 31, 1);
506
481
 
507
482
  // &.fullscreen-btn {
508
- // width: 18.13vmin;
483
+ // width: vmin(136);
509
484
  // }
510
485
  &.vertical-btn {
511
486
  width: vmin(232);
@@ -524,8 +499,8 @@ $deviceWidth: 750;
524
499
  // position: absolute;
525
500
  // top: 0vmin;
526
501
  // right: 0vmin;
527
- // width: 13.07vmin;
528
- // height: 15.2vmin;
502
+ // width: vmin(98);
503
+ // height: vmin(114);
529
504
  // }
530
505
  }
531
506
 
@@ -534,36 +509,51 @@ $deviceWidth: 750;
534
509
  // display: flex;
535
510
  // background-color: rgba(255,245.82,239.7,1);
536
511
  // box-sizing: border-box;
537
- // border-radius: 0 0 0.53vmin 0.53vmin;
538
- // padding: 2.13vmin;
539
- // padding-top: 5vmin;
512
+ // border-radius: 0 0 vmin(4) vmin(4);
513
+ // padding: vmin(16);
514
+ // padding-top: vmin(37.5);
540
515
  // color: rgba(102,102,102,1);
541
- // font-size: 2.67vmin;
516
+ // font-size: vmin(20);
542
517
  // margin-top: -2vmin;
543
518
  // text-align: left;
544
519
  // .disabledHint {
545
- // width: 3.73vmin;
546
- // margin-right: 1.33vmin;
520
+ // width: vmin(28);
521
+ // margin-right: vmin(10);
547
522
  // }
548
523
  // .instructions {
549
524
  // word-break: break-all;
550
525
  // .remark {
551
526
  // color: rgba(51,51,51,1);
552
- // margin-bottom: 1.07vmin;
527
+ // margin-bottom: vmin(8);
553
528
  // }
554
529
  // }
555
530
  // }
556
531
  }
557
532
 
533
+ .styleType1_wrapper {
534
+ @include styleType1_wrapper;
535
+ }
536
+
537
+ .styleType2_wrapper {
538
+ @include styleType2_wrapper;
539
+ }
540
+
558
541
  .styleType1_wrapper-v {
559
542
  @include styleType1_wrapper-v;
560
543
  }
561
544
 
562
-
563
545
  // 竖屏pad
564
546
  @media screen and (min-width: 768px) and (orientation: portrait) {
565
547
  $deviceWidth: 1536 !global;
566
548
 
549
+ .styleType1_wrapper {
550
+ @include styleType1_wrapper;
551
+ }
552
+
553
+ .styleType2_wrapper {
554
+ @include styleType2_wrapper;
555
+ }
556
+
567
557
  .styleType1_wrapper-v {
568
558
  @include styleType1_wrapper-v;
569
559
  }
@@ -573,6 +563,14 @@ $deviceWidth: 750;
573
563
  @media screen and (min-height: 768px) and (orientation: landscape) {
574
564
  $deviceWidth: 1536 !global;
575
565
 
566
+ .styleType1_wrapper {
567
+ @include styleType1_wrapper;
568
+ }
569
+
570
+ .styleType2_wrapper {
571
+ @include styleType2_wrapper;
572
+ }
573
+
576
574
  .styleType1_wrapper-v {
577
575
  @include styleType1_wrapper-v;
578
576
  }