pb-sxp-ui 1.1.2 → 1.2.1
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 +2264 -864
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +356 -175
- package/dist/index.js +2264 -864
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +3 -3
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +3 -3
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +2264 -864
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +3 -3
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/Pagebuilder/type.d.ts +1 -0
- package/es/core/components/SxpPageRender/FingerSwipeTip/index.d.ts +0 -1
- package/es/core/components/SxpPageRender/FingerSwipeTip/index.js +3 -3
- package/es/core/components/SxpPageRender/Hashtag/index.js +1 -3
- package/es/core/components/SxpPageRender/Modal/index.d.ts +3 -0
- package/es/core/components/SxpPageRender/Modal/index.js +70 -6
- package/es/core/components/SxpPageRender/Navbar.js +1 -1
- package/es/core/components/SxpPageRender/Popup/index.js +1 -1
- package/es/core/components/SxpPageRender/RenderCard.d.ts +1 -0
- package/es/core/components/SxpPageRender/RenderCard.js +16 -12
- package/es/core/components/SxpPageRender/VideoWidget/index.js +10 -13
- package/es/core/components/SxpPageRender/WaterFall/List.js +1 -1
- package/es/core/components/SxpPageRender/WaterFall/WaterfallList.js +1 -1
- package/es/core/components/SxpPageRender/index.d.ts +3 -3
- package/es/core/components/SxpPageRender/index.js +51 -17
- package/es/core/components/SxpPageRender/typing.d.ts +1 -0
- package/es/core/context/SxpDataSourceProvider.d.ts +1 -0
- package/es/core/context/SxpDataSourceProvider.js +6 -4
- package/es/core/utils/localStore.d.ts +3 -0
- package/es/core/utils/localStore.js +8 -0
- package/es/materials/sxp/HashTag/material.js +1 -2
- package/es/materials/sxp/cta/AniLink/index.d.ts +14 -0
- package/es/materials/sxp/cta/AniLink/index.js +59 -0
- package/es/materials/sxp/cta/AniLink/interactionRender.d.ts +42 -0
- package/es/materials/sxp/cta/AniLink/interactionRender.js +50 -0
- package/es/materials/sxp/cta/AniLink/material.d.ts +2 -0
- package/es/materials/sxp/cta/AniLink/material.js +38 -0
- package/es/materials/sxp/cta/AniLink/settingRender.d.ts +73 -0
- package/es/materials/sxp/cta/AniLink/settingRender.js +103 -0
- package/es/materials/sxp/cta/AniLinkPopup/index.d.ts +17 -0
- package/es/materials/sxp/cta/AniLinkPopup/index.js +66 -0
- package/es/materials/sxp/cta/AniLinkPopup/interactionRender.d.ts +42 -0
- package/es/materials/sxp/cta/AniLinkPopup/interactionRender.js +50 -0
- package/es/materials/sxp/cta/AniLinkPopup/material.d.ts +2 -0
- package/es/materials/sxp/cta/AniLinkPopup/material.js +52 -0
- package/es/materials/sxp/cta/AniLinkPopup/settingRender.d.ts +176 -0
- package/es/materials/sxp/cta/AniLinkPopup/settingRender.js +249 -0
- package/es/materials/sxp/cta/index.d.ts +2 -0
- package/es/materials/sxp/cta/index.js +2 -0
- package/es/materials/sxp/index.d.ts +1 -0
- package/es/materials/sxp/index.js +1 -0
- package/es/materials/sxp/popup/AppointForm/Form.js +1 -1
- package/es/materials/sxp/popup/CommodityDetail/index.d.ts +5 -0
- package/es/materials/sxp/popup/CommodityDetail/index.js +43 -26
- package/es/materials/sxp/popup/CommodityDetail/interactionRender.d.ts +9 -0
- package/es/materials/sxp/popup/CommodityDetail/interactionRender.js +12 -0
- package/es/materials/sxp/popup/CommodityDetail/material.js +3 -1
- package/es/materials/sxp/popup/CommodityDetail/settingRender.d.ts +37 -0
- package/es/materials/sxp/popup/CommodityDetail/settingRender.js +41 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/index.d.ts +5 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/index.js +11 -25
- package/es/materials/sxp/popup/CommodityDetailDiroNew/interactionRender.d.ts +9 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/interactionRender.js +12 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/material.js +3 -1
- package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +37 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +41 -0
- package/es/materials/sxp/popup/CommodityList/index.d.ts +28 -0
- package/es/materials/sxp/popup/CommodityList/index.js +56 -0
- package/es/materials/sxp/popup/CommodityList/interactionRender.d.ts +8 -0
- package/es/materials/sxp/popup/CommodityList/interactionRender.js +11 -0
- package/es/materials/sxp/popup/CommodityList/material.d.ts +2 -0
- package/es/materials/sxp/popup/CommodityList/material.js +51 -0
- package/es/materials/sxp/popup/CommodityList/settingRender.d.ts +151 -0
- package/es/materials/sxp/popup/CommodityList/settingRender.js +207 -0
- package/es/materials/sxp/popup/index.d.ts +1 -0
- package/es/materials/sxp/popup/index.js +1 -0
- package/es/materials/sxp/template/Link/index.js +2 -2
- package/es/materials/sxp/template/MultiCommodity/index.js +2 -2
- package/es/materials/sxp/template/MultiCommodityDiro/index.js +2 -2
- package/es/materials/sxp/template/MultiCommodityDiroNew/index.js +5 -4
- package/es/materials/sxp/template/components/CommodityGroup.d.ts +14 -0
- package/es/materials/sxp/template/components/CommodityGroup.js +31 -0
- package/es/materials/sxp/template/components/Img.js +1 -1
- package/es/materials/sxp/template/components/Scroll.d.ts +2 -1
- package/es/materials/sxp/template/components/Scroll.js +10 -3
- package/es/materials/sxp/template/components/settingRender.js +0 -5
- package/lib/core/Pagebuilder/type.d.ts +1 -0
- package/lib/core/components/SxpPageRender/FingerSwipeTip/index.d.ts +0 -1
- package/lib/core/components/SxpPageRender/FingerSwipeTip/index.js +3 -3
- package/lib/core/components/SxpPageRender/Hashtag/index.js +1 -3
- package/lib/core/components/SxpPageRender/Modal/index.d.ts +3 -0
- package/lib/core/components/SxpPageRender/Modal/index.js +70 -6
- package/lib/core/components/SxpPageRender/Navbar.js +1 -1
- package/lib/core/components/SxpPageRender/Popup/index.js +1 -1
- package/lib/core/components/SxpPageRender/RenderCard.d.ts +1 -0
- package/lib/core/components/SxpPageRender/RenderCard.js +16 -12
- package/lib/core/components/SxpPageRender/VideoWidget/index.js +10 -13
- package/lib/core/components/SxpPageRender/WaterFall/List.js +1 -1
- package/lib/core/components/SxpPageRender/WaterFall/WaterfallList.js +1 -1
- package/lib/core/components/SxpPageRender/index.d.ts +3 -3
- package/lib/core/components/SxpPageRender/index.js +50 -16
- package/lib/core/components/SxpPageRender/typing.d.ts +1 -0
- package/lib/core/context/SxpDataSourceProvider.d.ts +1 -0
- package/lib/core/context/SxpDataSourceProvider.js +6 -4
- package/lib/core/utils/localStore.d.ts +3 -0
- package/lib/core/utils/localStore.js +11 -1
- package/lib/materials/sxp/HashTag/material.js +1 -2
- package/lib/materials/sxp/cta/AniLink/index.d.ts +14 -0
- package/lib/materials/sxp/cta/AniLink/index.js +61 -0
- package/lib/materials/sxp/cta/AniLink/interactionRender.d.ts +42 -0
- package/lib/materials/sxp/cta/AniLink/interactionRender.js +52 -0
- package/lib/materials/sxp/cta/AniLink/material.d.ts +2 -0
- package/lib/materials/sxp/cta/AniLink/material.js +42 -0
- package/lib/materials/sxp/cta/AniLink/settingRender.d.ts +73 -0
- package/lib/materials/sxp/cta/AniLink/settingRender.js +105 -0
- package/lib/materials/sxp/cta/AniLinkPopup/index.d.ts +17 -0
- package/lib/materials/sxp/cta/AniLinkPopup/index.js +68 -0
- package/lib/materials/sxp/cta/AniLinkPopup/interactionRender.d.ts +42 -0
- package/lib/materials/sxp/cta/AniLinkPopup/interactionRender.js +52 -0
- package/lib/materials/sxp/cta/AniLinkPopup/material.d.ts +2 -0
- package/lib/materials/sxp/cta/AniLinkPopup/material.js +56 -0
- package/lib/materials/sxp/cta/AniLinkPopup/settingRender.d.ts +176 -0
- package/lib/materials/sxp/cta/AniLinkPopup/settingRender.js +251 -0
- package/lib/materials/sxp/cta/index.d.ts +2 -0
- package/lib/materials/sxp/cta/index.js +5 -0
- package/lib/materials/sxp/index.d.ts +1 -0
- package/lib/materials/sxp/index.js +1 -0
- package/lib/materials/sxp/popup/AppointForm/Form.js +1 -1
- package/lib/materials/sxp/popup/CommodityDetail/index.d.ts +5 -0
- package/lib/materials/sxp/popup/CommodityDetail/index.js +43 -26
- package/lib/materials/sxp/popup/CommodityDetail/interactionRender.d.ts +9 -0
- package/lib/materials/sxp/popup/CommodityDetail/interactionRender.js +14 -0
- package/lib/materials/sxp/popup/CommodityDetail/material.js +3 -1
- package/lib/materials/sxp/popup/CommodityDetail/settingRender.d.ts +37 -0
- package/lib/materials/sxp/popup/CommodityDetail/settingRender.js +41 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.d.ts +5 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.js +11 -25
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/interactionRender.d.ts +9 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/interactionRender.js +14 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/material.js +3 -1
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +37 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +41 -0
- package/lib/materials/sxp/popup/CommodityList/index.d.ts +28 -0
- package/lib/materials/sxp/popup/CommodityList/index.js +58 -0
- package/lib/materials/sxp/popup/CommodityList/interactionRender.d.ts +8 -0
- package/lib/materials/sxp/popup/CommodityList/interactionRender.js +13 -0
- package/lib/materials/sxp/popup/CommodityList/material.d.ts +2 -0
- package/lib/materials/sxp/popup/CommodityList/material.js +55 -0
- package/lib/materials/sxp/popup/CommodityList/settingRender.d.ts +151 -0
- package/lib/materials/sxp/popup/CommodityList/settingRender.js +209 -0
- package/lib/materials/sxp/popup/index.d.ts +1 -0
- package/lib/materials/sxp/popup/index.js +1 -0
- package/lib/materials/sxp/template/Link/index.js +2 -2
- package/lib/materials/sxp/template/MultiCommodity/index.js +2 -2
- package/lib/materials/sxp/template/MultiCommodityDiro/index.js +2 -2
- package/lib/materials/sxp/template/MultiCommodityDiroNew/index.js +5 -4
- package/lib/materials/sxp/template/components/CommodityGroup.d.ts +14 -0
- package/lib/materials/sxp/template/components/CommodityGroup.js +34 -0
- package/lib/materials/sxp/template/components/Img.js +1 -1
- package/lib/materials/sxp/template/components/Scroll.d.ts +2 -1
- package/lib/materials/sxp/template/components/Scroll.js +9 -2
- package/lib/materials/sxp/template/components/settingRender.js +0 -5
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -100,178 +100,6 @@
|
|
100
100
|
text-align: left !important;
|
101
101
|
}
|
102
102
|
|
103
|
-
.tow-line-ellipsis {
|
104
|
-
display: -webkit-box;
|
105
|
-
-webkit-box-orient: vertical;
|
106
|
-
-webkit-line-clamp: 2;
|
107
|
-
text-overflow: ellipsis;
|
108
|
-
overflow: hidden;
|
109
|
-
font-size: 12px;
|
110
|
-
}
|
111
|
-
.pb-prompt {
|
112
|
-
position: relative;
|
113
|
-
display: -webkit-box;
|
114
|
-
display: -webkit-flex;
|
115
|
-
display: -ms-flexbox;
|
116
|
-
display: flex;
|
117
|
-
-webkit-box-orient: vertical;
|
118
|
-
-webkit-box-direction: normal;
|
119
|
-
-webkit-flex-direction: column;
|
120
|
-
-ms-flex-direction: column;
|
121
|
-
flex-direction: column;
|
122
|
-
-webkit-box-pack: center;
|
123
|
-
-webkit-justify-content: center;
|
124
|
-
-ms-flex-pack: center;
|
125
|
-
justify-content: center;
|
126
|
-
-webkit-box-align: center;
|
127
|
-
-webkit-align-items: center;
|
128
|
-
-ms-flex-align: center;
|
129
|
-
align-items: center;
|
130
|
-
}
|
131
|
-
.pb-prompt-icon {
|
132
|
-
width: 70px;
|
133
|
-
height: 70px;
|
134
|
-
}
|
135
|
-
.pb-prompt-content {
|
136
|
-
font-size: 14px;
|
137
|
-
margin: 30px;
|
138
|
-
text-align: center;
|
139
|
-
}
|
140
|
-
.pb-prompt-btn {
|
141
|
-
height: 45px;
|
142
|
-
line-height: 40px;
|
143
|
-
color: #fff;
|
144
|
-
text-align: center;
|
145
|
-
border-radius: 5px;
|
146
|
-
position: absolute;
|
147
|
-
bottom: 30px;
|
148
|
-
background: #000;
|
149
|
-
left: 15px;
|
150
|
-
right: 15px;
|
151
|
-
padding: 0;
|
152
|
-
border: none;
|
153
|
-
}
|
154
|
-
|
155
|
-
.pb-commondityDiroNew {
|
156
|
-
position: relative;
|
157
|
-
height: 100%;
|
158
|
-
}
|
159
|
-
.pb-commondityDiroNew-content {
|
160
|
-
padding: 20px;
|
161
|
-
background: #fff;
|
162
|
-
}
|
163
|
-
.pb-commondityDiroNew-content-top {
|
164
|
-
display: -webkit-box;
|
165
|
-
display: -webkit-flex;
|
166
|
-
display: -ms-flexbox;
|
167
|
-
display: flex;
|
168
|
-
}
|
169
|
-
.pb-commondityDiroNew-content-top-left {
|
170
|
-
width: 100%;
|
171
|
-
}
|
172
|
-
.pb-commondityDiroNew-content-top-left-title {
|
173
|
-
font-size: 13px;
|
174
|
-
-webkit-box-flex: 1;
|
175
|
-
-webkit-flex: 1;
|
176
|
-
-ms-flex: 1;
|
177
|
-
flex: 1;
|
178
|
-
}
|
179
|
-
.pb-commondityDiroNew-content-top-right {
|
180
|
-
-webkit-flex-shrink: 0;
|
181
|
-
-ms-flex-negative: 0;
|
182
|
-
flex-shrink: 0;
|
183
|
-
margin-left: 35px;
|
184
|
-
}
|
185
|
-
.pb-commondityDiroNew-content-top-right-price {
|
186
|
-
font-size: 13px;
|
187
|
-
font-weight: bold;
|
188
|
-
}
|
189
|
-
.pb-commondityDiroNew-content-collection {
|
190
|
-
font-size: 13px;
|
191
|
-
color: #757575;
|
192
|
-
}
|
193
|
-
.pb-commondityDiroNew-content-ref {
|
194
|
-
margin-top: 10px;
|
195
|
-
font-size: 12px;
|
196
|
-
}
|
197
|
-
.pb-commondityDiroNew-content-line {
|
198
|
-
margin: 20px 0;
|
199
|
-
width: 100%;
|
200
|
-
height: 1px;
|
201
|
-
border: 1px solid #E5E5E5;
|
202
|
-
}
|
203
|
-
.pb-commondityDiroNew-content-price {
|
204
|
-
font-size: 18px;
|
205
|
-
margin: 24px 0 10px 0;
|
206
|
-
}
|
207
|
-
.pb-commondityDiroNew-info {
|
208
|
-
font-size: 13px;
|
209
|
-
color: #757575;
|
210
|
-
line-height: 20px;
|
211
|
-
-webkit-background-clip: text;
|
212
|
-
background-clip: text;
|
213
|
-
}
|
214
|
-
.pb-commondityDiroNew-btn {
|
215
|
-
width: -webkit-fill-available;
|
216
|
-
padding: 0;
|
217
|
-
border: none;
|
218
|
-
}
|
219
|
-
.commondityDiroNew-swipe-item-active-bullet {
|
220
|
-
background: #000 !important;
|
221
|
-
opacity: 1 !important;
|
222
|
-
}
|
223
|
-
.commondityDiroNew-swiper-clickable-left {
|
224
|
-
left: 17px !important ;
|
225
|
-
bottom: 14px !important;
|
226
|
-
text-align: left !important;
|
227
|
-
}
|
228
|
-
.commondityDiroNew-swiper-clickable-center {
|
229
|
-
bottom: 14px !important;
|
230
|
-
}
|
231
|
-
|
232
|
-
.index-module_tow-line-ellipsis__3bKKx {
|
233
|
-
display: -webkit-box;
|
234
|
-
-webkit-box-orient: vertical;
|
235
|
-
-webkit-line-clamp: 2;
|
236
|
-
text-overflow: ellipsis;
|
237
|
-
overflow: hidden;
|
238
|
-
word-wrap: break-word;
|
239
|
-
}
|
240
|
-
|
241
|
-
.index-module_tow-line-ellipsis__nkBlU {
|
242
|
-
display: -webkit-box;
|
243
|
-
-webkit-box-orient: vertical;
|
244
|
-
-webkit-line-clamp: 2;
|
245
|
-
text-overflow: ellipsis;
|
246
|
-
overflow: hidden;
|
247
|
-
word-wrap: break-word;
|
248
|
-
}
|
249
|
-
.index-module_one-line-ellipsis__buFw1 {
|
250
|
-
text-overflow: ellipsis;
|
251
|
-
overflow: hidden;
|
252
|
-
word-break: break-all;
|
253
|
-
white-space: nowrap;
|
254
|
-
}
|
255
|
-
|
256
|
-
.index-module_tow-line-ellipsis__yyHVb {
|
257
|
-
display: -webkit-box;
|
258
|
-
-webkit-box-orient: vertical;
|
259
|
-
-webkit-line-clamp: 2;
|
260
|
-
text-overflow: ellipsis;
|
261
|
-
overflow: hidden;
|
262
|
-
word-wrap: break-word;
|
263
|
-
}
|
264
|
-
|
265
|
-
.index-module_tow-line-ellipsis__I-yCC {
|
266
|
-
display: -webkit-box;
|
267
|
-
-webkit-box-orient: vertical;
|
268
|
-
-webkit-line-clamp: 2;
|
269
|
-
text-overflow: ellipsis;
|
270
|
-
overflow: hidden;
|
271
|
-
word-wrap: break-word;
|
272
|
-
line-height: 20px;
|
273
|
-
}
|
274
|
-
|
275
103
|
/**
|
276
104
|
* Swiper 11.1.4
|
277
105
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
@@ -627,6 +455,257 @@
|
|
627
455
|
display: none;
|
628
456
|
}
|
629
457
|
|
458
|
+
.tow-line-ellipsis {
|
459
|
+
display: -webkit-box;
|
460
|
+
-webkit-box-orient: vertical;
|
461
|
+
-webkit-line-clamp: 2;
|
462
|
+
text-overflow: ellipsis;
|
463
|
+
overflow: hidden;
|
464
|
+
font-size: 12px;
|
465
|
+
}
|
466
|
+
.pb-prompt {
|
467
|
+
position: relative;
|
468
|
+
display: -webkit-box;
|
469
|
+
display: -webkit-flex;
|
470
|
+
display: -ms-flexbox;
|
471
|
+
display: flex;
|
472
|
+
-webkit-box-orient: vertical;
|
473
|
+
-webkit-box-direction: normal;
|
474
|
+
-webkit-flex-direction: column;
|
475
|
+
-ms-flex-direction: column;
|
476
|
+
flex-direction: column;
|
477
|
+
-webkit-box-pack: center;
|
478
|
+
-webkit-justify-content: center;
|
479
|
+
-ms-flex-pack: center;
|
480
|
+
justify-content: center;
|
481
|
+
-webkit-box-align: center;
|
482
|
+
-webkit-align-items: center;
|
483
|
+
-ms-flex-align: center;
|
484
|
+
align-items: center;
|
485
|
+
}
|
486
|
+
.pb-prompt-icon {
|
487
|
+
width: 70px;
|
488
|
+
height: 70px;
|
489
|
+
}
|
490
|
+
.pb-prompt-content {
|
491
|
+
font-size: 14px;
|
492
|
+
margin: 30px;
|
493
|
+
text-align: center;
|
494
|
+
}
|
495
|
+
.pb-prompt-btn {
|
496
|
+
height: 45px;
|
497
|
+
line-height: 40px;
|
498
|
+
color: #fff;
|
499
|
+
text-align: center;
|
500
|
+
border-radius: 5px;
|
501
|
+
position: absolute;
|
502
|
+
bottom: 30px;
|
503
|
+
background: #000;
|
504
|
+
left: 15px;
|
505
|
+
right: 15px;
|
506
|
+
padding: 0;
|
507
|
+
border: none;
|
508
|
+
}
|
509
|
+
|
510
|
+
.pb-commondityDiroNew {
|
511
|
+
position: relative;
|
512
|
+
height: 100%;
|
513
|
+
}
|
514
|
+
.pb-commondityDiroNew-content {
|
515
|
+
padding: 20px;
|
516
|
+
background: #fff;
|
517
|
+
}
|
518
|
+
.pb-commondityDiroNew-content-top {
|
519
|
+
display: -webkit-box;
|
520
|
+
display: -webkit-flex;
|
521
|
+
display: -ms-flexbox;
|
522
|
+
display: flex;
|
523
|
+
}
|
524
|
+
.pb-commondityDiroNew-content-top-left {
|
525
|
+
width: 100%;
|
526
|
+
}
|
527
|
+
.pb-commondityDiroNew-content-top-left-title {
|
528
|
+
font-size: 13px;
|
529
|
+
-webkit-box-flex: 1;
|
530
|
+
-webkit-flex: 1;
|
531
|
+
-ms-flex: 1;
|
532
|
+
flex: 1;
|
533
|
+
}
|
534
|
+
.pb-commondityDiroNew-content-top-right {
|
535
|
+
-webkit-flex-shrink: 0;
|
536
|
+
-ms-flex-negative: 0;
|
537
|
+
flex-shrink: 0;
|
538
|
+
margin-left: 35px;
|
539
|
+
}
|
540
|
+
.pb-commondityDiroNew-content-top-right-price {
|
541
|
+
font-size: 13px;
|
542
|
+
font-weight: bold;
|
543
|
+
}
|
544
|
+
.pb-commondityDiroNew-content-collection {
|
545
|
+
font-size: 13px;
|
546
|
+
color: #757575;
|
547
|
+
}
|
548
|
+
.pb-commondityDiroNew-content-ref {
|
549
|
+
margin-top: 10px;
|
550
|
+
font-size: 12px;
|
551
|
+
}
|
552
|
+
.pb-commondityDiroNew-content-line {
|
553
|
+
margin: 20px 0;
|
554
|
+
width: 100%;
|
555
|
+
height: 1px;
|
556
|
+
border: 1px solid #E5E5E5;
|
557
|
+
}
|
558
|
+
.pb-commondityDiroNew-content-price {
|
559
|
+
font-size: 18px;
|
560
|
+
margin: 24px 0 10px 0;
|
561
|
+
}
|
562
|
+
.pb-commondityDiroNew-info {
|
563
|
+
font-size: 13px;
|
564
|
+
color: #757575;
|
565
|
+
line-height: 20px;
|
566
|
+
-webkit-background-clip: text;
|
567
|
+
background-clip: text;
|
568
|
+
}
|
569
|
+
.pb-commondityDiroNew-btn {
|
570
|
+
width: -webkit-fill-available;
|
571
|
+
padding: 0;
|
572
|
+
border: none;
|
573
|
+
}
|
574
|
+
.commondityDiroNew-swipe-item-active-bullet {
|
575
|
+
background: #000 !important;
|
576
|
+
opacity: 1 !important;
|
577
|
+
}
|
578
|
+
.commondityDiroNew-swiper-clickable-left {
|
579
|
+
left: 17px !important ;
|
580
|
+
bottom: 14px !important;
|
581
|
+
text-align: left !important;
|
582
|
+
}
|
583
|
+
.commondityDiroNew-swiper-clickable-center {
|
584
|
+
bottom: 14px !important;
|
585
|
+
}
|
586
|
+
|
587
|
+
.pb-commondityDiroNew {
|
588
|
+
position: relative;
|
589
|
+
height: 100%;
|
590
|
+
}
|
591
|
+
.pb-commondityDiroNew-content {
|
592
|
+
padding: 20px;
|
593
|
+
background: #fff;
|
594
|
+
}
|
595
|
+
.pb-commondityDiroNew-content-top {
|
596
|
+
display: -webkit-box;
|
597
|
+
display: -webkit-flex;
|
598
|
+
display: -ms-flexbox;
|
599
|
+
display: flex;
|
600
|
+
}
|
601
|
+
.pb-commondityDiroNew-content-top-left {
|
602
|
+
width: 100%;
|
603
|
+
}
|
604
|
+
.pb-commondityDiroNew-content-top-left-title {
|
605
|
+
font-size: 13px;
|
606
|
+
-webkit-box-flex: 1;
|
607
|
+
-webkit-flex: 1;
|
608
|
+
-ms-flex: 1;
|
609
|
+
flex: 1;
|
610
|
+
}
|
611
|
+
.pb-commondityDiroNew-content-top-right {
|
612
|
+
-webkit-flex-shrink: 0;
|
613
|
+
-ms-flex-negative: 0;
|
614
|
+
flex-shrink: 0;
|
615
|
+
margin-left: 35px;
|
616
|
+
}
|
617
|
+
.pb-commondityDiroNew-content-top-right-price {
|
618
|
+
font-size: 13px;
|
619
|
+
font-weight: bold;
|
620
|
+
}
|
621
|
+
.pb-commondityDiroNew-content-collection {
|
622
|
+
font-size: 13px;
|
623
|
+
color: #757575;
|
624
|
+
}
|
625
|
+
.pb-commondityDiroNew-content-ref {
|
626
|
+
margin-top: 10px;
|
627
|
+
font-size: 12px;
|
628
|
+
}
|
629
|
+
.pb-commondityDiroNew-content-line {
|
630
|
+
margin: 20px 0;
|
631
|
+
width: 100%;
|
632
|
+
height: 1px;
|
633
|
+
border: 1px solid #E5E5E5;
|
634
|
+
}
|
635
|
+
.pb-commondityDiroNew-content-price {
|
636
|
+
font-size: 18px;
|
637
|
+
margin: 24px 0 10px 0;
|
638
|
+
}
|
639
|
+
.pb-commondityDiroNew-info {
|
640
|
+
font-size: 13px;
|
641
|
+
color: #757575;
|
642
|
+
line-height: 20px;
|
643
|
+
-webkit-background-clip: text;
|
644
|
+
background-clip: text;
|
645
|
+
}
|
646
|
+
.pb-commondityDiroNew-btn {
|
647
|
+
width: -webkit-fill-available;
|
648
|
+
padding: 0;
|
649
|
+
border: none;
|
650
|
+
}
|
651
|
+
.commondityDiroNew-swipe-item-active-bullet {
|
652
|
+
background: #000 !important;
|
653
|
+
opacity: 1 !important;
|
654
|
+
}
|
655
|
+
.commondityDiroNew-swiper-clickable-left {
|
656
|
+
left: 17px !important ;
|
657
|
+
bottom: 14px !important;
|
658
|
+
text-align: left !important;
|
659
|
+
}
|
660
|
+
.commondityDiroNew-swiper-clickable-center {
|
661
|
+
bottom: 14px !important;
|
662
|
+
}
|
663
|
+
|
664
|
+
.index-module_tow-line-ellipsis__3bKKx {
|
665
|
+
display: -webkit-box;
|
666
|
+
-webkit-box-orient: vertical;
|
667
|
+
-webkit-line-clamp: 2;
|
668
|
+
text-overflow: ellipsis;
|
669
|
+
overflow: hidden;
|
670
|
+
word-wrap: break-word;
|
671
|
+
}
|
672
|
+
|
673
|
+
.index-module_tow-line-ellipsis__nkBlU {
|
674
|
+
display: -webkit-box;
|
675
|
+
-webkit-box-orient: vertical;
|
676
|
+
-webkit-line-clamp: 2;
|
677
|
+
text-overflow: ellipsis;
|
678
|
+
overflow: hidden;
|
679
|
+
word-wrap: break-word;
|
680
|
+
}
|
681
|
+
.index-module_one-line-ellipsis__buFw1 {
|
682
|
+
display: -webkit-box;
|
683
|
+
-webkit-box-orient: vertical;
|
684
|
+
-webkit-line-clamp: 1;
|
685
|
+
text-overflow: ellipsis;
|
686
|
+
overflow: hidden;
|
687
|
+
word-break: break-all;
|
688
|
+
}
|
689
|
+
|
690
|
+
.index-module_tow-line-ellipsis__yyHVb {
|
691
|
+
display: -webkit-box;
|
692
|
+
-webkit-box-orient: vertical;
|
693
|
+
-webkit-line-clamp: 2;
|
694
|
+
text-overflow: ellipsis;
|
695
|
+
overflow: hidden;
|
696
|
+
word-wrap: break-word;
|
697
|
+
}
|
698
|
+
|
699
|
+
.index-module_tow-line-ellipsis__I-yCC {
|
700
|
+
display: -webkit-box;
|
701
|
+
-webkit-box-orient: vertical;
|
702
|
+
-webkit-line-clamp: 2;
|
703
|
+
text-overflow: ellipsis;
|
704
|
+
overflow: hidden;
|
705
|
+
word-wrap: break-word;
|
706
|
+
line-height: 20px;
|
707
|
+
}
|
708
|
+
|
630
709
|
.index-module_two-line-ellipsis__SFQwJ {
|
631
710
|
display: -webkit-box;
|
632
711
|
-webkit-box-orient: vertical;
|
@@ -970,6 +1049,106 @@
|
|
970
1049
|
box-sizing: border-box;
|
971
1050
|
}
|
972
1051
|
|
1052
|
+
@-webkit-keyframes index-module_gradientCover__5iUag {
|
1053
|
+
0% {
|
1054
|
+
-webkit-transform: scaleX(0);
|
1055
|
+
transform: scaleX(0);
|
1056
|
+
}
|
1057
|
+
100% {
|
1058
|
+
-webkit-transform: scaleX(1);
|
1059
|
+
transform: scaleX(1);
|
1060
|
+
}
|
1061
|
+
}
|
1062
|
+
@keyframes index-module_gradientCover__5iUag {
|
1063
|
+
0% {
|
1064
|
+
-webkit-transform: scaleX(0);
|
1065
|
+
transform: scaleX(0);
|
1066
|
+
}
|
1067
|
+
100% {
|
1068
|
+
-webkit-transform: scaleX(1);
|
1069
|
+
transform: scaleX(1);
|
1070
|
+
}
|
1071
|
+
}
|
1072
|
+
.index-module_animated-button__lqTbg {
|
1073
|
+
position: relative;
|
1074
|
+
}
|
1075
|
+
.index-module_animated-button__lqTbg:after {
|
1076
|
+
width: 100%;
|
1077
|
+
height: 100%;
|
1078
|
+
position: absolute;
|
1079
|
+
content: '';
|
1080
|
+
z-index: -1;
|
1081
|
+
top: 0;
|
1082
|
+
left: 0;
|
1083
|
+
-webkit-transform-origin: 0 50%;
|
1084
|
+
transform-origin: 0 50%;
|
1085
|
+
display: inline-block;
|
1086
|
+
-webkit-animation-name: index-module_gradientCover__5iUag;
|
1087
|
+
animation-name: index-module_gradientCover__5iUag;
|
1088
|
+
}
|
1089
|
+
|
1090
|
+
@-webkit-keyframes index-module_gradientCover__nD6d9 {
|
1091
|
+
0% {
|
1092
|
+
-webkit-transform: scaleX(0);
|
1093
|
+
transform: scaleX(0);
|
1094
|
+
}
|
1095
|
+
100% {
|
1096
|
+
-webkit-transform: scaleX(1);
|
1097
|
+
transform: scaleX(1);
|
1098
|
+
}
|
1099
|
+
}
|
1100
|
+
@keyframes index-module_gradientCover__nD6d9 {
|
1101
|
+
0% {
|
1102
|
+
-webkit-transform: scaleX(0);
|
1103
|
+
transform: scaleX(0);
|
1104
|
+
}
|
1105
|
+
100% {
|
1106
|
+
-webkit-transform: scaleX(1);
|
1107
|
+
transform: scaleX(1);
|
1108
|
+
}
|
1109
|
+
}
|
1110
|
+
.index-module_animated-button__qI1lz {
|
1111
|
+
position: relative;
|
1112
|
+
}
|
1113
|
+
.index-module_animated-button__qI1lz:after {
|
1114
|
+
width: 100%;
|
1115
|
+
height: 100%;
|
1116
|
+
position: absolute;
|
1117
|
+
content: '';
|
1118
|
+
z-index: -1;
|
1119
|
+
top: 0;
|
1120
|
+
left: 0;
|
1121
|
+
-webkit-transform-origin: 0 50%;
|
1122
|
+
transform-origin: 0 50%;
|
1123
|
+
display: inline-block;
|
1124
|
+
-webkit-animation-name: index-module_gradientCover__nD6d9;
|
1125
|
+
animation-name: index-module_gradientCover__nD6d9;
|
1126
|
+
}
|
1127
|
+
.index-module_tow-line-ellipsis__GKFXr {
|
1128
|
+
display: -webkit-box;
|
1129
|
+
-webkit-box-orient: vertical;
|
1130
|
+
-webkit-line-clamp: 2;
|
1131
|
+
text-overflow: ellipsis;
|
1132
|
+
overflow: hidden;
|
1133
|
+
word-wrap: break-word;
|
1134
|
+
}
|
1135
|
+
.index-module_modal-icon-wrapper__tu3BY {
|
1136
|
+
width: 10px;
|
1137
|
+
height: 10px;
|
1138
|
+
position: absolute;
|
1139
|
+
right: 0;
|
1140
|
+
top: 0;
|
1141
|
+
-webkit-box-sizing: content-box;
|
1142
|
+
box-sizing: content-box;
|
1143
|
+
}
|
1144
|
+
.index-module_modal-icon-wrapper-img__4b7qZ {
|
1145
|
+
width: 100%;
|
1146
|
+
height: 100%;
|
1147
|
+
-o-object-fit: cover;
|
1148
|
+
object-fit: cover;
|
1149
|
+
display: block;
|
1150
|
+
}
|
1151
|
+
|
973
1152
|
/**
|
974
1153
|
* Swiper 11.1.4
|
975
1154
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
@@ -1594,7 +1773,7 @@ button.swiper-pagination-bullet {
|
|
1594
1773
|
bottom: 0;
|
1595
1774
|
left: 0;
|
1596
1775
|
right: 0;
|
1597
|
-
padding
|
1776
|
+
padding: 20px 0 20px 0;
|
1598
1777
|
}
|
1599
1778
|
.clc-sxp-bottom-nudge {
|
1600
1779
|
display: -webkit-box;
|
@@ -1617,6 +1796,9 @@ button.swiper-pagination-bullet {
|
|
1617
1796
|
padding: 0 20px;
|
1618
1797
|
font-size: 14px;
|
1619
1798
|
}
|
1799
|
+
.clc-sxp-bottom-hashtag {
|
1800
|
+
margin-top: 16px;
|
1801
|
+
}
|
1620
1802
|
.clc-sxp-bottom-hashtag-item {
|
1621
1803
|
width: auto;
|
1622
1804
|
height: 26px;
|
@@ -1627,6 +1809,7 @@ button.swiper-pagination-bullet {
|
|
1627
1809
|
padding: 0 10px;
|
1628
1810
|
font-size: 10px;
|
1629
1811
|
margin-right: 8px;
|
1812
|
+
margin-bottom: 20px;
|
1630
1813
|
cursor: pointer;
|
1631
1814
|
}
|
1632
1815
|
.clc-sxp-bottom-shadow {
|
@@ -1667,8 +1850,6 @@ button.swiper-pagination-bullet {
|
|
1667
1850
|
}
|
1668
1851
|
.clc-sxp-nav-title {
|
1669
1852
|
font-size: 16px;
|
1670
|
-
width: 100%;
|
1671
|
-
text-align: center;
|
1672
1853
|
}
|
1673
1854
|
.clc-pb-video-pause {
|
1674
1855
|
position: absolute;
|