@conecli/cone-render 0.10.1-shop3.4 → 0.10.1-shop3.6
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/dist/common/const.ts +1 -1
- package/dist/common/index.h5.ts +1 -1
- package/dist/common/index.jd.ts +1 -1
- package/dist/common/index.ts +1 -1
- package/dist/common/index.weapp.ts +1 -1
- package/dist/components/base/CommonFloorHead/index.module.scss +126 -111
- package/dist/components/base/CommonFloorHead/index.tsx +1 -1
- package/dist/components/base/CustomScrollView/index-back.tsx +1 -0
- package/dist/components/base/CustomScrollView/index.tsx +1 -1
- package/dist/components/base/Dialog/index.module.scss +11 -0
- package/dist/components/base/InViewRender/index.tsx +1 -1
- package/dist/components/floorItem.weapp.tsx +1 -1
- package/dist/interface/common.ts +1 -1
- package/dist/jumpEventReport/const.ts +1 -1
- package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
- package/dist/jumpEventReport/web.jd.ts +1 -1
- package/dist/libs/taroAppReport.js +2 -2
- package/dist/modules/ContainerFloorList/index.h5.module.scss +66 -56
- package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
- package/dist/modules/ContainerFloorList/index.tsx +1 -1
- package/dist/open/api/shopMember.ts +1 -1
- package/dist/sass/app.h5.scss +252 -224
- package/dist/service/fetchGateway.ts +1 -1
- package/dist/service/fetchGateway.weapp.ts +1 -0
- package/dist/service/http/colorSign.ts +1 -1
- package/dist/service/http/const.ts +1 -1
- package/dist/service/http/h5Http.ts +1 -1
- package/dist/service/requestServer.h5.ts +1 -1
- package/dist/service/requestServer.ts +1 -1
- package/dist/utils/h5Utils.ts +1 -1
- package/dist/utils/index.h5.ts +1 -1
- package/dist/utils/index.ts +1 -1
- package/dist/utils/index.weapp.ts +1 -1
- package/dist/utils/jumpExtMapUtil.js +1 -0
- package/dist/utils/utils.ts +1 -1
- package/package.json +1 -1
package/dist/sass/app.h5.scss
CHANGED
|
@@ -5,28 +5,27 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
html {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
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
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
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
|
-
|
|
85
|
+
-webkit-touch-callout: none;
|
|
87
86
|
}
|
|
88
87
|
|
|
89
88
|
|
|
90
89
|
.user-ban-select {
|
|
91
|
-
|
|
90
|
+
user-select: none;
|
|
92
91
|
}
|
|
93
92
|
|
|
94
93
|
.user-can-select {
|
|
95
|
-
|
|
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
|
-
|
|
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
|
-
|
|
109
|
+
-webkit-appearance: none !important;
|
|
111
110
|
}
|
|
112
111
|
|
|
113
112
|
a,
|
|
114
113
|
a:active {
|
|
115
|
-
|
|
116
|
-
|
|
114
|
+
outline: none;
|
|
115
|
+
text-decoration: none;
|
|
117
116
|
}
|
|
118
117
|
|
|
119
118
|
textarea {
|
|
120
|
-
|
|
119
|
+
resize: none;
|
|
121
120
|
}
|
|
122
121
|
|
|
123
122
|
input,
|
|
124
123
|
button,
|
|
125
124
|
textarea,
|
|
126
125
|
a {
|
|
127
|
-
|
|
126
|
+
border: none;
|
|
128
127
|
}
|
|
129
128
|
|
|
130
129
|
.clearFix {
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
130
|
+
zoom: 1;
|
|
131
|
+
display: block;
|
|
132
|
+
_height: 1px;
|
|
134
133
|
}
|
|
135
134
|
|
|
136
135
|
.clearFix:after {
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
136
|
+
content: '.';
|
|
137
|
+
display: block;
|
|
138
|
+
height: 0;
|
|
139
|
+
clear: both;
|
|
140
|
+
visibility: hidden;
|
|
142
141
|
}
|
|
143
142
|
|
|
144
143
|
|
|
145
144
|
img {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
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
|
-
|
|
160
|
-
|
|
158
|
+
overflow: hidden;
|
|
159
|
+
*zoom: 1;
|
|
161
160
|
}
|
|
162
161
|
|
|
163
162
|
|
|
164
163
|
ul li {
|
|
165
|
-
|
|
164
|
+
list-style-type: none;
|
|
166
165
|
}
|
|
167
166
|
|
|
168
167
|
.ul-li-float li {
|
|
169
|
-
|
|
168
|
+
float: left;
|
|
170
169
|
}
|
|
171
170
|
|
|
172
171
|
|
|
173
172
|
.opacity-0 {
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
173
|
+
opacity: 0;
|
|
174
|
+
filter: alpha(opacity=0);
|
|
175
|
+
*zoom: 1;
|
|
177
176
|
}
|
|
178
177
|
|
|
179
178
|
.opacity-20 {
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
179
|
+
opacity: 0.2;
|
|
180
|
+
filter: alpha(opacity=20);
|
|
181
|
+
*zoom: 1;
|
|
183
182
|
}
|
|
184
183
|
|
|
185
184
|
.opacity-50 {
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
185
|
+
opacity: 0.5;
|
|
186
|
+
filter: alpha(opacity=50);
|
|
187
|
+
*zoom: 1;
|
|
189
188
|
}
|
|
190
189
|
|
|
191
190
|
.opacity-60 {
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
191
|
+
opacity: 0.6;
|
|
192
|
+
filter: alpha(opacity=60);
|
|
193
|
+
*zoom: 1;
|
|
195
194
|
}
|
|
196
195
|
|
|
197
196
|
.opacity-80 {
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
197
|
+
opacity: 0.8;
|
|
198
|
+
filter: alpha(opacity=80);
|
|
199
|
+
*zoom: 1;
|
|
201
200
|
}
|
|
202
201
|
|
|
203
202
|
.opacity-100 {
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
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
|
-
|
|
218
|
-
|
|
216
|
+
transform: translateZ(0);
|
|
217
|
+
mask-image: radial-gradient(circle, white 100%, black 100%);
|
|
219
218
|
}
|
|
220
219
|
//反写taro转小程序样式
|
|
221
220
|
.hydrated {
|
|
222
|
-
|
|
221
|
+
visibility: visible;
|
|
223
222
|
}
|
|
224
223
|
|
|
225
224
|
// 视频封面全屏铺满
|
|
226
225
|
video {
|
|
227
|
-
|
|
226
|
+
object-fit: cover;
|
|
228
227
|
}
|
|
229
228
|
|
|
230
229
|
.d-video-forbid-fullscreen-button {
|
|
231
|
-
|
|
232
|
-
|
|
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
|
-
|
|
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
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
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
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
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
|
-
|
|
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
|
-
|
|
271
|
-
|
|
272
|
-
|
|
281
|
+
video {
|
|
282
|
+
object-fit: cover !important;
|
|
283
|
+
}
|
|
273
284
|
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
285
|
+
//标签选择不生效
|
|
286
|
+
taro-video-control {
|
|
287
|
+
background-color: transparent;
|
|
288
|
+
}
|
|
278
289
|
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
290
|
+
.taro-video-bar {
|
|
291
|
+
background-color: transparent;
|
|
292
|
+
}
|
|
282
293
|
}
|
|
283
294
|
|
|
284
295
|
.weui-icon-info {
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
296
|
+
&:before {
|
|
297
|
+
content: '';
|
|
298
|
+
}
|
|
288
299
|
}
|
|
289
300
|
.taro-checkbox_checked {
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
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
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
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
|
-
|
|
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
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
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(
|
|
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(
|
|
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: #
|
|
352
|
-
&:first-child{
|
|
353
|
-
color: #
|
|
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
|
-
|
|
372
|
+
transition: none !important;
|
|
360
373
|
|
|
361
|
-
|
|
362
|
-
|
|
374
|
+
div:last-child {
|
|
375
|
+
//background: transparent !important;
|
|
363
376
|
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
377
|
+
p {
|
|
378
|
+
&:first-child {
|
|
379
|
+
width: 80px !important;
|
|
380
|
+
height: 80px !important;
|
|
381
|
+
}
|
|
369
382
|
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
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
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
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
|
-
|
|
416
|
+
opacity: 0.01;
|
|
404
417
|
}
|
|
405
418
|
|
|
406
419
|
.fade-enter-active {
|
|
407
|
-
|
|
408
|
-
|
|
420
|
+
opacity: 1;
|
|
421
|
+
transition: all 300ms ease-out;
|
|
409
422
|
}
|
|
410
423
|
|
|
411
424
|
.fade-exit {
|
|
412
|
-
|
|
425
|
+
opacity: 1;
|
|
413
426
|
}
|
|
414
427
|
|
|
415
428
|
.fade-exit-active {
|
|
416
|
-
|
|
417
|
-
|
|
429
|
+
opacity: 0.01;
|
|
430
|
+
transition: all 300ms ease-out;
|
|
418
431
|
}
|
|
419
432
|
|
|
420
433
|
.zoom-enter {
|
|
421
|
-
|
|
422
|
-
|
|
434
|
+
opacity: 0.01;
|
|
435
|
+
transform: scale(0);
|
|
423
436
|
}
|
|
424
437
|
|
|
425
438
|
.zoom-enter-active {
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
439
|
+
opacity: 1;
|
|
440
|
+
transform: scale(1);
|
|
441
|
+
transition: all 300ms ease-out;
|
|
429
442
|
}
|
|
430
443
|
|
|
431
444
|
.zoom-exit {
|
|
432
|
-
|
|
433
|
-
|
|
445
|
+
opacity: 1;
|
|
446
|
+
transform: scale(1);
|
|
434
447
|
}
|
|
435
448
|
|
|
436
449
|
.zoom-exit-active {
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
450
|
+
opacity: 0.01;
|
|
451
|
+
transform: scale(0);
|
|
452
|
+
transition: all 300ms ease-out;
|
|
440
453
|
}
|
|
441
454
|
|
|
442
455
|
.slide-up-enter {
|
|
443
|
-
|
|
456
|
+
transform: translateY(100%);
|
|
444
457
|
}
|
|
445
458
|
|
|
446
459
|
.slide-up-enter-active {
|
|
447
|
-
|
|
448
|
-
|
|
460
|
+
transform: translateY(0%);
|
|
461
|
+
transition: all 300ms ease-out;
|
|
449
462
|
}
|
|
450
463
|
|
|
451
464
|
.slide-up-exit {
|
|
452
|
-
|
|
465
|
+
transform: translateY(0%);
|
|
453
466
|
}
|
|
454
467
|
|
|
455
468
|
.slide-up-exit-active {
|
|
456
|
-
|
|
457
|
-
|
|
469
|
+
transform: translateY(100%);
|
|
470
|
+
transition: all 300ms ease-in;
|
|
458
471
|
}
|
|
459
472
|
|
|
460
473
|
.slide-down-enter {
|
|
461
|
-
|
|
474
|
+
transform: translateY(-100%);
|
|
462
475
|
}
|
|
463
476
|
|
|
464
477
|
.slide-down-enter-active {
|
|
465
|
-
|
|
466
|
-
|
|
478
|
+
transform: translateY(0%);
|
|
479
|
+
transition: all 300ms ease-out;
|
|
467
480
|
}
|
|
468
481
|
|
|
469
482
|
.slide-down-exit {
|
|
470
|
-
|
|
483
|
+
transform: translateY(0%);
|
|
471
484
|
}
|
|
472
485
|
|
|
473
486
|
.slide-down-exit-active {
|
|
474
|
-
|
|
475
|
-
|
|
487
|
+
transform: translateY(-100%);
|
|
488
|
+
transition: all 300ms ease-in;
|
|
476
489
|
}
|
|
477
490
|
|
|
478
491
|
.slide-right-enter {
|
|
479
|
-
|
|
492
|
+
transform: translateX(100%);
|
|
480
493
|
}
|
|
481
494
|
|
|
482
495
|
.slide-right-enter-active {
|
|
483
|
-
|
|
484
|
-
|
|
496
|
+
transform: translateX(0%);
|
|
497
|
+
transition: all 300ms ease-out;
|
|
485
498
|
}
|
|
486
499
|
|
|
487
500
|
.slide-right-exit {
|
|
488
|
-
|
|
501
|
+
transform: translateX(0%);
|
|
489
502
|
}
|
|
490
503
|
|
|
491
504
|
.slide-right-exit-active {
|
|
492
|
-
|
|
493
|
-
|
|
505
|
+
transform: translateX(100%);
|
|
506
|
+
transition: all 300ms ease-in;
|
|
494
507
|
}
|
|
495
508
|
|
|
496
509
|
.slide-left-enter {
|
|
497
|
-
|
|
510
|
+
transform: translateX(-100%);
|
|
498
511
|
}
|
|
499
512
|
|
|
500
513
|
.slide-left-enter-active {
|
|
501
|
-
|
|
502
|
-
|
|
514
|
+
transform: translateX(0%);
|
|
515
|
+
transition: all 300ms ease-out;
|
|
503
516
|
}
|
|
504
517
|
|
|
505
518
|
.slide-left-exit {
|
|
506
|
-
|
|
519
|
+
transform: translateX(0%);
|
|
507
520
|
}
|
|
508
521
|
|
|
509
522
|
.slide-left-exit-active {
|
|
510
|
-
|
|
511
|
-
|
|
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
|
+
}
|