@conecli/cone-render 0.10.1-beta.7 → 0.10.1-beta.9
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/api/index.ts +1 -1
- 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/common/token/index.h5.ts +1 -1
- package/dist/common/token/token.jd.ts +1 -1
- package/dist/common/wxappApi.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.tsx +1 -1
- package/dist/components/base/Dialog/index.module.scss +11 -0
- package/dist/components/base/ExposureSmart/index.h5.module.scss +12 -2
- package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
- package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
- package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
- package/dist/components/base/InViewRender/index.weapp.tsx +1 -1
- package/dist/components/base/ItemViewExposureSmart/index.module.scss +2 -2
- package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
- package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
- package/dist/components/base/LazyLayoutLoad/index.weapp.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.h5.module.scss +4 -8
- package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.tsx +1 -1
- package/dist/components/base/NetworkDataError/index.tsx +1 -1
- package/dist/components/decorate/PlaceHolder/index.tsx +1 -1
- package/dist/components/floorItem.jd.tsx +1 -1
- package/dist/components/floorItem.tsx +1 -1
- package/dist/components/floorItem.weapp.tsx +1 -1
- package/dist/interface/common.ts +1 -1
- package/dist/interface/component.ts +1 -1
- package/dist/interface/jumpEventReport.ts +1 -1
- package/dist/interface/service.ts +1 -1
- package/dist/jumpEventReport/base.ts +1 -1
- package/dist/jumpEventReport/const.ts +1 -1
- package/dist/jumpEventReport/index.weapp.ts +1 -1
- package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
- package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
- package/dist/jumpEventReport/logEventConfig.ts +1 -1
- package/dist/jumpEventReport/web/report.ts +1 -1
- package/dist/jumpEventReport/web.base.ts +1 -1
- package/dist/jumpEventReport/web.jd.ts +1 -1
- package/dist/jumpEventReport/web.tjm.ts +1 -1
- package/dist/jumpEventReport/web.wxapp.ts +1 -1
- package/dist/libs/taroAppReport.js +2 -2
- package/dist/modules/ContainerFloorList/index.h5.module.scss +66 -53
- package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
- package/dist/modules/ContainerFloorList/index.tsx +1 -1
- package/dist/open/api/device.ts +1 -1
- package/dist/open/api/environment.ts +1 -1
- package/dist/open/api/shopMember.ts +1 -1
- package/dist/open/api/util.ts +1 -1
- package/dist/sass/app.h5.scss +255 -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/service/requestServer.weapp.ts +1 -0
- package/dist/utils/connectNativeJsBridge.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.h5.ts +1 -0
- package/dist/utils/jumpExtMapUtil.ts +1 -0
- package/dist/utils/sColor.js +1 -0
- package/dist/utils/taroRenderUtil.ts +1 -1
- package/dist/utils/utils.ts +1 -1
- package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
- package/dist/wxapp/common/user_info.js +1 -1
- package/package.json +147 -141
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,121 @@ 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;
|
|
267
266
|
}
|
|
268
267
|
|
|
269
268
|
taro-video-core {
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
269
|
+
video {
|
|
270
|
+
object-fit: cover !important;
|
|
271
|
+
}
|
|
273
272
|
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
273
|
+
//标签选择不生效
|
|
274
|
+
taro-video-control {
|
|
275
|
+
background-color: transparent;
|
|
276
|
+
}
|
|
278
277
|
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
278
|
+
.taro-video-bar {
|
|
279
|
+
background-color: transparent;
|
|
280
|
+
}
|
|
282
281
|
}
|
|
283
282
|
|
|
284
283
|
.weui-icon-info {
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
284
|
+
&:before {
|
|
285
|
+
content: '';
|
|
286
|
+
}
|
|
288
287
|
}
|
|
289
288
|
.taro-checkbox_checked {
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
289
|
+
display: inline-block;
|
|
290
|
+
top: 0;
|
|
291
|
+
margin: -2px 10px 0 0;
|
|
292
|
+
width: 32px;
|
|
293
|
+
height: 32px;
|
|
294
|
+
font-size: 36px;
|
|
295
|
+
color: #333;
|
|
296
|
+
vertical-align: middle;
|
|
297
|
+
border-color: rgba(209, 209, 209, 0.8);
|
|
298
|
+
&:checked:before {
|
|
299
|
+
color: #e93b3d;
|
|
300
|
+
}
|
|
302
301
|
}
|
|
303
302
|
taro-radio-core {
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
content:
|
|
303
|
+
&.weui-cells_checkbox {
|
|
304
|
+
.weui-check + .weui-icon-checked {
|
|
305
|
+
vertical-align: middle;
|
|
306
|
+
&:before {
|
|
307
|
+
content: '';
|
|
309
308
|
width: 32px;
|
|
310
309
|
height: 32px;
|
|
311
310
|
margin-left: 0;
|
|
312
|
-
|
|
311
|
+
margin-top: -4px;
|
|
313
312
|
border: 2px solid #909090;
|
|
314
313
|
//color: #909090;
|
|
315
314
|
//background: url("https://img12.360buyimg.com/imagetools/jfs/t1/206105/34/32968/504/64d35614F8cedb83b/d5953c21e17d17ae.png") no-repeat 0 0 / cover;
|
|
316
315
|
border-radius: 50%;
|
|
317
316
|
box-sizing: border-box;
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
content:
|
|
317
|
+
vertical-align: middle;
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
.weui-check:checked + .weui-icon-checked {
|
|
321
|
+
&:before {
|
|
322
|
+
content: '';
|
|
324
323
|
border: none;
|
|
325
|
-
background: url(
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
324
|
+
background: url('https://img12.360buyimg.com/imagetools/jfs/t1/190964/36/36148/636/64d35614Fd3f012fd/28a6f01faddaedbb.png')
|
|
325
|
+
no-repeat 0 0 / cover;
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
329
|
}
|
|
330
|
-
taro-checkbox-core{
|
|
330
|
+
taro-checkbox-core {
|
|
331
331
|
.taro-checkbox_checked {
|
|
332
332
|
border: 2px solid #909090;
|
|
333
333
|
//background: url("https://img12.360buyimg.com/imagetools/jfs/t1/206105/34/32968/504/64d35614F8cedb83b/d5953c21e17d17ae.png") no-repeat 0 0 / cover;
|
|
@@ -335,180 +335,181 @@ taro-checkbox-core{
|
|
|
335
335
|
box-sizing: border-box;
|
|
336
336
|
&:checked {
|
|
337
337
|
border: none;
|
|
338
|
-
background: url(
|
|
338
|
+
background: url('https://img12.360buyimg.com/imagetools/jfs/t1/190964/36/36148/636/64d35614Fd3f012fd/28a6f01faddaedbb.png')
|
|
339
|
+
no-repeat 0 0 / cover;
|
|
339
340
|
&:before {
|
|
340
341
|
content: none;
|
|
341
342
|
}
|
|
342
343
|
}
|
|
343
344
|
}
|
|
344
345
|
}
|
|
345
|
-
.weui-picker{
|
|
346
|
+
.weui-picker {
|
|
346
347
|
font-size: 30px;
|
|
347
|
-
.weui-picker__hd{
|
|
348
|
+
.weui-picker__hd {
|
|
348
349
|
font-size: 32px;
|
|
349
350
|
}
|
|
350
|
-
.weui-picker__action{
|
|
351
|
-
color: #
|
|
352
|
-
&:first-child{
|
|
353
|
-
color: #
|
|
351
|
+
.weui-picker__action {
|
|
352
|
+
color: #fa2c19;
|
|
353
|
+
&:first-child {
|
|
354
|
+
color: #1a1a1a;
|
|
354
355
|
}
|
|
355
356
|
}
|
|
356
357
|
}
|
|
357
358
|
|
|
358
359
|
.taro__toast {
|
|
359
|
-
|
|
360
|
+
transition: none !important;
|
|
360
361
|
|
|
361
|
-
|
|
362
|
-
|
|
362
|
+
div:last-child {
|
|
363
|
+
//background: transparent !important;
|
|
363
364
|
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
365
|
+
p {
|
|
366
|
+
&:first-child {
|
|
367
|
+
width: 80px !important;
|
|
368
|
+
height: 80px !important;
|
|
369
|
+
}
|
|
369
370
|
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
371
|
+
&:last-child {
|
|
372
|
+
margin-top: 8px !important;
|
|
373
|
+
font-size: 28px !important;
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
}
|
|
376
377
|
}
|
|
377
378
|
|
|
378
379
|
.d-shop-loading {
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
380
|
+
position: fixed;
|
|
381
|
+
top: 0;
|
|
382
|
+
left: 0;
|
|
383
|
+
right: 0;
|
|
384
|
+
bottom: 0;
|
|
385
|
+
z-index: 100;
|
|
386
|
+
|
|
387
|
+
.d-loading-content {
|
|
388
|
+
text-align: center;
|
|
389
|
+
}
|
|
390
|
+
span {
|
|
391
|
+
display: inline-block;
|
|
392
|
+
width: 100px;
|
|
393
|
+
height: 100px;
|
|
394
|
+
background: url('https://img13.360buyimg.com/imagetools/jfs/t1/151010/32/14284/30214/5ff66791Ea1bc6cc6/698c0772b377aef5.png')
|
|
395
|
+
no-repeat center center / 72px 72px;
|
|
396
|
+
}
|
|
397
|
+
.d-shop-text {
|
|
398
|
+
font-size: 24px;
|
|
399
|
+
color: #232325;
|
|
400
|
+
}
|
|
400
401
|
}
|
|
401
402
|
|
|
402
403
|
.fade-enter {
|
|
403
|
-
|
|
404
|
+
opacity: 0.01;
|
|
404
405
|
}
|
|
405
406
|
|
|
406
407
|
.fade-enter-active {
|
|
407
|
-
|
|
408
|
-
|
|
408
|
+
opacity: 1;
|
|
409
|
+
transition: all 300ms ease-out;
|
|
409
410
|
}
|
|
410
411
|
|
|
411
412
|
.fade-exit {
|
|
412
|
-
|
|
413
|
+
opacity: 1;
|
|
413
414
|
}
|
|
414
415
|
|
|
415
416
|
.fade-exit-active {
|
|
416
|
-
|
|
417
|
-
|
|
417
|
+
opacity: 0.01;
|
|
418
|
+
transition: all 300ms ease-out;
|
|
418
419
|
}
|
|
419
420
|
|
|
420
421
|
.zoom-enter {
|
|
421
|
-
|
|
422
|
-
|
|
422
|
+
opacity: 0.01;
|
|
423
|
+
transform: scale(0);
|
|
423
424
|
}
|
|
424
425
|
|
|
425
426
|
.zoom-enter-active {
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
427
|
+
opacity: 1;
|
|
428
|
+
transform: scale(1);
|
|
429
|
+
transition: all 300ms ease-out;
|
|
429
430
|
}
|
|
430
431
|
|
|
431
432
|
.zoom-exit {
|
|
432
|
-
|
|
433
|
-
|
|
433
|
+
opacity: 1;
|
|
434
|
+
transform: scale(1);
|
|
434
435
|
}
|
|
435
436
|
|
|
436
437
|
.zoom-exit-active {
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
438
|
+
opacity: 0.01;
|
|
439
|
+
transform: scale(0);
|
|
440
|
+
transition: all 300ms ease-out;
|
|
440
441
|
}
|
|
441
442
|
|
|
442
443
|
.slide-up-enter {
|
|
443
|
-
|
|
444
|
+
transform: translateY(100%);
|
|
444
445
|
}
|
|
445
446
|
|
|
446
447
|
.slide-up-enter-active {
|
|
447
|
-
|
|
448
|
-
|
|
448
|
+
transform: translateY(0%);
|
|
449
|
+
transition: all 300ms ease-out;
|
|
449
450
|
}
|
|
450
451
|
|
|
451
452
|
.slide-up-exit {
|
|
452
|
-
|
|
453
|
+
transform: translateY(0%);
|
|
453
454
|
}
|
|
454
455
|
|
|
455
456
|
.slide-up-exit-active {
|
|
456
|
-
|
|
457
|
-
|
|
457
|
+
transform: translateY(100%);
|
|
458
|
+
transition: all 300ms ease-in;
|
|
458
459
|
}
|
|
459
460
|
|
|
460
461
|
.slide-down-enter {
|
|
461
|
-
|
|
462
|
+
transform: translateY(-100%);
|
|
462
463
|
}
|
|
463
464
|
|
|
464
465
|
.slide-down-enter-active {
|
|
465
|
-
|
|
466
|
-
|
|
466
|
+
transform: translateY(0%);
|
|
467
|
+
transition: all 300ms ease-out;
|
|
467
468
|
}
|
|
468
469
|
|
|
469
470
|
.slide-down-exit {
|
|
470
|
-
|
|
471
|
+
transform: translateY(0%);
|
|
471
472
|
}
|
|
472
473
|
|
|
473
474
|
.slide-down-exit-active {
|
|
474
|
-
|
|
475
|
-
|
|
475
|
+
transform: translateY(-100%);
|
|
476
|
+
transition: all 300ms ease-in;
|
|
476
477
|
}
|
|
477
478
|
|
|
478
479
|
.slide-right-enter {
|
|
479
|
-
|
|
480
|
+
transform: translateX(100%);
|
|
480
481
|
}
|
|
481
482
|
|
|
482
483
|
.slide-right-enter-active {
|
|
483
|
-
|
|
484
|
-
|
|
484
|
+
transform: translateX(0%);
|
|
485
|
+
transition: all 300ms ease-out;
|
|
485
486
|
}
|
|
486
487
|
|
|
487
488
|
.slide-right-exit {
|
|
488
|
-
|
|
489
|
+
transform: translateX(0%);
|
|
489
490
|
}
|
|
490
491
|
|
|
491
492
|
.slide-right-exit-active {
|
|
492
|
-
|
|
493
|
-
|
|
493
|
+
transform: translateX(100%);
|
|
494
|
+
transition: all 300ms ease-in;
|
|
494
495
|
}
|
|
495
496
|
|
|
496
497
|
.slide-left-enter {
|
|
497
|
-
|
|
498
|
+
transform: translateX(-100%);
|
|
498
499
|
}
|
|
499
500
|
|
|
500
501
|
.slide-left-enter-active {
|
|
501
|
-
|
|
502
|
-
|
|
502
|
+
transform: translateX(0%);
|
|
503
|
+
transition: all 300ms ease-out;
|
|
503
504
|
}
|
|
504
505
|
|
|
505
506
|
.slide-left-exit {
|
|
506
|
-
|
|
507
|
+
transform: translateX(0%);
|
|
507
508
|
}
|
|
508
509
|
|
|
509
510
|
.slide-left-exit-active {
|
|
510
|
-
|
|
511
|
-
|
|
511
|
+
transform: translateX(-100%);
|
|
512
|
+
transition: all 300ms ease-in;
|
|
512
513
|
}
|
|
513
514
|
|
|
514
515
|
|
|
@@ -519,3 +520,33 @@ taro-checkbox-core{
|
|
|
519
520
|
//image-rendering: crisp-edges;
|
|
520
521
|
//-ms-interpolation-mode: nearest-neighbor;
|
|
521
522
|
}
|
|
523
|
+
|
|
524
|
+
@media screen and (orientation: landscape) {
|
|
525
|
+
// not 在chrome88之后才支持,因此暂时不用此方式
|
|
526
|
+
.d-shop-pad {
|
|
527
|
+
&.d-shop-pad-render-center {
|
|
528
|
+
//width: 100vh;
|
|
529
|
+
width: var(--screen-min-width, 100vh);
|
|
530
|
+
margin: 0 auto;
|
|
531
|
+
}
|
|
532
|
+
.d-pad-part-render-center {
|
|
533
|
+
width: var(--screen-min-width, 100vh);
|
|
534
|
+
margin: 0 auto;
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.d-shop-lang-for-en {
|
|
540
|
+
.text-ellipsis-2 {
|
|
541
|
+
word-break: break-word;
|
|
542
|
+
}
|
|
543
|
+
.text-ellipsis-3 {
|
|
544
|
+
word-break: break-word;
|
|
545
|
+
}
|
|
546
|
+
.text-ellipsis-2-no-omit {
|
|
547
|
+
word-break: break-word;
|
|
548
|
+
}
|
|
549
|
+
.text-ellipsis-3-no-omit {
|
|
550
|
+
word-break: break-word;
|
|
551
|
+
}
|
|
552
|
+
}
|