@conecli/cone-render 0.10.1-shop3.5 → 0.10.1-shop3.7

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 (38) hide show
  1. package/dist/common/const.ts +1 -1
  2. package/dist/common/index.h5.ts +1 -1
  3. package/dist/common/index.jd.ts +1 -1
  4. package/dist/common/index.ts +1 -1
  5. package/dist/common/index.weapp.ts +1 -1
  6. package/dist/components/base/CommonFloorHead/index.module.scss +126 -111
  7. package/dist/components/base/CommonFloorHead/index.tsx +1 -1
  8. package/dist/components/base/CustomScrollView/index-back.tsx +1 -0
  9. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  10. package/dist/components/base/Dialog/index.module.scss +11 -0
  11. package/dist/components/base/InViewRender/index.tsx +1 -1
  12. package/dist/components/floorItem.weapp.tsx +1 -1
  13. package/dist/interface/common.ts +1 -1
  14. package/dist/jumpEventReport/const.ts +1 -1
  15. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  16. package/dist/jumpEventReport/web.jd.ts +1 -1
  17. package/dist/libs/taroAppReport.js +2 -2
  18. package/dist/modules/ContainerFloorList/index.h5.module.scss +66 -56
  19. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  20. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  21. package/dist/open/api/shopMember.ts +1 -1
  22. package/dist/open/api/util.ts +1 -1
  23. package/dist/sass/app.h5.scss +252 -224
  24. package/dist/service/fetchGateway.ts +1 -1
  25. package/dist/service/fetchGateway.weapp.ts +1 -0
  26. package/dist/service/http/colorSign.ts +1 -1
  27. package/dist/service/http/const.ts +1 -1
  28. package/dist/service/http/h5Http.ts +1 -1
  29. package/dist/service/requestServer.h5.ts +1 -1
  30. package/dist/service/requestServer.ts +1 -1
  31. package/dist/service/requestServer.weapp.ts +1 -0
  32. package/dist/utils/h5Utils.ts +1 -1
  33. package/dist/utils/index.h5.ts +1 -1
  34. package/dist/utils/index.ts +1 -1
  35. package/dist/utils/index.weapp.ts +1 -1
  36. package/dist/utils/jumpExtMapUtil.js +1 -0
  37. package/dist/utils/utils.ts +1 -1
  38. package/package.json +1 -1
@@ -5,28 +5,27 @@
5
5
 
6
6
 
7
7
  html {
8
-
9
- //font-size: 32PX;
10
- -webkit-text-size-adjust: 100%;
11
- -ms-text-size-adjust: 100%;
12
- -moz-text-size-adjust: 100%;
13
- width: 100%; // 安卓webview需要撑开
14
- min-height: 100px;
15
- //height: 100%;
8
+
9
+ //font-size: 32PX;
10
+ -webkit-text-size-adjust: 100%;
11
+ -ms-text-size-adjust: 100%;
12
+ -moz-text-size-adjust: 100%;
13
+ width: 100%; // 安卓webview需要撑开
14
+ min-height: 100px;
15
+ //height: 100%;
16
16
  }
17
17
 
18
18
  body {
19
- width: 100%; // 安卓webview需要撑开
20
- //height: 100%;
21
- min-height: 100px; // 最小高度在安卓webview中必须存在
22
-
23
- font-family: 'Microsoft YaHei', PingFangSC, Helvetica, 'Droid Sans', Arial,
24
- sans-serif !important;
25
- background-color: #f2f2f2;
26
- //解决taro转换h5后默认body行高1.6
27
- line-height: 1.15;
28
- // 解决某些情况下完全不相关的元素也跟着抖动闪烁 ----- 无法解决,还会引起app里面click事件点击无效 ,需删除
29
- //transform: translate3d(0, 0, 0);
19
+ width: 100%; // 安卓webview需要撑开
20
+ //height: 100%;
21
+ min-height: 100px; // 最小高度在安卓webview中必须存在
22
+
23
+ font-family: 'Microsoft YaHei', PingFangSC, Helvetica, 'Droid Sans', Arial, sans-serif !important;
24
+ background-color: #f2f2f2;
25
+ //解决taro转换h5后默认body行高1.6
26
+ line-height: 1.15;
27
+ // 解决某些情况下完全不相关的元素也跟着抖动闪烁 ----- 无法解决,还会引起app里面click事件点击无效 ,需删除
28
+ //transform: translate3d(0, 0, 0);
30
29
  }
31
30
 
32
31
  body,
@@ -67,38 +66,38 @@ hgroup,
67
66
  menu,
68
67
  nav,
69
68
  section {
70
- margin: 0;
71
- padding: 0;
72
-
73
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
74
- -webkit-tap-highlight-color: transparent;
75
-
76
- outline: none;
77
- //font-weight: normal;
78
- // 该属性会额外引起safari等ios浏览器偶发卡顿,ios13也默认支持回弹效果,所以移除该属性 https://www.cnblogs.com/xiahj/p/8036419.html
79
- //-webkit-overflow-scrolling: touch;
80
- //对字体进行抗锯齿渲染可以使字体看起来会更清晰舒服。在图标字体成为一种趋势的今天,抗锯齿渲染使用也越来越多。antialiased:抗锯齿很好
81
- -webkit-font-smoothing: antialiased;
69
+ margin: 0;
70
+ padding: 0;
71
+
72
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
73
+ -webkit-tap-highlight-color: transparent;
74
+
75
+ outline: none;
76
+ //font-weight: normal;
77
+ // 该属性会额外引起safari等ios浏览器偶发卡顿,ios13也默认支持回弹效果,所以移除该属性 https://www.cnblogs.com/xiahj/p/8036419.html
78
+ //-webkit-overflow-scrolling: touch;
79
+ //对字体进行抗锯齿渲染可以使字体看起来会更清晰舒服。在图标字体成为一种趋势的今天,抗锯齿渲染使用也越来越多。antialiased:抗锯齿很好
80
+ -webkit-font-smoothing: antialiased;
82
81
  }
83
82
 
84
83
 
85
84
  .ban-show-menu {
86
- -webkit-touch-callout: none;
85
+ -webkit-touch-callout: none;
87
86
  }
88
87
 
89
88
 
90
89
  .user-ban-select {
91
- user-select: none;
90
+ user-select: none;
92
91
  }
93
92
 
94
93
  .user-can-select {
95
- user-select: auto;
94
+ user-select: auto;
96
95
  }
97
96
 
98
97
 
99
98
  input[type='number']::-webkit-outer-spin-button,
100
99
  input[type='number']::-webkit-inner-spin-button {
101
- -webkit-appearance: none;
100
+ -webkit-appearance: none;
102
101
  }
103
102
 
104
103
 
@@ -107,103 +106,103 @@ button,
107
106
  select,
108
107
  textarea,
109
108
  a {
110
- -webkit-appearance: none !important;
109
+ -webkit-appearance: none !important;
111
110
  }
112
111
 
113
112
  a,
114
113
  a:active {
115
- outline: none;
116
- text-decoration: none;
114
+ outline: none;
115
+ text-decoration: none;
117
116
  }
118
117
 
119
118
  textarea {
120
- resize: none;
119
+ resize: none;
121
120
  }
122
121
 
123
122
  input,
124
123
  button,
125
124
  textarea,
126
125
  a {
127
- border: none;
126
+ border: none;
128
127
  }
129
128
 
130
129
  .clearFix {
131
- zoom: 1;
132
- display: block;
133
- _height: 1px;
130
+ zoom: 1;
131
+ display: block;
132
+ _height: 1px;
134
133
  }
135
134
 
136
135
  .clearFix:after {
137
- content: '.';
138
- display: block;
139
- height: 0;
140
- clear: both;
141
- visibility: hidden;
136
+ content: '.';
137
+ display: block;
138
+ height: 0;
139
+ clear: both;
140
+ visibility: hidden;
142
141
  }
143
142
 
144
143
 
145
144
  img {
146
- pointer-events: none;
147
-
148
- //transform: perspective(1px) translate3d(0, 0, 0);
149
- //-webkit-backface-visibility: hidden;
150
- //-webkit-transform-style: preserve-3d;
145
+ pointer-events: none;
146
+
147
+ //transform: perspective(1px) translate3d(0, 0, 0);
148
+ //-webkit-backface-visibility: hidden;
149
+ //-webkit-transform-style: preserve-3d;
151
150
  // 图片加载过慢,在可视化区域等可能导致线出现裂图,然后加载正常url,这里如果是没有src就隐藏
152
- &[src=""],
153
- &:not([src]){
154
- opacity:0;
151
+ &[src=''],
152
+ &:not([src]) {
153
+ opacity: 0;
155
154
  }
156
155
  }
157
156
 
158
157
  .clearFlow {
159
- overflow: hidden;
160
- *zoom: 1;
158
+ overflow: hidden;
159
+ *zoom: 1;
161
160
  }
162
161
 
163
162
 
164
163
  ul li {
165
- list-style-type: none;
164
+ list-style-type: none;
166
165
  }
167
166
 
168
167
  .ul-li-float li {
169
- float: left;
168
+ float: left;
170
169
  }
171
170
 
172
171
 
173
172
  .opacity-0 {
174
- opacity: 0;
175
- filter: alpha(opacity=0);
176
- *zoom: 1;
173
+ opacity: 0;
174
+ filter: alpha(opacity=0);
175
+ *zoom: 1;
177
176
  }
178
177
 
179
178
  .opacity-20 {
180
- opacity: 0.2;
181
- filter: alpha(opacity=20);
182
- *zoom: 1;
179
+ opacity: 0.2;
180
+ filter: alpha(opacity=20);
181
+ *zoom: 1;
183
182
  }
184
183
 
185
184
  .opacity-50 {
186
- opacity: 0.5;
187
- filter: alpha(opacity=50);
188
- *zoom: 1;
185
+ opacity: 0.5;
186
+ filter: alpha(opacity=50);
187
+ *zoom: 1;
189
188
  }
190
189
 
191
190
  .opacity-60 {
192
- opacity: 0.6;
193
- filter: alpha(opacity=60);
194
- *zoom: 1;
191
+ opacity: 0.6;
192
+ filter: alpha(opacity=60);
193
+ *zoom: 1;
195
194
  }
196
195
 
197
196
  .opacity-80 {
198
- opacity: 0.8;
199
- filter: alpha(opacity=80);
200
- *zoom: 1;
197
+ opacity: 0.8;
198
+ filter: alpha(opacity=80);
199
+ *zoom: 1;
201
200
  }
202
201
 
203
202
  .opacity-100 {
204
- opacity: 1;
205
- filter: alpha(opacity=100);
206
- *zoom: 1;
203
+ opacity: 1;
204
+ filter: alpha(opacity=100);
205
+ *zoom: 1;
207
206
  }
208
207
 
209
208
 
@@ -214,120 +213,133 @@ ul li {
214
213
  }
215
214
 
216
215
  .d-ios-force-border-radius {
217
- transform: translateZ(0);
218
- mask-image: radial-gradient(circle, white 100%, black 100%);
216
+ transform: translateZ(0);
217
+ mask-image: radial-gradient(circle, white 100%, black 100%);
219
218
  }
220
219
  //反写taro转小程序样式
221
220
  .hydrated {
222
- visibility: visible;
221
+ visibility: visible;
223
222
  }
224
223
 
225
224
  // 视频封面全屏铺满
226
225
  video {
227
- object-fit: cover;
226
+ object-fit: cover;
228
227
  }
229
228
 
230
229
  .d-video-forbid-fullscreen-button {
231
- &::-webkit-media-controls-fullscreen-button {
232
- display: none !important;
233
- }
230
+ &::-webkit-media-controls-fullscreen-button {
231
+ display: none !important;
232
+ }
234
233
  }
235
234
 
236
235
  // tarojs会在运行时动态给页面写入这个样式,但是动态写入可能导致在写入之前,有些依赖于 taro-view-core 块行为的逻辑出现异常,比如获取一个view的宽度,block情况下应该是有宽度的,但可能会出现获取到的宽度值是0。所以改成样式表里就直接定义好
237
236
  taro-view-core {
238
- display: block;
237
+ display: block;
239
238
  }
240
239
 
241
240
  taro-view-core,
242
241
  taro-image-core,
243
242
  taro-text-core,
244
243
  taro-video-core {
245
-
246
- outline: none;
247
- //font-weight: normal;
248
- -webkit-overflow-scrolling: touch;
249
- //对字体进行抗锯齿渲染可以使字体看起来会更清晰舒服。在图标字体成为一种趋势的今天,抗锯齿渲染使用也越来越多。antialiased:抗锯齿很好
250
- -webkit-font-smoothing: antialiased;
244
+
245
+ outline: none;
246
+ //font-weight: normal;
247
+ -webkit-overflow-scrolling: touch;
248
+ //对字体进行抗锯齿渲染可以使字体看起来会更清晰舒服。在图标字体成为一种趋势的今天,抗锯齿渲染使用也越来越多。antialiased:抗锯齿很好
249
+ -webkit-font-smoothing: antialiased;
251
250
  }
252
251
 
253
252
  //解决小程序图片宽度320高度默认240的问题
254
253
  taro-image-core {
255
- display: block;
256
- width: 100%;
257
- height: auto;
258
-
259
- //transform: translate3d(0, 0, 0) perspective(1px);
260
- //-webkit-backface-visibility: hidden;
261
- //-webkit-transform-style: preserve-3d;
254
+ display: block;
255
+ width: 100%;
256
+ height: auto;
257
+
258
+ //transform: translate3d(0, 0, 0) perspective(1px);
259
+ //-webkit-backface-visibility: hidden;
260
+ //-webkit-transform-style: preserve-3d;
262
261
  }
263
262
 
264
263
  // 解决多行省略的时候可能无法展示的问题
265
264
  taro-text-core {
266
- white-space: normal;
265
+ white-space: normal;
266
+ }
267
+
268
+
269
+ .taro-scroll-view {
270
+ &__scroll-x {
271
+ overflow-x: scroll;
272
+ overflow-y: hidden;
273
+ }
274
+ &__scroll-y {
275
+ overflow-x: hidden;
276
+ overflow-y: scroll;
277
+ }
267
278
  }
268
279
 
269
280
  taro-video-core {
270
- video {
271
- object-fit: cover !important;
272
- }
281
+ video {
282
+ object-fit: cover !important;
283
+ }
273
284
 
274
- //标签选择不生效
275
- taro-video-control {
276
- background-color: transparent;
277
- }
285
+ //标签选择不生效
286
+ taro-video-control {
287
+ background-color: transparent;
288
+ }
278
289
 
279
- .taro-video-bar {
280
- background-color: transparent;
281
- }
290
+ .taro-video-bar {
291
+ background-color: transparent;
292
+ }
282
293
  }
283
294
 
284
295
  .weui-icon-info {
285
- &:before {
286
- content: '';
287
- }
296
+ &:before {
297
+ content: '';
298
+ }
288
299
  }
289
300
  .taro-checkbox_checked {
290
- display: inline-block;
291
- top: 0;
292
- margin: -2px 10px 0 0;
293
- width: 32px;
294
- height: 32px;
295
- font-size: 36px;
296
- color: #333;
297
- vertical-align: middle;
298
- border-color: rgba(209, 209, 209, 0.8);
299
- &:checked:before {
300
- color: #e93b3d;
301
- }
301
+ display: inline-block;
302
+ top: 0;
303
+ margin: -2px 10px 0 0;
304
+ width: 32px;
305
+ height: 32px;
306
+ font-size: 36px;
307
+ color: #333;
308
+ vertical-align: middle;
309
+ border-color: rgba(209, 209, 209, 0.8);
310
+ &:checked:before {
311
+ color: #e93b3d;
312
+ }
302
313
  }
303
314
  taro-radio-core {
304
- &.weui-cells_checkbox {
305
- .weui-check + .weui-icon-checked {
306
- vertical-align: middle;
307
- &:before {
308
- content: "";
315
+ &.weui-cells_checkbox {
316
+ .weui-check + .weui-icon-checked {
317
+ vertical-align: middle;
318
+ &:before {
319
+ content: '';
309
320
  width: 32px;
310
321
  height: 32px;
311
322
  margin-left: 0;
312
- margin-top: -4px;
323
+ margin-top: -4px;
313
324
  border: 2px solid #909090;
314
325
  //color: #909090;
315
326
  //background: url("https://img12.360buyimg.com/imagetools/jfs/t1/206105/34/32968/504/64d35614F8cedb83b/d5953c21e17d17ae.png") no-repeat 0 0 / cover;
316
327
  border-radius: 50%;
317
328
  box-sizing: border-box;
318
- vertical-align: middle;
319
- }
320
- }
321
- .weui-check:checked + .weui-icon-checked {
322
- &:before {
323
- content: "";
329
+ vertical-align: middle;
330
+ }
331
+ }
332
+ .weui-check:checked + .weui-icon-checked {
333
+ &:before {
334
+ content: '';
324
335
  border: none;
325
- background: url("https://img12.360buyimg.com/imagetools/jfs/t1/190964/36/36148/636/64d35614Fd3f012fd/28a6f01faddaedbb.png") no-repeat 0 0 / cover;
326
- }
327
- }
328
- }
336
+ background: url('https://img12.360buyimg.com/imagetools/jfs/t1/190964/36/36148/636/64d35614Fd3f012fd/28a6f01faddaedbb.png')
337
+ no-repeat 0 0 / cover;
338
+ }
339
+ }
340
+ }
329
341
  }
330
- taro-checkbox-core{
342
+ taro-checkbox-core {
331
343
  .taro-checkbox_checked {
332
344
  border: 2px solid #909090;
333
345
  //background: url("https://img12.360buyimg.com/imagetools/jfs/t1/206105/34/32968/504/64d35614F8cedb83b/d5953c21e17d17ae.png") no-repeat 0 0 / cover;
@@ -335,180 +347,181 @@ taro-checkbox-core{
335
347
  box-sizing: border-box;
336
348
  &:checked {
337
349
  border: none;
338
- background: url("https://img12.360buyimg.com/imagetools/jfs/t1/190964/36/36148/636/64d35614Fd3f012fd/28a6f01faddaedbb.png") no-repeat 0 0 / cover;
350
+ background: url('https://img12.360buyimg.com/imagetools/jfs/t1/190964/36/36148/636/64d35614Fd3f012fd/28a6f01faddaedbb.png')
351
+ no-repeat 0 0 / cover;
339
352
  &:before {
340
353
  content: none;
341
354
  }
342
355
  }
343
356
  }
344
357
  }
345
- .weui-picker{
358
+ .weui-picker {
346
359
  font-size: 30px;
347
- .weui-picker__hd{
360
+ .weui-picker__hd {
348
361
  font-size: 32px;
349
362
  }
350
- .weui-picker__action{
351
- color: #FA2C19;
352
- &:first-child{
353
- color: #1A1A1A;
363
+ .weui-picker__action {
364
+ color: #fa2c19;
365
+ &:first-child {
366
+ color: #1a1a1a;
354
367
  }
355
368
  }
356
369
  }
357
370
 
358
371
  .taro__toast {
359
- transition: none !important;
372
+ transition: none !important;
360
373
 
361
- div:last-child {
362
- //background: transparent !important;
374
+ div:last-child {
375
+ //background: transparent !important;
363
376
 
364
- p {
365
- &:first-child {
366
- width: 80px !important;
367
- height: 80px !important;
368
- }
377
+ p {
378
+ &:first-child {
379
+ width: 80px !important;
380
+ height: 80px !important;
381
+ }
369
382
 
370
- &:last-child {
371
- margin-top: 8px !important;
372
- font-size: 28px !important;
373
- }
374
- }
375
- }
383
+ &:last-child {
384
+ margin-top: 8px !important;
385
+ font-size: 28px !important;
386
+ }
387
+ }
388
+ }
376
389
  }
377
390
 
378
391
  .d-shop-loading {
379
- position: fixed;
380
- top: 0;
381
- left: 0;
382
- right: 0;
383
- bottom: 0;
384
- z-index: 100;
385
-
386
- .d-loading-content {
387
- text-align: center;
388
- }
389
- span {
390
- display: inline-block;
391
- width: 100px;
392
- height: 100px;
393
- background: url('https://img13.360buyimg.com/imagetools/jfs/t1/151010/32/14284/30214/5ff66791Ea1bc6cc6/698c0772b377aef5.png')
394
- no-repeat center center / 72px 72px;
395
- }
396
- .d-shop-text {
397
- font-size: 24px;
398
- color: #232325;
399
- }
392
+ position: fixed;
393
+ top: 0;
394
+ left: 0;
395
+ right: 0;
396
+ bottom: 0;
397
+ z-index: 100;
398
+
399
+ .d-loading-content {
400
+ text-align: center;
401
+ }
402
+ span {
403
+ display: inline-block;
404
+ width: 100px;
405
+ height: 100px;
406
+ background: url('https://img13.360buyimg.com/imagetools/jfs/t1/151010/32/14284/30214/5ff66791Ea1bc6cc6/698c0772b377aef5.png')
407
+ no-repeat center center / 72px 72px;
408
+ }
409
+ .d-shop-text {
410
+ font-size: 24px;
411
+ color: #232325;
412
+ }
400
413
  }
401
414
 
402
415
  .fade-enter {
403
- opacity: 0.01;
416
+ opacity: 0.01;
404
417
  }
405
418
 
406
419
  .fade-enter-active {
407
- opacity: 1;
408
- transition: all 300ms ease-out;
420
+ opacity: 1;
421
+ transition: all 300ms ease-out;
409
422
  }
410
423
 
411
424
  .fade-exit {
412
- opacity: 1;
425
+ opacity: 1;
413
426
  }
414
427
 
415
428
  .fade-exit-active {
416
- opacity: 0.01;
417
- transition: all 300ms ease-out;
429
+ opacity: 0.01;
430
+ transition: all 300ms ease-out;
418
431
  }
419
432
 
420
433
  .zoom-enter {
421
- opacity: 0.01;
422
- transform: scale(0);
434
+ opacity: 0.01;
435
+ transform: scale(0);
423
436
  }
424
437
 
425
438
  .zoom-enter-active {
426
- opacity: 1;
427
- transform: scale(1);
428
- transition: all 300ms ease-out;
439
+ opacity: 1;
440
+ transform: scale(1);
441
+ transition: all 300ms ease-out;
429
442
  }
430
443
 
431
444
  .zoom-exit {
432
- opacity: 1;
433
- transform: scale(1);
445
+ opacity: 1;
446
+ transform: scale(1);
434
447
  }
435
448
 
436
449
  .zoom-exit-active {
437
- opacity: 0.01;
438
- transform: scale(0);
439
- transition: all 300ms ease-out;
450
+ opacity: 0.01;
451
+ transform: scale(0);
452
+ transition: all 300ms ease-out;
440
453
  }
441
454
 
442
455
  .slide-up-enter {
443
- transform: translateY(100%);
456
+ transform: translateY(100%);
444
457
  }
445
458
 
446
459
  .slide-up-enter-active {
447
- transform: translateY(0%);
448
- transition: all 300ms ease-out;
460
+ transform: translateY(0%);
461
+ transition: all 300ms ease-out;
449
462
  }
450
463
 
451
464
  .slide-up-exit {
452
- transform: translateY(0%);
465
+ transform: translateY(0%);
453
466
  }
454
467
 
455
468
  .slide-up-exit-active {
456
- transform: translateY(100%);
457
- transition: all 300ms ease-in;
469
+ transform: translateY(100%);
470
+ transition: all 300ms ease-in;
458
471
  }
459
472
 
460
473
  .slide-down-enter {
461
- transform: translateY(-100%);
474
+ transform: translateY(-100%);
462
475
  }
463
476
 
464
477
  .slide-down-enter-active {
465
- transform: translateY(0%);
466
- transition: all 300ms ease-out;
478
+ transform: translateY(0%);
479
+ transition: all 300ms ease-out;
467
480
  }
468
481
 
469
482
  .slide-down-exit {
470
- transform: translateY(0%);
483
+ transform: translateY(0%);
471
484
  }
472
485
 
473
486
  .slide-down-exit-active {
474
- transform: translateY(-100%);
475
- transition: all 300ms ease-in;
487
+ transform: translateY(-100%);
488
+ transition: all 300ms ease-in;
476
489
  }
477
490
 
478
491
  .slide-right-enter {
479
- transform: translateX(100%);
492
+ transform: translateX(100%);
480
493
  }
481
494
 
482
495
  .slide-right-enter-active {
483
- transform: translateX(0%);
484
- transition: all 300ms ease-out;
496
+ transform: translateX(0%);
497
+ transition: all 300ms ease-out;
485
498
  }
486
499
 
487
500
  .slide-right-exit {
488
- transform: translateX(0%);
501
+ transform: translateX(0%);
489
502
  }
490
503
 
491
504
  .slide-right-exit-active {
492
- transform: translateX(100%);
493
- transition: all 300ms ease-in;
505
+ transform: translateX(100%);
506
+ transition: all 300ms ease-in;
494
507
  }
495
508
 
496
509
  .slide-left-enter {
497
- transform: translateX(-100%);
510
+ transform: translateX(-100%);
498
511
  }
499
512
 
500
513
  .slide-left-enter-active {
501
- transform: translateX(0%);
502
- transition: all 300ms ease-out;
514
+ transform: translateX(0%);
515
+ transition: all 300ms ease-out;
503
516
  }
504
517
 
505
518
  .slide-left-exit {
506
- transform: translateX(0%);
519
+ transform: translateX(0%);
507
520
  }
508
521
 
509
522
  .slide-left-exit-active {
510
- transform: translateX(-100%);
511
- transition: all 300ms ease-in;
523
+ transform: translateX(-100%);
524
+ transition: all 300ms ease-in;
512
525
  }
513
526
 
514
527
 
@@ -519,3 +532,18 @@ taro-checkbox-core{
519
532
  //image-rendering: crisp-edges;
520
533
  //-ms-interpolation-mode: nearest-neighbor;
521
534
  }
535
+
536
+ @media screen and (orientation: landscape) {
537
+ // not 在chrome88之后才支持,因此暂时不用此方式
538
+ .d-shop-pad {
539
+ &.d-shop-pad-render-center {
540
+ //width: 100vh;
541
+ width: var(--screen-min-width, 100vh);
542
+ margin: 0 auto;
543
+ }
544
+ .d-pad-part-render-center {
545
+ width: var(--screen-min-width, 100vh);
546
+ margin: 0 auto;
547
+ }
548
+ }
549
+ }