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.
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.scss +37 -0
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.wxss +25 -1
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.scss +215 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.wxss +360 -36
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.scss +83 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.wxss +118 -14
- package/miniprogram_dist/ConfirmOrder/components/Invoice/index.scss +51 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/index.wxss +46 -2
- package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.scss +32 -0
- package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.wxss +18 -2
- package/miniprogram_dist/ConfirmOrder/components/PayBar/index.scss +54 -0
- package/miniprogram_dist/ConfirmOrder/components/PayBar/index.wxss +55 -3
- package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.scss +41 -0
- package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.wxss +35 -3
- package/miniprogram_dist/CouponList/components/CouponItem/index.js +83 -91
- package/miniprogram_dist/CouponList/components/CouponItem/index.scss +130 -132
- package/miniprogram_dist/CouponList/components/CouponItem/index.wxss +624 -78
- package/miniprogram_dist/CouponList/couponColumn/index.scss +106 -0
- package/miniprogram_dist/CouponList/couponColumn/index.wxss +159 -33
- package/miniprogram_dist/GoodsItem/index.js +21 -3
- package/miniprogram_dist/GoodsItem/index.scss +323 -0
- package/miniprogram_dist/GoodsItem/index.wxml +1 -1
- package/miniprogram_dist/GoodsItem/index.wxss +630 -85
- package/miniprogram_dist/GoodsRecommend/index.scss +154 -0
- package/miniprogram_dist/GoodsRecommend/index.wxss +289 -33
- package/miniprogram_dist/LiveGoodsList/Header/index.scss +71 -0
- package/miniprogram_dist/LiveGoodsList/Header/index.wxss +102 -10
- package/miniprogram_dist/LiveGoodsList/index.js +8 -1
- package/miniprogram_dist/LiveGoodsList/index.scss +80 -0
- package/miniprogram_dist/LiveGoodsList/index.wxml +56 -33
- package/miniprogram_dist/LiveGoodsList/index.wxss +123 -19
- package/miniprogram_dist/PayModule/button/index.scss +37 -0
- package/miniprogram_dist/PayModule/button/index.wxss +32 -4
- package/miniprogram_dist/common/utils/index.js +9 -0
- package/miniprogram_dist/coupon/components/CouponItem/index.less +1 -0
- package/miniprogram_dist/coupon/components/CouponItem/index.scss +239 -0
- package/miniprogram_dist/coupon/components/CouponSelect/index.scss +319 -0
- package/miniprogram_dist/coupon/components/CouponSelect/index.wxss +594 -59
- package/miniprogram_dist/coupon/index.scss +75 -0
- package/miniprogram_dist/coupon/index.wxss +119 -15
- package/package.json +1 -1
- package/src/ConfirmOrder/components/ConfirmOrderContent/index.scss +37 -0
- package/src/ConfirmOrder/components/ConfirmOrderContent/index.wxss +29 -1
- package/src/ConfirmOrder/components/GoodsInfo/index.scss +215 -0
- package/src/ConfirmOrder/components/GoodsInfo/index.wxss +390 -39
- package/src/ConfirmOrder/components/IntegralSelect/index.scss +83 -0
- package/src/ConfirmOrder/components/IntegralSelect/index.wxss +129 -14
- package/src/ConfirmOrder/components/Invoice/index.scss +51 -0
- package/src/ConfirmOrder/components/Invoice/index.wxss +52 -2
- package/src/ConfirmOrder/components/LeaveWord/index.scss +32 -0
- package/src/ConfirmOrder/components/LeaveWord/index.wxss +21 -2
- package/src/ConfirmOrder/components/PayBar/index.scss +54 -0
- package/src/ConfirmOrder/components/PayBar/index.wxss +60 -3
- package/src/ConfirmOrder/components/PayDetail/index.scss +41 -0
- package/src/ConfirmOrder/components/PayDetail/index.wxss +39 -3
- package/src/CouponList/components/CouponItem/index.js +83 -91
- package/src/CouponList/components/CouponItem/index.scss +130 -132
- package/src/CouponList/components/CouponItem/index.wxss +625 -84
- package/src/CouponList/couponColumn/index.scss +106 -0
- package/src/CouponList/couponColumn/index.wxss +173 -33
- package/src/GoodsItem/index.js +21 -3
- package/src/GoodsItem/index.scss +323 -0
- package/src/GoodsItem/index.wxml +1 -1
- package/src/GoodsItem/index.wxss +673 -85
- package/src/GoodsRecommend/index.scss +154 -0
- package/src/GoodsRecommend/index.wxss +311 -33
- package/src/LiveGoodsList/Header/index.scss +71 -0
- package/src/LiveGoodsList/Header/index.wxss +109 -10
- package/src/LiveGoodsList/index.js +8 -1
- package/src/LiveGoodsList/index.scss +80 -0
- package/src/LiveGoodsList/index.wxml +56 -33
- package/src/LiveGoodsList/index.wxss +133 -19
- package/src/PayModule/button/index.scss +37 -0
- package/src/PayModule/button/index.wxss +35 -4
- package/src/common/utils/index.js +9 -0
- package/src/coupon/components/CouponItem/index.less +1 -0
- package/src/coupon/components/CouponItem/index.scss +239 -0
- package/src/coupon/components/CouponSelect/index.scss +319 -0
- package/src/coupon/components/CouponSelect/index.wxss +642 -59
- package/src/coupon/index.scss +75 -0
- 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
|
-
|
|
8
|
+
@mixin styleType1_wrapper {
|
|
9
|
+
&.pop-card {
|
|
10
|
+
width: vmin(484);
|
|
11
|
+
margin-bottom: 0;
|
|
12
|
+
}
|
|
13
|
+
|
|
3
14
|
&.vertical-screen {
|
|
4
|
-
width:
|
|
15
|
+
width: vmin(476);
|
|
5
16
|
margin: 0 auto;
|
|
6
17
|
|
|
7
18
|
&.not-pop-card {
|
|
8
|
-
margin-bottom:
|
|
19
|
+
margin-bottom: vmin(32);
|
|
9
20
|
}
|
|
10
21
|
|
|
11
22
|
.coupon_style1 {
|
|
12
|
-
height:
|
|
23
|
+
height: vmin(184);
|
|
13
24
|
}
|
|
14
25
|
}
|
|
15
26
|
|
|
16
27
|
&.full-screen-list {
|
|
17
|
-
width:
|
|
18
|
-
margin:
|
|
28
|
+
width: vmin(694);
|
|
29
|
+
margin: vmin(24) vmin(32) 0 vmin(32);
|
|
19
30
|
|
|
20
31
|
.coupon_style1 {
|
|
21
|
-
height:
|
|
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:
|
|
41
|
+
// height: vmin(184);
|
|
31
42
|
.couponValue {
|
|
32
|
-
padding:
|
|
33
|
-
min-width:
|
|
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:
|
|
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:
|
|
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:
|
|
54
|
-
font-size:
|
|
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:
|
|
70
|
+
font-size: vmin(80);
|
|
60
71
|
}
|
|
61
72
|
|
|
62
73
|
.discountFont {
|
|
63
|
-
font-size:
|
|
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:
|
|
81
|
+
font-size: vmin(24);
|
|
71
82
|
font-weight: 500;
|
|
72
83
|
font-family: "PingFang SC";
|
|
73
84
|
text-align: center;
|
|
74
|
-
line-height:
|
|
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:
|
|
93
|
+
width: vmin(510);
|
|
83
94
|
height: 100%;
|
|
84
95
|
box-sizing: border-box;
|
|
85
96
|
background: rgba(255, 255, 255, 1);
|
|
86
|
-
padding:
|
|
97
|
+
padding: vmin(16) 0 vmin(16) vmin(16);
|
|
87
98
|
color: rgba(153, 153, 153, 1);
|
|
88
|
-
font-size:
|
|
89
|
-
line-height:
|
|
99
|
+
font-size: vmin(20);
|
|
100
|
+
line-height: vmin(24);
|
|
90
101
|
font-weight: 400;
|
|
91
102
|
text-align: left;
|
|
92
|
-
border-radius: 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:
|
|
97
|
-
line-height:
|
|
98
|
-
height:
|
|
99
|
-
width:
|
|
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:
|
|
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:
|
|
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:
|
|
122
|
-
height:
|
|
123
|
-
margin-left:
|
|
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:
|
|
132
|
-
bottom:
|
|
133
|
-
height:
|
|
134
|
-
line-height:
|
|
135
|
-
border-radius:
|
|
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:
|
|
151
|
+
width: vmin(136);
|
|
141
152
|
}
|
|
142
153
|
|
|
143
154
|
&.vertical-btn {
|
|
144
|
-
width:
|
|
155
|
+
width: vmin(112);
|
|
145
156
|
}
|
|
146
157
|
|
|
147
158
|
.couponBtn {
|
|
148
159
|
color: rgba(255, 255, 255, 1);
|
|
149
|
-
font-size:
|
|
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:
|
|
161
|
-
height:
|
|
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
|
|
171
|
-
padding:
|
|
172
|
-
padding-top:
|
|
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:
|
|
185
|
+
font-size: vmin(20);
|
|
175
186
|
margin-top: -2vmin;
|
|
176
187
|
text-align: left;
|
|
177
188
|
|
|
178
189
|
.disabledHint {
|
|
179
|
-
width:
|
|
180
|
-
margin-right:
|
|
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:
|
|
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
|
-
|
|
221
|
-
margin-bottom:
|
|
222
|
-
margin-right:
|
|
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:
|
|
231
|
-
height:
|
|
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:
|
|
248
|
-
width:
|
|
233
|
+
padding-left: vmin(16);
|
|
234
|
+
width: vmin(272);
|
|
249
235
|
height: 100%;
|
|
250
236
|
font-family: "PingFang SC";
|
|
251
|
-
font-size:
|
|
252
|
-
line-height:
|
|
237
|
+
font-size: vmin(20);
|
|
238
|
+
line-height: vmin(24);
|
|
253
239
|
|
|
254
240
|
.couponInfoTop {
|
|
255
|
-
padding-top:
|
|
241
|
+
padding-top: vmin(16);
|
|
256
242
|
display: flex;
|
|
257
243
|
flex-direction: row;
|
|
258
244
|
align-items: flex-end;
|
|
259
|
-
height:
|
|
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:
|
|
268
|
-
line-height:
|
|
253
|
+
height: vmin(48);
|
|
254
|
+
line-height: vmin(48);
|
|
269
255
|
|
|
270
256
|
.coupon-symbol {
|
|
271
|
-
margin-right:
|
|
272
|
-
font-size:
|
|
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:
|
|
263
|
+
font-size: vmin(70.5);
|
|
278
264
|
}
|
|
279
265
|
|
|
280
266
|
.discountFont {
|
|
281
|
-
font-size:
|
|
267
|
+
font-size: vmin(24);
|
|
282
268
|
font-weight: 500;
|
|
283
|
-
margin-left:
|
|
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:
|
|
277
|
+
line-height: vmin(24);
|
|
292
278
|
position: relative;
|
|
293
|
-
margin-top:
|
|
279
|
+
margin-top: vmin(6);
|
|
294
280
|
|
|
295
281
|
.priceLimit {
|
|
296
|
-
margin-bottom:
|
|
282
|
+
margin-bottom: vmin(4);
|
|
297
283
|
|
|
298
284
|
.couponUseCondition {
|
|
299
|
-
font-size:
|
|
285
|
+
font-size: vmin(20);
|
|
300
286
|
font-weight: 400;
|
|
301
287
|
}
|
|
302
288
|
}
|
|
303
289
|
|
|
304
290
|
.couponUseHint {
|
|
305
|
-
margin-bottom:
|
|
291
|
+
margin-bottom: vmin(4);
|
|
306
292
|
}
|
|
307
293
|
}
|
|
308
294
|
|
|
309
295
|
}
|
|
310
296
|
|
|
311
297
|
.couponStatewrapper {
|
|
312
|
-
width:
|
|
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:
|
|
326
|
-
font-size:
|
|
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:
|
|
336
|
-
border-left:
|
|
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: -
|
|
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:
|
|
351
|
-
height:
|
|
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:
|
|
384
|
-
margin:
|
|
358
|
+
width: vmin(694);
|
|
359
|
+
margin: vmin(24) vmin(32) 0 vmin(32);
|
|
385
360
|
|
|
386
361
|
.coupon_style1 {
|
|
387
|
-
height:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
528
|
-
// height:
|
|
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
|
|
538
|
-
// padding:
|
|
539
|
-
// padding-top:
|
|
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:
|
|
516
|
+
// font-size: vmin(20);
|
|
542
517
|
// margin-top: -2vmin;
|
|
543
518
|
// text-align: left;
|
|
544
519
|
// .disabledHint {
|
|
545
|
-
// width:
|
|
546
|
-
// margin-right:
|
|
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:
|
|
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
|
}
|