pb-sxp-ui 1.0.2 → 1.0.3-alpha.2
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/index.cjs +3624 -1460
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +143 -245
- package/dist/index.js +3625 -1461
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +3 -5
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +3 -5
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +3624 -1460
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +3 -5
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/SxpPageCore/index.d.ts +1 -0
- package/es/core/components/SxpPageCore/index.js +2 -2
- package/es/core/components/SxpPageRender/ExpandableText.d.ts +1 -0
- package/es/core/components/SxpPageRender/ExpandableText.js +17 -10
- package/es/core/components/SxpPageRender/Hashtag/index.d.ts +2 -1
- package/es/core/components/SxpPageRender/Hashtag/index.js +3 -3
- package/es/core/components/SxpPageRender/Modal/index.d.ts +2 -0
- package/es/core/components/SxpPageRender/Modal/index.js +7 -4
- package/es/core/components/SxpPageRender/Navbar.d.ts +1 -0
- package/es/core/components/SxpPageRender/Navbar.js +3 -2
- package/es/core/components/SxpPageRender/Nudge/index.d.ts +24 -0
- package/es/core/components/SxpPageRender/Nudge/index.js +13 -0
- package/es/core/components/SxpPageRender/PictureGroup/index.js +11 -7
- package/es/core/components/SxpPageRender/Popup/index.js +3 -3
- package/es/core/components/SxpPageRender/VideoWidget/index.js +30 -21
- package/es/core/components/SxpPageRender/WaterFall/List.d.ts +2 -1
- package/es/core/components/SxpPageRender/WaterFall/List.js +24 -14
- package/es/core/components/SxpPageRender/WaterFall/WaterfallList.d.ts +2 -1
- package/es/core/components/SxpPageRender/WaterFall/WaterfallList.js +17 -14
- package/es/core/components/SxpPageRender/WaterFall/index.d.ts +2 -1
- package/es/core/components/SxpPageRender/WaterFall/index.js +4 -3
- package/es/core/components/SxpPageRender/WaterFall/preview.json +1242 -0
- package/es/core/components/SxpPageRender/index.d.ts +22 -1
- package/es/core/components/SxpPageRender/index.js +22 -19
- package/es/core/components/SxpPageRender/typing.d.ts +1 -0
- package/es/core/components/SxpPageRender/useIconLink.d.ts +1 -1
- package/es/core/components/SxpPageRender/useIconLink.js +8 -3
- package/es/core/context/EditorContext.d.ts +5 -0
- package/es/core/context/EditorContext.js +21 -3
- package/es/core/context/EditorDataProvider.d.ts +3 -1
- package/es/core/context/EditorDataProvider.js +5 -2
- package/es/core/context/SxpDataSourceProvider.d.ts +2 -0
- package/es/core/context/SxpDataSourceProvider.js +8 -4
- package/es/core/create.d.ts +1 -1
- package/es/materials/sxp/HashTag/index.d.ts +14 -0
- package/es/materials/sxp/HashTag/index.js +6 -0
- package/es/materials/sxp/HashTag/material.d.ts +2 -0
- package/es/materials/sxp/HashTag/material.js +52 -0
- package/es/materials/sxp/HashTag/settingRender.d.ts +122 -0
- package/es/materials/sxp/HashTag/settingRender.js +153 -0
- package/es/materials/sxp/index.d.ts +1 -0
- package/es/materials/sxp/index.js +1 -0
- package/es/materials/sxp/popup/CommodityDetail/index.d.ts +20 -1
- package/es/materials/sxp/popup/CommodityDetail/index.js +44 -21
- package/es/materials/sxp/popup/CommodityDetail/material.js +36 -1
- package/es/materials/sxp/popup/CommodityDetail/settingRender.d.ts +134 -0
- package/es/materials/sxp/popup/CommodityDetail/settingRender.js +167 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/index.d.ts +13 -1
- package/es/materials/sxp/popup/CommodityDetailDiroNew/index.js +20 -17
- package/es/materials/sxp/popup/CommodityDetailDiroNew/material.js +46 -1
- package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +134 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +171 -0
- package/es/materials/sxp/popup/index.d.ts +0 -1
- package/es/materials/sxp/popup/index.js +0 -1
- package/es/materials/sxp/template/Appoint/index.d.ts +2 -0
- package/es/materials/sxp/template/Appoint/index.js +4 -18
- package/es/materials/sxp/template/Appoint/material.js +22 -6
- package/es/materials/sxp/template/Commodity/index.d.ts +2 -0
- package/es/materials/sxp/template/Commodity/index.js +5 -22
- package/es/materials/sxp/template/Commodity/material.js +31 -6
- package/es/materials/sxp/template/CommodityDiro/index.d.ts +2 -0
- package/es/materials/sxp/template/CommodityDiro/index.js +5 -24
- package/es/materials/sxp/template/CommodityDiro/material.js +30 -5
- package/es/materials/sxp/template/CommodityDiroNew/index.d.ts +2 -0
- package/es/materials/sxp/template/CommodityDiroNew/index.js +5 -24
- package/es/materials/sxp/template/CommodityDiroNew/material.js +32 -6
- package/es/materials/sxp/template/Link/index.d.ts +2 -0
- package/es/materials/sxp/template/Link/index.js +4 -13
- package/es/materials/sxp/template/Link/material.js +22 -5
- package/es/materials/sxp/template/MultiCommodity/index.d.ts +2 -0
- package/es/materials/sxp/template/MultiCommodity/index.js +8 -24
- package/es/materials/sxp/template/MultiCommodity/material.js +30 -5
- package/es/materials/sxp/template/MultiCommodityDiro/index.d.ts +2 -0
- package/es/materials/sxp/template/MultiCommodityDiro/index.js +8 -27
- package/es/materials/sxp/template/MultiCommodityDiro/material.js +31 -6
- package/es/materials/sxp/template/MultiCommodityDiroNew/index.d.ts +2 -0
- package/es/materials/sxp/template/MultiCommodityDiroNew/index.js +8 -25
- package/es/materials/sxp/template/MultiCommodityDiroNew/material.js +32 -6
- package/es/materials/sxp/template/components/EventProvider.d.ts +2 -1
- package/es/materials/sxp/template/components/EventProvider.js +5 -4
- package/es/materials/sxp/template/components/settingRender.d.ts +123 -0
- package/es/materials/sxp/template/components/settingRender.js +215 -0
- package/es/materials/sxp/template/components/typing.d.ts +6 -0
- package/es/materials/sxp/template/components/typing.js +1 -0
- package/lib/core/components/SxpPageCore/index.d.ts +1 -0
- package/lib/core/components/SxpPageCore/index.js +2 -2
- package/lib/core/components/SxpPageRender/ExpandableText.d.ts +1 -0
- package/lib/core/components/SxpPageRender/ExpandableText.js +17 -10
- package/lib/core/components/SxpPageRender/Hashtag/index.d.ts +2 -1
- package/lib/core/components/SxpPageRender/Hashtag/index.js +3 -3
- package/lib/core/components/SxpPageRender/Modal/index.d.ts +2 -0
- package/lib/core/components/SxpPageRender/Modal/index.js +7 -4
- package/lib/core/components/SxpPageRender/Navbar.d.ts +1 -0
- package/lib/core/components/SxpPageRender/Navbar.js +3 -2
- package/lib/core/components/SxpPageRender/Nudge/index.d.ts +24 -0
- package/lib/core/components/SxpPageRender/Nudge/index.js +16 -0
- package/lib/core/components/SxpPageRender/PictureGroup/index.js +10 -6
- package/lib/core/components/SxpPageRender/Popup/index.js +3 -3
- package/lib/core/components/SxpPageRender/VideoWidget/index.js +30 -21
- package/lib/core/components/SxpPageRender/WaterFall/List.d.ts +2 -1
- package/lib/core/components/SxpPageRender/WaterFall/List.js +23 -14
- package/lib/core/components/SxpPageRender/WaterFall/WaterfallList.d.ts +2 -1
- package/lib/core/components/SxpPageRender/WaterFall/WaterfallList.js +15 -13
- package/lib/core/components/SxpPageRender/WaterFall/index.d.ts +2 -1
- package/lib/core/components/SxpPageRender/WaterFall/index.js +4 -3
- package/lib/core/components/SxpPageRender/WaterFall/preview.json +1242 -0
- package/lib/core/components/SxpPageRender/index.d.ts +22 -1
- package/lib/core/components/SxpPageRender/index.js +22 -19
- package/lib/core/components/SxpPageRender/typing.d.ts +1 -0
- package/lib/core/components/SxpPageRender/useIconLink.d.ts +1 -1
- package/lib/core/components/SxpPageRender/useIconLink.js +8 -3
- package/lib/core/context/EditorContext.d.ts +5 -0
- package/lib/core/context/EditorContext.js +21 -3
- package/lib/core/context/EditorDataProvider.d.ts +3 -1
- package/lib/core/context/EditorDataProvider.js +4 -1
- package/lib/core/context/SxpDataSourceProvider.d.ts +2 -0
- package/lib/core/context/SxpDataSourceProvider.js +8 -4
- package/lib/core/create.d.ts +1 -1
- package/lib/materials/sxp/HashTag/index.d.ts +14 -0
- package/lib/materials/sxp/HashTag/index.js +9 -0
- package/lib/materials/sxp/HashTag/material.d.ts +2 -0
- package/lib/materials/sxp/HashTag/material.js +56 -0
- package/lib/materials/sxp/HashTag/settingRender.d.ts +122 -0
- package/lib/materials/sxp/HashTag/settingRender.js +155 -0
- package/lib/materials/sxp/index.d.ts +1 -0
- package/lib/materials/sxp/index.js +1 -0
- package/lib/materials/sxp/popup/CommodityDetail/index.d.ts +20 -1
- package/lib/materials/sxp/popup/CommodityDetail/index.js +43 -20
- package/lib/materials/sxp/popup/CommodityDetail/material.js +36 -1
- package/lib/materials/sxp/popup/CommodityDetail/settingRender.d.ts +134 -0
- package/lib/materials/sxp/popup/CommodityDetail/settingRender.js +169 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.d.ts +13 -1
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.js +20 -17
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/material.js +46 -1
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +134 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +173 -0
- package/lib/materials/sxp/popup/index.d.ts +0 -1
- package/lib/materials/sxp/popup/index.js +0 -1
- package/lib/materials/sxp/template/Appoint/index.d.ts +2 -0
- package/lib/materials/sxp/template/Appoint/index.js +4 -18
- package/lib/materials/sxp/template/Appoint/material.js +22 -6
- package/lib/materials/sxp/template/Commodity/index.d.ts +2 -0
- package/lib/materials/sxp/template/Commodity/index.js +5 -22
- package/lib/materials/sxp/template/Commodity/material.js +31 -6
- package/lib/materials/sxp/template/CommodityDiro/index.d.ts +2 -0
- package/lib/materials/sxp/template/CommodityDiro/index.js +5 -24
- package/lib/materials/sxp/template/CommodityDiro/material.js +30 -5
- package/lib/materials/sxp/template/CommodityDiroNew/index.d.ts +2 -0
- package/lib/materials/sxp/template/CommodityDiroNew/index.js +5 -24
- package/lib/materials/sxp/template/CommodityDiroNew/material.js +32 -6
- package/lib/materials/sxp/template/Link/index.d.ts +2 -0
- package/lib/materials/sxp/template/Link/index.js +4 -13
- package/lib/materials/sxp/template/Link/material.js +22 -5
- package/lib/materials/sxp/template/MultiCommodity/index.d.ts +2 -0
- package/lib/materials/sxp/template/MultiCommodity/index.js +7 -23
- package/lib/materials/sxp/template/MultiCommodity/material.js +30 -5
- package/lib/materials/sxp/template/MultiCommodityDiro/index.d.ts +2 -0
- package/lib/materials/sxp/template/MultiCommodityDiro/index.js +7 -26
- package/lib/materials/sxp/template/MultiCommodityDiro/material.js +31 -6
- package/lib/materials/sxp/template/MultiCommodityDiroNew/index.d.ts +2 -0
- package/lib/materials/sxp/template/MultiCommodityDiroNew/index.js +7 -24
- package/lib/materials/sxp/template/MultiCommodityDiroNew/material.js +32 -6
- package/lib/materials/sxp/template/components/EventProvider.d.ts +2 -1
- package/lib/materials/sxp/template/components/EventProvider.js +4 -3
- package/lib/materials/sxp/template/components/settingRender.d.ts +123 -0
- package/lib/materials/sxp/template/components/settingRender.js +217 -0
- package/lib/materials/sxp/template/components/typing.d.ts +6 -0
- package/lib/materials/sxp/template/components/typing.js +2 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -67,20 +67,13 @@
|
|
67
67
|
padding: 21px 19px 80px;
|
68
68
|
}
|
69
69
|
.pb-commondity-content-collection {
|
70
|
-
font-size: 12px;
|
71
70
|
margin-bottom: 14px;
|
72
71
|
}
|
73
|
-
.pb-commondity-content-title {
|
74
|
-
font-size: 23px;
|
75
|
-
}
|
76
72
|
.pb-commondity-content-price {
|
77
|
-
font-size: 18px;
|
78
73
|
margin: 24px 0 10px 0;
|
79
74
|
}
|
80
75
|
.pb-commondity-content-info {
|
81
|
-
font-size: 12px;
|
82
76
|
line-height: 17px;
|
83
|
-
color: gray;
|
84
77
|
}
|
85
78
|
.pb-commondity-btn {
|
86
79
|
position: absolute;
|
@@ -88,15 +81,13 @@
|
|
88
81
|
left: 0;
|
89
82
|
right: 0;
|
90
83
|
width: 100%;
|
91
|
-
height: 45px;
|
92
|
-
line-height: 45px;
|
93
|
-
text-align: center;
|
94
|
-
color: rgba(255, 255, 255, 0.9);
|
95
|
-
font-size: 12px;
|
96
|
-
background: #000;
|
97
84
|
padding: 0;
|
98
85
|
border: none;
|
99
86
|
}
|
87
|
+
.commondityDetail-swiper-clickable-left {
|
88
|
+
left: 17px !important;
|
89
|
+
text-align: left !important;
|
90
|
+
}
|
100
91
|
|
101
92
|
.tow-line-ellipsis {
|
102
93
|
display: -webkit-box;
|
@@ -150,99 +141,6 @@
|
|
150
141
|
border: none;
|
151
142
|
}
|
152
143
|
|
153
|
-
.pb-commondityDiro {
|
154
|
-
position: relative;
|
155
|
-
height: 100%;
|
156
|
-
}
|
157
|
-
.pb-commondityDiro-content {
|
158
|
-
padding: 0 20px;
|
159
|
-
background: #fff;
|
160
|
-
}
|
161
|
-
.pb-commondityDiro-content-collection {
|
162
|
-
font-size: 12px;
|
163
|
-
margin-bottom: 10px;
|
164
|
-
color: #757575;
|
165
|
-
}
|
166
|
-
.pb-commondityDiro-content-title {
|
167
|
-
font-size: 21px;
|
168
|
-
margin: 30px 0 11px;
|
169
|
-
letter-spacing: 1px;
|
170
|
-
}
|
171
|
-
.pb-commondityDiro-content-ref {
|
172
|
-
margin-top: 10px;
|
173
|
-
font-size: 12px;
|
174
|
-
}
|
175
|
-
.pb-commondityDiro-content-line {
|
176
|
-
margin: 20px 0;
|
177
|
-
width: 100%;
|
178
|
-
height: 1px;
|
179
|
-
border: 1px solid #E5E5E5;
|
180
|
-
}
|
181
|
-
.pb-commondityDiro-content-price {
|
182
|
-
font-size: 18px;
|
183
|
-
margin: 24px 0 10px 0;
|
184
|
-
}
|
185
|
-
.pb-commondityDiro-desc {
|
186
|
-
background: #F6F6F6;
|
187
|
-
padding: 20px;
|
188
|
-
}
|
189
|
-
.pb-commondityDiro-desc-collapse {
|
190
|
-
display: -webkit-box;
|
191
|
-
display: -webkit-flex;
|
192
|
-
display: -ms-flexbox;
|
193
|
-
display: flex;
|
194
|
-
-webkit-box-pack: justify;
|
195
|
-
-webkit-justify-content: space-between;
|
196
|
-
-ms-flex-pack: justify;
|
197
|
-
justify-content: space-between;
|
198
|
-
-webkit-box-align: center;
|
199
|
-
-webkit-align-items: center;
|
200
|
-
-ms-flex-align: center;
|
201
|
-
align-items: center;
|
202
|
-
margin-bottom: 14px;
|
203
|
-
cursor: pointer;
|
204
|
-
}
|
205
|
-
.pb-commondityDiro-desc-collapse-title {
|
206
|
-
font-size: 12px;
|
207
|
-
font-weight: bold;
|
208
|
-
}
|
209
|
-
.pb-commondityDiro-desc-collapse-icon {
|
210
|
-
width: 12px;
|
211
|
-
height: 12px;
|
212
|
-
}
|
213
|
-
.pb-commondityDiro-desc-collapse-iconActive {
|
214
|
-
-webkit-transform: rotate(180deg);
|
215
|
-
transform: rotate(180deg);
|
216
|
-
}
|
217
|
-
.pb-commondityDiro-desc-info {
|
218
|
-
font-size: 12px;
|
219
|
-
line-height: 22px;
|
220
|
-
}
|
221
|
-
.pb-commondityDiro-h90 {
|
222
|
-
height: 90px;
|
223
|
-
}
|
224
|
-
.pb-commondityDiro-bottom {
|
225
|
-
position: absolute;
|
226
|
-
left: 0;
|
227
|
-
right: 0;
|
228
|
-
bottom: 0;
|
229
|
-
background: #fff;
|
230
|
-
padding: 18px 20px;
|
231
|
-
border: 1px solid #fff;
|
232
|
-
}
|
233
|
-
.pb-commondityDiro-bottom-btn {
|
234
|
-
width: 100%;
|
235
|
-
height: 48px;
|
236
|
-
line-height: 48px;
|
237
|
-
text-align: center;
|
238
|
-
color: #ffffff;
|
239
|
-
font-size: 16px;
|
240
|
-
background: #000;
|
241
|
-
padding: 0;
|
242
|
-
border: none;
|
243
|
-
border-radius: 25px;
|
244
|
-
}
|
245
|
-
|
246
144
|
.pb-commondityDiroNew {
|
247
145
|
position: relative;
|
248
146
|
height: 100%;
|
@@ -298,28 +196,22 @@
|
|
298
196
|
background-clip: text;
|
299
197
|
}
|
300
198
|
.pb-commondityDiroNew-btn {
|
301
|
-
width:
|
302
|
-
margin: 16px 0;
|
303
|
-
height: 52px;
|
304
|
-
line-height: 52px;
|
305
|
-
text-align: center;
|
306
|
-
color: #ffffff;
|
307
|
-
font-size: 13px;
|
308
|
-
background: #000;
|
309
|
-
font-weight: bold;
|
199
|
+
width: -webkit-fill-available;
|
310
200
|
padding: 0;
|
311
201
|
border: none;
|
312
|
-
border-radius: 25px;
|
313
202
|
}
|
314
203
|
.commondityDiroNew-swipe-item-active-bullet {
|
315
204
|
background: #000 !important;
|
316
205
|
opacity: 1 !important;
|
317
206
|
}
|
318
|
-
.commondityDiroNew-swiper-clickable {
|
207
|
+
.commondityDiroNew-swiper-clickable-left {
|
319
208
|
left: 17px !important ;
|
320
209
|
bottom: 14px !important;
|
321
210
|
text-align: left !important;
|
322
211
|
}
|
212
|
+
.commondityDiroNew-swiper-clickable-center {
|
213
|
+
bottom: 14px !important;
|
214
|
+
}
|
323
215
|
|
324
216
|
.index-module_tow-line-ellipsis__3bKKx {
|
325
217
|
display: -webkit-box;
|
@@ -327,7 +219,6 @@
|
|
327
219
|
-webkit-line-clamp: 2;
|
328
220
|
text-overflow: ellipsis;
|
329
221
|
overflow: hidden;
|
330
|
-
font-size: 12px;
|
331
222
|
word-wrap: break-word;
|
332
223
|
}
|
333
224
|
|
@@ -337,7 +228,6 @@
|
|
337
228
|
-webkit-line-clamp: 2;
|
338
229
|
text-overflow: ellipsis;
|
339
230
|
overflow: hidden;
|
340
|
-
font-size: 12px;
|
341
231
|
word-wrap: break-word;
|
342
232
|
}
|
343
233
|
|
@@ -347,9 +237,7 @@
|
|
347
237
|
-webkit-line-clamp: 2;
|
348
238
|
text-overflow: ellipsis;
|
349
239
|
overflow: hidden;
|
350
|
-
font-size: 12px;
|
351
240
|
word-wrap: break-word;
|
352
|
-
color: #000;
|
353
241
|
}
|
354
242
|
|
355
243
|
.index-module_tow-line-ellipsis__I-yCC {
|
@@ -358,9 +246,7 @@
|
|
358
246
|
-webkit-line-clamp: 2;
|
359
247
|
text-overflow: ellipsis;
|
360
248
|
overflow: hidden;
|
361
|
-
font-size: 13px;
|
362
249
|
word-wrap: break-word;
|
363
|
-
color: #000;
|
364
250
|
line-height: 20px;
|
365
251
|
}
|
366
252
|
|
@@ -725,9 +611,7 @@
|
|
725
611
|
-webkit-line-clamp: 2;
|
726
612
|
text-overflow: ellipsis;
|
727
613
|
overflow: hidden;
|
728
|
-
font-size: 12px;
|
729
614
|
word-wrap: break-word;
|
730
|
-
color: #000;
|
731
615
|
}
|
732
616
|
|
733
617
|
.index-module_two-line-ellipsis__mdzn0 {
|
@@ -736,9 +620,7 @@
|
|
736
620
|
-webkit-line-clamp: 2;
|
737
621
|
text-overflow: ellipsis;
|
738
622
|
overflow: hidden;
|
739
|
-
font-size: 12px;
|
740
623
|
word-wrap: break-word;
|
741
|
-
color: #fff;
|
742
624
|
}
|
743
625
|
|
744
626
|
.index-module_tow-line-ellipsis__fselR {
|
@@ -747,12 +629,125 @@
|
|
747
629
|
-webkit-line-clamp: 2;
|
748
630
|
text-overflow: ellipsis;
|
749
631
|
overflow: hidden;
|
750
|
-
font-size: 13px;
|
751
632
|
word-wrap: break-word;
|
752
|
-
color: #000;
|
753
633
|
line-height: 20px;
|
754
634
|
}
|
755
635
|
|
636
|
+
.waterfall {
|
637
|
+
position: absolute;
|
638
|
+
left: 0;
|
639
|
+
right: 0;
|
640
|
+
top: 0;
|
641
|
+
bottom: 0;
|
642
|
+
background: #fff;
|
643
|
+
z-index: 10;
|
644
|
+
}
|
645
|
+
|
646
|
+
.list {
|
647
|
+
position: absolute;
|
648
|
+
bottom: 0;
|
649
|
+
left: 0;
|
650
|
+
right: 0;
|
651
|
+
top: 70px;
|
652
|
+
}
|
653
|
+
.list-scroll {
|
654
|
+
position: absolute;
|
655
|
+
top: 0;
|
656
|
+
width: 100%;
|
657
|
+
overflow: auto;
|
658
|
+
}
|
659
|
+
.list-info {
|
660
|
+
font-size: 13px;
|
661
|
+
line-height: 20px;
|
662
|
+
padding: 0 54px;
|
663
|
+
text-align: center;
|
664
|
+
}
|
665
|
+
.list-collection {
|
666
|
+
margin-top: 4px;
|
667
|
+
margin-left: auto;
|
668
|
+
margin-right: auto;
|
669
|
+
margin-bottom: 40px;
|
670
|
+
text-align: center;
|
671
|
+
color: #757575;
|
672
|
+
display: block;
|
673
|
+
font-size: 12px;
|
674
|
+
text-decoration: underline;
|
675
|
+
cursor: pointer;
|
676
|
+
}
|
677
|
+
.list-content {
|
678
|
+
display: -webkit-box;
|
679
|
+
display: -webkit-flex;
|
680
|
+
display: -ms-flexbox;
|
681
|
+
display: flex;
|
682
|
+
-webkit-flex-wrap: wrap;
|
683
|
+
-ms-flex-wrap: wrap;
|
684
|
+
flex-wrap: wrap;
|
685
|
+
-webkit-box-pack: justify;
|
686
|
+
-webkit-justify-content: space-between;
|
687
|
+
-ms-flex-pack: justify;
|
688
|
+
justify-content: space-between;
|
689
|
+
}
|
690
|
+
.list-content-listItem {
|
691
|
+
width: 49.5%;
|
692
|
+
margin-bottom: 40px;
|
693
|
+
cursor: pointer;
|
694
|
+
}
|
695
|
+
.list-content-listItem-picture {
|
696
|
+
position: relative;
|
697
|
+
width: 100%;
|
698
|
+
padding-bottom: 100%;
|
699
|
+
overflow: hidden;
|
700
|
+
}
|
701
|
+
.list-content-listItem-picture-img {
|
702
|
+
position: absolute;
|
703
|
+
width: 100%;
|
704
|
+
height: 100%;
|
705
|
+
-o-object-fit: cover;
|
706
|
+
object-fit: cover;
|
707
|
+
}
|
708
|
+
.list-content-listItem-info {
|
709
|
+
padding: 8px;
|
710
|
+
}
|
711
|
+
.list-content-listItem-info-title {
|
712
|
+
font-size: 13px;
|
713
|
+
line-height: 20px;
|
714
|
+
line-clamp: 2;
|
715
|
+
overflow: hidden;
|
716
|
+
text-overflow: ellipsis;
|
717
|
+
display: -webkit-box;
|
718
|
+
-webkit-box-orient: vertical;
|
719
|
+
-webkit-line-clamp: 2;
|
720
|
+
}
|
721
|
+
.list-content-listItem-info-nowrap {
|
722
|
+
line-clamp: 1 !important;
|
723
|
+
-webkit-line-clamp: 1 !important;
|
724
|
+
}
|
725
|
+
.list-content-listItem-info-price {
|
726
|
+
font-size: 13px;
|
727
|
+
line-height: 20px;
|
728
|
+
font-weight: bold;
|
729
|
+
}
|
730
|
+
.list-bottom {
|
731
|
+
padding: 20px;
|
732
|
+
position: absolute;
|
733
|
+
left: 0;
|
734
|
+
right: 0;
|
735
|
+
bottom: 0;
|
736
|
+
background-color: #fff;
|
737
|
+
}
|
738
|
+
.list-bottom-btn {
|
739
|
+
height: 52px;
|
740
|
+
width: 100%;
|
741
|
+
background: #000000;
|
742
|
+
border-radius: 25px;
|
743
|
+
font-size: 13px;
|
744
|
+
line-height: 52px;
|
745
|
+
font-weight: bold;
|
746
|
+
color: #fff;
|
747
|
+
border: none;
|
748
|
+
cursor: pointer;
|
749
|
+
}
|
750
|
+
|
756
751
|
/**
|
757
752
|
* Swiper 11.0.7
|
758
753
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
@@ -1321,6 +1316,21 @@ button.swiper-pagination-bullet {
|
|
1321
1316
|
right: 0;
|
1322
1317
|
padding: 20px 0 20px 0;
|
1323
1318
|
}
|
1319
|
+
.clc-sxp-bottom-nudge {
|
1320
|
+
display: -webkit-box;
|
1321
|
+
display: -webkit-flex;
|
1322
|
+
display: -ms-flexbox;
|
1323
|
+
display: flex;
|
1324
|
+
-webkit-box-align: center;
|
1325
|
+
-webkit-align-items: center;
|
1326
|
+
-ms-flex-align: center;
|
1327
|
+
align-items: center;
|
1328
|
+
padding: 4px;
|
1329
|
+
-webkit-box-sizing: border-box;
|
1330
|
+
box-sizing: border-box;
|
1331
|
+
gap: 6px;
|
1332
|
+
margin-left: 20px;
|
1333
|
+
}
|
1324
1334
|
.clc-sxp-bottom-card {
|
1325
1335
|
margin-bottom: 10px;
|
1326
1336
|
}
|
@@ -1661,122 +1671,10 @@ button.swiper-pagination-bullet {
|
|
1661
1671
|
}
|
1662
1672
|
}
|
1663
1673
|
.modal-popOut {
|
1664
|
-
-webkit-animation: popOut
|
1665
|
-
animation: popOut
|
1674
|
+
-webkit-animation: popOut linear forwards;
|
1675
|
+
animation: popOut linear forwards;
|
1666
1676
|
}
|
1667
1677
|
.modal-popIn {
|
1668
|
-
-webkit-animation: popIn
|
1669
|
-
animation: popIn
|
1670
|
-
}
|
1671
|
-
|
1672
|
-
.waterfall {
|
1673
|
-
position: absolute;
|
1674
|
-
left: 0;
|
1675
|
-
right: 0;
|
1676
|
-
top: 0;
|
1677
|
-
bottom: 0;
|
1678
|
-
background: #fff;
|
1679
|
-
z-index: 10;
|
1680
|
-
}
|
1681
|
-
|
1682
|
-
.list {
|
1683
|
-
position: absolute;
|
1684
|
-
bottom: 0;
|
1685
|
-
left: 0;
|
1686
|
-
right: 0;
|
1687
|
-
top: 70px;
|
1688
|
-
}
|
1689
|
-
.list-scroll {
|
1690
|
-
position: absolute;
|
1691
|
-
top: 0;
|
1692
|
-
width: 100%;
|
1693
|
-
overflow: auto;
|
1694
|
-
}
|
1695
|
-
.list-info {
|
1696
|
-
font-size: 13px;
|
1697
|
-
line-height: 20px;
|
1698
|
-
padding: 0 54px;
|
1699
|
-
text-align: center;
|
1700
|
-
}
|
1701
|
-
.list-collection {
|
1702
|
-
margin: 4px auto 40px;
|
1703
|
-
text-align: center;
|
1704
|
-
color: #757575;
|
1705
|
-
display: block;
|
1706
|
-
font-size: 12px;
|
1707
|
-
text-decoration: underline;
|
1708
|
-
cursor: pointer;
|
1709
|
-
}
|
1710
|
-
.list-content {
|
1711
|
-
display: -webkit-box;
|
1712
|
-
display: -webkit-flex;
|
1713
|
-
display: -ms-flexbox;
|
1714
|
-
display: flex;
|
1715
|
-
-webkit-flex-wrap: wrap;
|
1716
|
-
-ms-flex-wrap: wrap;
|
1717
|
-
flex-wrap: wrap;
|
1718
|
-
-webkit-box-pack: justify;
|
1719
|
-
-webkit-justify-content: space-between;
|
1720
|
-
-ms-flex-pack: justify;
|
1721
|
-
justify-content: space-between;
|
1722
|
-
}
|
1723
|
-
.list-content-listItem {
|
1724
|
-
width: 49.5%;
|
1725
|
-
margin-bottom: 40px;
|
1726
|
-
cursor: pointer;
|
1727
|
-
}
|
1728
|
-
.list-content-listItem-picture {
|
1729
|
-
position: relative;
|
1730
|
-
width: 100%;
|
1731
|
-
padding-bottom: 100%;
|
1732
|
-
overflow: hidden;
|
1733
|
-
}
|
1734
|
-
.list-content-listItem-picture-img {
|
1735
|
-
position: absolute;
|
1736
|
-
width: 100%;
|
1737
|
-
height: 100%;
|
1738
|
-
-o-object-fit: cover;
|
1739
|
-
object-fit: cover;
|
1740
|
-
}
|
1741
|
-
.list-content-listItem-info {
|
1742
|
-
padding: 8px;
|
1743
|
-
}
|
1744
|
-
.list-content-listItem-info-title {
|
1745
|
-
font-size: 13px;
|
1746
|
-
line-height: 20px;
|
1747
|
-
line-clamp: 2;
|
1748
|
-
overflow: hidden;
|
1749
|
-
text-overflow: ellipsis;
|
1750
|
-
display: -webkit-box;
|
1751
|
-
-webkit-box-orient: vertical;
|
1752
|
-
-webkit-line-clamp: 2;
|
1753
|
-
}
|
1754
|
-
.list-content-listItem-info-nowrap {
|
1755
|
-
line-clamp: 1 !important;
|
1756
|
-
-webkit-line-clamp: 1 !important;
|
1757
|
-
}
|
1758
|
-
.list-content-listItem-info-price {
|
1759
|
-
font-size: 13px;
|
1760
|
-
line-height: 20px;
|
1761
|
-
font-weight: bold;
|
1762
|
-
}
|
1763
|
-
.list-bottom {
|
1764
|
-
padding: 20px;
|
1765
|
-
position: absolute;
|
1766
|
-
left: 0;
|
1767
|
-
right: 0;
|
1768
|
-
bottom: 0;
|
1769
|
-
background-color: #fff;
|
1770
|
-
}
|
1771
|
-
.list-bottom-btn {
|
1772
|
-
height: 52px;
|
1773
|
-
width: 100%;
|
1774
|
-
background: #000000;
|
1775
|
-
border-radius: 25px;
|
1776
|
-
font-size: 13px;
|
1777
|
-
line-height: 52px;
|
1778
|
-
font-weight: bold;
|
1779
|
-
color: #fff;
|
1780
|
-
border: none;
|
1781
|
-
cursor: pointer;
|
1678
|
+
-webkit-animation: popIn linear forwards;
|
1679
|
+
animation: popIn linear forwards;
|
1782
1680
|
}
|