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