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.
Files changed (182) hide show
  1. package/dist/index.cjs +3624 -1460
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.css +143 -245
  4. package/dist/index.js +3625 -1461
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.cjs +3 -5
  7. package/dist/index.min.cjs.map +1 -1
  8. package/dist/index.min.js +3 -5
  9. package/dist/index.min.js.map +1 -1
  10. package/dist/pb-ui.js +3624 -1460
  11. package/dist/pb-ui.js.map +1 -1
  12. package/dist/pb-ui.min.js +3 -5
  13. package/dist/pb-ui.min.js.map +1 -1
  14. package/es/core/components/SxpPageCore/index.d.ts +1 -0
  15. package/es/core/components/SxpPageCore/index.js +2 -2
  16. package/es/core/components/SxpPageRender/ExpandableText.d.ts +1 -0
  17. package/es/core/components/SxpPageRender/ExpandableText.js +17 -10
  18. package/es/core/components/SxpPageRender/Hashtag/index.d.ts +2 -1
  19. package/es/core/components/SxpPageRender/Hashtag/index.js +3 -3
  20. package/es/core/components/SxpPageRender/Modal/index.d.ts +2 -0
  21. package/es/core/components/SxpPageRender/Modal/index.js +7 -4
  22. package/es/core/components/SxpPageRender/Navbar.d.ts +1 -0
  23. package/es/core/components/SxpPageRender/Navbar.js +3 -2
  24. package/es/core/components/SxpPageRender/Nudge/index.d.ts +24 -0
  25. package/es/core/components/SxpPageRender/Nudge/index.js +13 -0
  26. package/es/core/components/SxpPageRender/PictureGroup/index.js +11 -7
  27. package/es/core/components/SxpPageRender/Popup/index.js +3 -3
  28. package/es/core/components/SxpPageRender/VideoWidget/index.js +30 -21
  29. package/es/core/components/SxpPageRender/WaterFall/List.d.ts +2 -1
  30. package/es/core/components/SxpPageRender/WaterFall/List.js +24 -14
  31. package/es/core/components/SxpPageRender/WaterFall/WaterfallList.d.ts +2 -1
  32. package/es/core/components/SxpPageRender/WaterFall/WaterfallList.js +17 -14
  33. package/es/core/components/SxpPageRender/WaterFall/index.d.ts +2 -1
  34. package/es/core/components/SxpPageRender/WaterFall/index.js +4 -3
  35. package/es/core/components/SxpPageRender/WaterFall/preview.json +1242 -0
  36. package/es/core/components/SxpPageRender/index.d.ts +22 -1
  37. package/es/core/components/SxpPageRender/index.js +22 -19
  38. package/es/core/components/SxpPageRender/typing.d.ts +1 -0
  39. package/es/core/components/SxpPageRender/useIconLink.d.ts +1 -1
  40. package/es/core/components/SxpPageRender/useIconLink.js +8 -3
  41. package/es/core/context/EditorContext.d.ts +5 -0
  42. package/es/core/context/EditorContext.js +21 -3
  43. package/es/core/context/EditorDataProvider.d.ts +3 -1
  44. package/es/core/context/EditorDataProvider.js +5 -2
  45. package/es/core/context/SxpDataSourceProvider.d.ts +2 -0
  46. package/es/core/context/SxpDataSourceProvider.js +8 -4
  47. package/es/core/create.d.ts +1 -1
  48. package/es/materials/sxp/HashTag/index.d.ts +14 -0
  49. package/es/materials/sxp/HashTag/index.js +6 -0
  50. package/es/materials/sxp/HashTag/material.d.ts +2 -0
  51. package/es/materials/sxp/HashTag/material.js +52 -0
  52. package/es/materials/sxp/HashTag/settingRender.d.ts +122 -0
  53. package/es/materials/sxp/HashTag/settingRender.js +153 -0
  54. package/es/materials/sxp/index.d.ts +1 -0
  55. package/es/materials/sxp/index.js +1 -0
  56. package/es/materials/sxp/popup/CommodityDetail/index.d.ts +20 -1
  57. package/es/materials/sxp/popup/CommodityDetail/index.js +44 -21
  58. package/es/materials/sxp/popup/CommodityDetail/material.js +36 -1
  59. package/es/materials/sxp/popup/CommodityDetail/settingRender.d.ts +134 -0
  60. package/es/materials/sxp/popup/CommodityDetail/settingRender.js +167 -0
  61. package/es/materials/sxp/popup/CommodityDetailDiroNew/index.d.ts +13 -1
  62. package/es/materials/sxp/popup/CommodityDetailDiroNew/index.js +20 -17
  63. package/es/materials/sxp/popup/CommodityDetailDiroNew/material.js +46 -1
  64. package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +134 -0
  65. package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +171 -0
  66. package/es/materials/sxp/popup/index.d.ts +0 -1
  67. package/es/materials/sxp/popup/index.js +0 -1
  68. package/es/materials/sxp/template/Appoint/index.d.ts +2 -0
  69. package/es/materials/sxp/template/Appoint/index.js +4 -18
  70. package/es/materials/sxp/template/Appoint/material.js +22 -6
  71. package/es/materials/sxp/template/Commodity/index.d.ts +2 -0
  72. package/es/materials/sxp/template/Commodity/index.js +5 -22
  73. package/es/materials/sxp/template/Commodity/material.js +31 -6
  74. package/es/materials/sxp/template/CommodityDiro/index.d.ts +2 -0
  75. package/es/materials/sxp/template/CommodityDiro/index.js +5 -24
  76. package/es/materials/sxp/template/CommodityDiro/material.js +30 -5
  77. package/es/materials/sxp/template/CommodityDiroNew/index.d.ts +2 -0
  78. package/es/materials/sxp/template/CommodityDiroNew/index.js +5 -24
  79. package/es/materials/sxp/template/CommodityDiroNew/material.js +32 -6
  80. package/es/materials/sxp/template/Link/index.d.ts +2 -0
  81. package/es/materials/sxp/template/Link/index.js +4 -13
  82. package/es/materials/sxp/template/Link/material.js +22 -5
  83. package/es/materials/sxp/template/MultiCommodity/index.d.ts +2 -0
  84. package/es/materials/sxp/template/MultiCommodity/index.js +8 -24
  85. package/es/materials/sxp/template/MultiCommodity/material.js +30 -5
  86. package/es/materials/sxp/template/MultiCommodityDiro/index.d.ts +2 -0
  87. package/es/materials/sxp/template/MultiCommodityDiro/index.js +8 -27
  88. package/es/materials/sxp/template/MultiCommodityDiro/material.js +31 -6
  89. package/es/materials/sxp/template/MultiCommodityDiroNew/index.d.ts +2 -0
  90. package/es/materials/sxp/template/MultiCommodityDiroNew/index.js +8 -25
  91. package/es/materials/sxp/template/MultiCommodityDiroNew/material.js +32 -6
  92. package/es/materials/sxp/template/components/EventProvider.d.ts +2 -1
  93. package/es/materials/sxp/template/components/EventProvider.js +5 -4
  94. package/es/materials/sxp/template/components/settingRender.d.ts +123 -0
  95. package/es/materials/sxp/template/components/settingRender.js +215 -0
  96. package/es/materials/sxp/template/components/typing.d.ts +6 -0
  97. package/es/materials/sxp/template/components/typing.js +1 -0
  98. package/lib/core/components/SxpPageCore/index.d.ts +1 -0
  99. package/lib/core/components/SxpPageCore/index.js +2 -2
  100. package/lib/core/components/SxpPageRender/ExpandableText.d.ts +1 -0
  101. package/lib/core/components/SxpPageRender/ExpandableText.js +17 -10
  102. package/lib/core/components/SxpPageRender/Hashtag/index.d.ts +2 -1
  103. package/lib/core/components/SxpPageRender/Hashtag/index.js +3 -3
  104. package/lib/core/components/SxpPageRender/Modal/index.d.ts +2 -0
  105. package/lib/core/components/SxpPageRender/Modal/index.js +7 -4
  106. package/lib/core/components/SxpPageRender/Navbar.d.ts +1 -0
  107. package/lib/core/components/SxpPageRender/Navbar.js +3 -2
  108. package/lib/core/components/SxpPageRender/Nudge/index.d.ts +24 -0
  109. package/lib/core/components/SxpPageRender/Nudge/index.js +16 -0
  110. package/lib/core/components/SxpPageRender/PictureGroup/index.js +10 -6
  111. package/lib/core/components/SxpPageRender/Popup/index.js +3 -3
  112. package/lib/core/components/SxpPageRender/VideoWidget/index.js +30 -21
  113. package/lib/core/components/SxpPageRender/WaterFall/List.d.ts +2 -1
  114. package/lib/core/components/SxpPageRender/WaterFall/List.js +23 -14
  115. package/lib/core/components/SxpPageRender/WaterFall/WaterfallList.d.ts +2 -1
  116. package/lib/core/components/SxpPageRender/WaterFall/WaterfallList.js +15 -13
  117. package/lib/core/components/SxpPageRender/WaterFall/index.d.ts +2 -1
  118. package/lib/core/components/SxpPageRender/WaterFall/index.js +4 -3
  119. package/lib/core/components/SxpPageRender/WaterFall/preview.json +1242 -0
  120. package/lib/core/components/SxpPageRender/index.d.ts +22 -1
  121. package/lib/core/components/SxpPageRender/index.js +22 -19
  122. package/lib/core/components/SxpPageRender/typing.d.ts +1 -0
  123. package/lib/core/components/SxpPageRender/useIconLink.d.ts +1 -1
  124. package/lib/core/components/SxpPageRender/useIconLink.js +8 -3
  125. package/lib/core/context/EditorContext.d.ts +5 -0
  126. package/lib/core/context/EditorContext.js +21 -3
  127. package/lib/core/context/EditorDataProvider.d.ts +3 -1
  128. package/lib/core/context/EditorDataProvider.js +4 -1
  129. package/lib/core/context/SxpDataSourceProvider.d.ts +2 -0
  130. package/lib/core/context/SxpDataSourceProvider.js +8 -4
  131. package/lib/core/create.d.ts +1 -1
  132. package/lib/materials/sxp/HashTag/index.d.ts +14 -0
  133. package/lib/materials/sxp/HashTag/index.js +9 -0
  134. package/lib/materials/sxp/HashTag/material.d.ts +2 -0
  135. package/lib/materials/sxp/HashTag/material.js +56 -0
  136. package/lib/materials/sxp/HashTag/settingRender.d.ts +122 -0
  137. package/lib/materials/sxp/HashTag/settingRender.js +155 -0
  138. package/lib/materials/sxp/index.d.ts +1 -0
  139. package/lib/materials/sxp/index.js +1 -0
  140. package/lib/materials/sxp/popup/CommodityDetail/index.d.ts +20 -1
  141. package/lib/materials/sxp/popup/CommodityDetail/index.js +43 -20
  142. package/lib/materials/sxp/popup/CommodityDetail/material.js +36 -1
  143. package/lib/materials/sxp/popup/CommodityDetail/settingRender.d.ts +134 -0
  144. package/lib/materials/sxp/popup/CommodityDetail/settingRender.js +169 -0
  145. package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.d.ts +13 -1
  146. package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.js +20 -17
  147. package/lib/materials/sxp/popup/CommodityDetailDiroNew/material.js +46 -1
  148. package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +134 -0
  149. package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +173 -0
  150. package/lib/materials/sxp/popup/index.d.ts +0 -1
  151. package/lib/materials/sxp/popup/index.js +0 -1
  152. package/lib/materials/sxp/template/Appoint/index.d.ts +2 -0
  153. package/lib/materials/sxp/template/Appoint/index.js +4 -18
  154. package/lib/materials/sxp/template/Appoint/material.js +22 -6
  155. package/lib/materials/sxp/template/Commodity/index.d.ts +2 -0
  156. package/lib/materials/sxp/template/Commodity/index.js +5 -22
  157. package/lib/materials/sxp/template/Commodity/material.js +31 -6
  158. package/lib/materials/sxp/template/CommodityDiro/index.d.ts +2 -0
  159. package/lib/materials/sxp/template/CommodityDiro/index.js +5 -24
  160. package/lib/materials/sxp/template/CommodityDiro/material.js +30 -5
  161. package/lib/materials/sxp/template/CommodityDiroNew/index.d.ts +2 -0
  162. package/lib/materials/sxp/template/CommodityDiroNew/index.js +5 -24
  163. package/lib/materials/sxp/template/CommodityDiroNew/material.js +32 -6
  164. package/lib/materials/sxp/template/Link/index.d.ts +2 -0
  165. package/lib/materials/sxp/template/Link/index.js +4 -13
  166. package/lib/materials/sxp/template/Link/material.js +22 -5
  167. package/lib/materials/sxp/template/MultiCommodity/index.d.ts +2 -0
  168. package/lib/materials/sxp/template/MultiCommodity/index.js +7 -23
  169. package/lib/materials/sxp/template/MultiCommodity/material.js +30 -5
  170. package/lib/materials/sxp/template/MultiCommodityDiro/index.d.ts +2 -0
  171. package/lib/materials/sxp/template/MultiCommodityDiro/index.js +7 -26
  172. package/lib/materials/sxp/template/MultiCommodityDiro/material.js +31 -6
  173. package/lib/materials/sxp/template/MultiCommodityDiroNew/index.d.ts +2 -0
  174. package/lib/materials/sxp/template/MultiCommodityDiroNew/index.js +7 -24
  175. package/lib/materials/sxp/template/MultiCommodityDiroNew/material.js +32 -6
  176. package/lib/materials/sxp/template/components/EventProvider.d.ts +2 -1
  177. package/lib/materials/sxp/template/components/EventProvider.js +4 -3
  178. package/lib/materials/sxp/template/components/settingRender.d.ts +123 -0
  179. package/lib/materials/sxp/template/components/settingRender.js +217 -0
  180. package/lib/materials/sxp/template/components/typing.d.ts +6 -0
  181. package/lib/materials/sxp/template/components/typing.js +2 -0
  182. 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: 100%;
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 1.2s linear forwards;
1665
- animation: popOut 1.2s linear forwards;
1674
+ -webkit-animation: popOut linear forwards;
1675
+ animation: popOut linear forwards;
1666
1676
  }
1667
1677
  .modal-popIn {
1668
- -webkit-animation: popIn 1.2s linear forwards;
1669
- animation: popIn 1.2s linear forwards;
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
  }