@fonixtree/magic-design 1.0.65 → 1.0.67

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 (421) hide show
  1. package/es/assets/fonts/.DS_Store +0 -0
  2. package/es/assets/fonts/magic-box-iconfont.css +6 -62
  3. package/es/assets/fonts/magic-box-iconfont.css.bak +3 -35
  4. package/es/assets/fonts/magic-box-iconfont.js +1 -1
  5. package/es/assets/fonts/magic-box-iconfont.js.bak +1 -1
  6. package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
  7. package/es/assets/fonts/magic-box-iconfont.woff +0 -0
  8. package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
  9. package/es/assets/images/base64/index.js +2 -36
  10. package/es/assets/less/button.less +0 -5
  11. package/es/assets/less/cylon-antd.less +1686 -7246
  12. package/es/assets/less/font.less +0 -22
  13. package/es/common/Button/index.less +1 -0
  14. package/es/common/CountDown/index.js +11 -20
  15. package/es/common/GroupList/index.js +2 -7
  16. package/es/common/ImagePicker/index.js +3 -1
  17. package/es/common/LinkModal/CouponTable/index.js +3 -3
  18. package/es/common/LinkModal/CustomTable/index.js +0 -1
  19. package/es/common/LinkModal/FunctionTable/index.js +1 -2
  20. package/es/common/LinkModal/index.js +2 -14
  21. package/es/common/MagicLink/index.js +2 -2
  22. package/es/common/ProductModal/index.js +3 -38
  23. package/es/common/ProductSource/index.js +18 -59
  24. package/es/common/UrlPicker/index.js +10 -62
  25. package/es/common/index.js +0 -24
  26. package/es/composite-comp/bol/components/Banner/mobile/index.js +2 -1
  27. package/es/composite-comp/bol/components/Banner/mobile/index.less +78 -52
  28. package/es/composite-comp/bol/components/Carousel/mobile/index.less +100 -81
  29. package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +22 -15
  30. package/es/composite-comp/bol/components/ImageText/mobile/index.less +292 -233
  31. package/es/composite-comp/bol/components/Video/index.js +2 -1
  32. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.less +27 -21
  33. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.less +45 -36
  34. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.less +54 -43
  35. package/es/composite-comp/bol/components/Video/mobile/index.less +3 -2
  36. package/es/composite-comp/bol/components/Wallet/defaultJSON.js +88 -112
  37. package/es/composite-comp/bol/components/Wallet/index.js +15 -11
  38. package/es/composite-comp/bol/components/Wallet/mobile/index.js +64 -314
  39. package/es/composite-comp/bol/components/Wallet/mobile/index.less +40 -103
  40. package/es/composite-comp/bol/components/Wallet/pc/index.js +2 -0
  41. package/es/composite-comp/bol/components/Wallet/pc/index.less +40 -1
  42. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup/index.js +6 -1
  43. package/es/composite-comp/bol/config-panels/WalletConfig/index.js +2 -11
  44. package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +2 -2
  45. package/es/composite-comp/bol/second-config-panels/WalletSecondConfig/index.js +82 -58
  46. package/es/composite-comp/bol/second-config-panels/WalletSecondConfig/index.less +0 -2
  47. package/es/composite-comp/common/components/ProductItem/index.js +20 -22
  48. package/es/composite-comp/common/components/ProductItem/index.less +12 -2
  49. package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +0 -13
  50. package/es/composite-comp/common/config-panels/CustomizeConfig/index.less +2 -3
  51. package/es/composite-comp/common/config-panels/SpacingConfig/index.js +0 -1
  52. package/es/composite-comp/dito/components/FlashDeal/mobile/index.js +6 -8
  53. package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +97 -83
  54. package/es/composite-comp/dito/components/FlashDeal/pc/index.js +6 -8
  55. package/es/composite-comp/dito/components/MobileNavigation/mobile/index.less +35 -18
  56. package/es/composite-comp/dito/components/Recommend/mobile/index.js +5 -6
  57. package/es/composite-comp/dito/components/Recommend/mobile/index.less +86 -73
  58. package/es/composite-comp/dito/components/Recommend/pc/index.js +5 -6
  59. package/es/composite-comp/dito/components/SearchBar/mobile/index.less +52 -45
  60. package/es/composite-comp/dito/components/SignBoard/mobile/index.js +9 -6
  61. package/es/composite-comp/dito/components/SignBoard/mobile/index.less +66 -62
  62. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +9 -10
  63. package/es/constants/component-types.js +3 -45
  64. package/es/constants/index.js +5 -74
  65. package/es/constants/layout.js +1 -48
  66. package/es/core/Designer/ChatRobot/index.js +17 -84
  67. package/es/core/Designer/ChatRobot/index.less +28 -69
  68. package/es/core/Designer/ConfigPanel/index.js +3 -14
  69. package/es/core/Designer/FonixtreeGpt/index.js +29 -222
  70. package/es/core/Designer/PageCompList/index.js +5 -6
  71. package/es/core/Designer/QuickMenuBar/index.js +5 -11
  72. package/es/core/Designer/QuickMenuBar/index.less +0 -4
  73. package/es/core/Designer/RenderHtml/index.js +15 -18
  74. package/es/core/Designer/RenderHtml/index.less +1 -1
  75. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignCenterSVG.js +6 -19
  76. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignLeftSVG.js +6 -19
  77. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignRightSVG.js +6 -19
  78. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.js +6 -27
  79. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.less +20 -4
  80. package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.js +5 -36
  81. package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.less +16 -17
  82. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.js +6 -27
  83. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.less +20 -4
  84. package/es/core/Designer/ToolBarModal/ToolBtn/index.js +3 -28
  85. package/es/core/Designer/ToolBarModal/ToolBtn/index.less +1 -2
  86. package/es/core/Designer/ToolBarModal/index.js +27 -69
  87. package/es/core/Designer/ToolBarModal/index.less +2 -3
  88. package/es/core/Designer/index.js +2 -26
  89. package/es/core/Renderer/index.js +29 -74
  90. package/es/decorator/compositeDecorator.js +6 -33
  91. package/es/decorator/metaDecorator.js +1 -1
  92. package/es/locale/en/en.json +3 -17
  93. package/es/locale/es/es.json +3 -17
  94. package/es/locale/id/id.json +3 -17
  95. package/es/meta-comp/components/Image/index.js +25 -31
  96. package/es/meta-comp/components/Text/index.js +1 -4
  97. package/es/meta-comp/components/Text/index.less +0 -8
  98. package/es/meta-comp/config-panels/ImageConfig/index.js +44 -48
  99. package/es/meta-comp/config-panels/TextConfig/index.js +1 -1
  100. package/es/mobx/Frame.js +2 -17
  101. package/es/mobx/index.js +3 -9
  102. package/es/utils/androidUtil.js +2 -13
  103. package/es/utils/businessUtil.js +3 -25
  104. package/es/utils/commonUtil.js +22 -177
  105. package/es/utils/coreUtil.js +2 -45
  106. package/es/utils/currencyUtil.js +2 -9
  107. package/lib/assets/fonts/.DS_Store +0 -0
  108. package/lib/assets/fonts/magic-box-iconfont.css +6 -62
  109. package/lib/assets/fonts/magic-box-iconfont.css.bak +3 -35
  110. package/lib/assets/fonts/magic-box-iconfont.js +1 -1
  111. package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -1
  112. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  113. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  114. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  115. package/lib/assets/images/base64/index.js +2 -36
  116. package/lib/assets/less/button.less +0 -5
  117. package/lib/assets/less/cylon-antd.less +1686 -7246
  118. package/lib/assets/less/font.less +0 -22
  119. package/lib/common/Button/index.less +1 -0
  120. package/lib/common/CountDown/index.js +11 -20
  121. package/lib/common/GroupList/index.js +2 -7
  122. package/lib/common/ImagePicker/index.js +3 -1
  123. package/lib/common/LinkModal/CouponTable/index.js +3 -3
  124. package/lib/common/LinkModal/CustomTable/index.js +0 -1
  125. package/lib/common/LinkModal/FunctionTable/index.js +1 -2
  126. package/lib/common/LinkModal/index.js +2 -14
  127. package/lib/common/MagicLink/index.js +2 -2
  128. package/lib/common/ProductModal/index.js +3 -38
  129. package/lib/common/ProductSource/index.js +18 -59
  130. package/lib/common/UrlPicker/index.js +10 -62
  131. package/lib/common/index.js +0 -24
  132. package/lib/composite-comp/bol/components/Banner/mobile/index.js +2 -1
  133. package/lib/composite-comp/bol/components/Banner/mobile/index.less +78 -52
  134. package/lib/composite-comp/bol/components/Carousel/mobile/index.less +100 -81
  135. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +22 -15
  136. package/lib/composite-comp/bol/components/ImageText/mobile/index.less +292 -233
  137. package/lib/composite-comp/bol/components/Video/index.js +2 -1
  138. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.less +27 -21
  139. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.less +45 -36
  140. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.less +54 -43
  141. package/lib/composite-comp/bol/components/Video/mobile/index.less +3 -2
  142. package/lib/composite-comp/bol/components/Wallet/defaultJSON.js +88 -112
  143. package/lib/composite-comp/bol/components/Wallet/index.js +15 -11
  144. package/lib/composite-comp/bol/components/Wallet/mobile/index.js +64 -314
  145. package/lib/composite-comp/bol/components/Wallet/mobile/index.less +40 -103
  146. package/lib/composite-comp/bol/components/Wallet/pc/index.js +2 -0
  147. package/lib/composite-comp/bol/components/Wallet/pc/index.less +40 -1
  148. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup/index.js +6 -1
  149. package/lib/composite-comp/bol/config-panels/WalletConfig/index.js +2 -11
  150. package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +2 -2
  151. package/lib/composite-comp/bol/second-config-panels/WalletSecondConfig/index.js +82 -58
  152. package/lib/composite-comp/bol/second-config-panels/WalletSecondConfig/index.less +0 -2
  153. package/lib/composite-comp/common/components/ProductItem/index.js +20 -22
  154. package/lib/composite-comp/common/components/ProductItem/index.less +12 -2
  155. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +0 -13
  156. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.less +2 -3
  157. package/lib/composite-comp/common/config-panels/SpacingConfig/index.js +0 -1
  158. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.js +6 -8
  159. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +97 -83
  160. package/lib/composite-comp/dito/components/FlashDeal/pc/index.js +6 -8
  161. package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.less +35 -18
  162. package/lib/composite-comp/dito/components/Recommend/mobile/index.js +5 -6
  163. package/lib/composite-comp/dito/components/Recommend/mobile/index.less +86 -73
  164. package/lib/composite-comp/dito/components/Recommend/pc/index.js +5 -6
  165. package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +52 -45
  166. package/lib/composite-comp/dito/components/SignBoard/mobile/index.js +9 -6
  167. package/lib/composite-comp/dito/components/SignBoard/mobile/index.less +66 -62
  168. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +9 -10
  169. package/lib/constants/component-types.js +3 -45
  170. package/lib/constants/index.js +5 -74
  171. package/lib/constants/layout.js +1 -48
  172. package/lib/core/Designer/ChatRobot/index.js +17 -84
  173. package/lib/core/Designer/ChatRobot/index.less +28 -69
  174. package/lib/core/Designer/ConfigPanel/index.js +3 -14
  175. package/lib/core/Designer/FonixtreeGpt/index.js +29 -222
  176. package/lib/core/Designer/PageCompList/index.js +5 -6
  177. package/lib/core/Designer/QuickMenuBar/index.js +5 -11
  178. package/lib/core/Designer/QuickMenuBar/index.less +0 -4
  179. package/lib/core/Designer/RenderHtml/index.js +15 -18
  180. package/lib/core/Designer/RenderHtml/index.less +1 -1
  181. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignCenterSVG.js +6 -19
  182. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignLeftSVG.js +6 -19
  183. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignRightSVG.js +6 -19
  184. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.js +6 -27
  185. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.less +20 -4
  186. package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.js +5 -36
  187. package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.less +16 -17
  188. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.js +6 -27
  189. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.less +20 -4
  190. package/lib/core/Designer/ToolBarModal/ToolBtn/index.js +3 -28
  191. package/lib/core/Designer/ToolBarModal/ToolBtn/index.less +1 -2
  192. package/lib/core/Designer/ToolBarModal/index.js +27 -69
  193. package/lib/core/Designer/ToolBarModal/index.less +2 -3
  194. package/lib/core/Designer/index.js +2 -26
  195. package/lib/core/Renderer/index.js +29 -74
  196. package/lib/decorator/compositeDecorator.js +6 -33
  197. package/lib/decorator/metaDecorator.js +1 -1
  198. package/lib/locale/en/en.json +3 -17
  199. package/lib/locale/es/es.json +3 -17
  200. package/lib/locale/id/id.json +3 -17
  201. package/lib/meta-comp/components/Image/index.js +25 -31
  202. package/lib/meta-comp/components/Text/index.js +1 -4
  203. package/lib/meta-comp/components/Text/index.less +0 -8
  204. package/lib/meta-comp/config-panels/ImageConfig/index.js +44 -48
  205. package/lib/meta-comp/config-panels/TextConfig/index.js +1 -1
  206. package/lib/mobx/Frame.js +2 -17
  207. package/lib/mobx/index.js +3 -9
  208. package/lib/utils/androidUtil.js +2 -13
  209. package/lib/utils/businessUtil.js +3 -25
  210. package/lib/utils/commonUtil.js +22 -177
  211. package/lib/utils/coreUtil.js +2 -45
  212. package/lib/utils/currencyUtil.js +2 -9
  213. package/package.json +1 -2
  214. package/es/assets/fonts/Trueno-Light.otf +0 -0
  215. package/es/assets/fonts/Trueno-Regular.otf +0 -0
  216. package/es/assets/fonts/TruenoBd.otf +0 -0
  217. package/es/assets/images/layout-icon/walletLayout2.png +0 -0
  218. package/es/assets/images/layout-icon/walletNuriLayout1.png +0 -0
  219. package/es/common/AffiliateProductModal/index.js +0 -582
  220. package/es/common/AffiliateProductModal/index.less +0 -146
  221. package/es/common/CardCarousel/index.js +0 -171
  222. package/es/common/CardCarousel/index.less +0 -28
  223. package/es/common/CropperModal/index.js +0 -126
  224. package/es/common/CropperModal/index.less +0 -29
  225. package/es/common/MyModal/index.js +0 -417
  226. package/es/common/MyModal/index.less +0 -74
  227. package/es/common/UrlPicker/AnchorModal/index.js +0 -170
  228. package/es/common/UrlPicker/AnchorModal/index.less +0 -21
  229. package/es/composite-comp/bol/components/WalletNuri/defaultJSON.js +0 -148
  230. package/es/composite-comp/bol/components/WalletNuri/index.js +0 -84
  231. package/es/composite-comp/bol/components/WalletNuri/mobile/index.js +0 -366
  232. package/es/composite-comp/bol/components/WalletNuri/mobile/index.less +0 -22
  233. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.js +0 -201
  234. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.less +0 -9
  235. package/es/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/defaultImg.png +0 -0
  236. package/es/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.js +0 -100
  237. package/es/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.less +0 -72
  238. package/es/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.js +0 -123
  239. package/es/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less +0 -0
  240. package/es/composite-comp/bol/config-panels/WalletNuriConfig/imgs/defaultImg.png +0 -0
  241. package/es/composite-comp/bol/config-panels/WalletNuriConfig/index.js +0 -61
  242. package/es/composite-comp/bol/second-config-panels/WalletNuriSecondConfig/index.js +0 -152
  243. package/es/composite-comp/common/components/AffiliateProductItem/imgs/icon-Balance2.svg +0 -9
  244. package/es/composite-comp/common/components/AffiliateProductItem/imgs/icon-Koin.svg +0 -40
  245. package/es/composite-comp/common/components/AffiliateProductItem/index.js +0 -168
  246. package/es/composite-comp/common/components/AffiliateProductItem/index.less +0 -129
  247. package/es/composite-comp/dito/components/AffiliateRecommend/defaultJSON.js +0 -243
  248. package/es/composite-comp/dito/components/AffiliateRecommend/index.js +0 -90
  249. package/es/composite-comp/dito/components/AffiliateRecommend/mobile/index.js +0 -660
  250. package/es/composite-comp/dito/components/AffiliateRecommend/mobile/index.less +0 -84
  251. package/es/composite-comp/dito/components/AffiliateRecommend/pc/index.js +0 -728
  252. package/es/composite-comp/dito/components/AffiliateRecommend/pc/index.less +0 -124
  253. package/es/composite-comp/dito/components/CommonFunctions/defaultJSON.js +0 -92
  254. package/es/composite-comp/dito/components/CommonFunctions/index.js +0 -84
  255. package/es/composite-comp/dito/components/CommonFunctions/mobile/index.js +0 -107
  256. package/es/composite-comp/dito/components/CommonFunctions/mobile/index.less +0 -30
  257. package/es/composite-comp/dito/components/HeadNavigation/defaultJSON.js +0 -102
  258. package/es/composite-comp/dito/components/HeadNavigation/index.js +0 -84
  259. package/es/composite-comp/dito/components/HeadNavigation/mobile/index.js +0 -112
  260. package/es/composite-comp/dito/components/HeadNavigation/mobile/index.less +0 -34
  261. package/es/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.js +0 -206
  262. package/es/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.less +0 -25
  263. package/es/composite-comp/dito/components/MenuNavigation/defaultJSON.js +0 -107
  264. package/es/composite-comp/dito/components/MenuNavigation/index.js +0 -84
  265. package/es/composite-comp/dito/components/MenuNavigation/mobile/index.js +0 -87
  266. package/es/composite-comp/dito/components/MenuNavigation/mobile/index.less +0 -8
  267. package/es/composite-comp/dito/components/Orders/defaultJSON.js +0 -89
  268. package/es/composite-comp/dito/components/Orders/index.js +0 -84
  269. package/es/composite-comp/dito/components/Orders/mobile/index.js +0 -345
  270. package/es/composite-comp/dito/components/Orders/mobile/index.less +0 -82
  271. package/es/composite-comp/dito/components/PersonalInformation/defaultJSON.js +0 -95
  272. package/es/composite-comp/dito/components/PersonalInformation/index.js +0 -84
  273. package/es/composite-comp/dito/components/PersonalInformation/mobile/images/avatar.png +0 -0
  274. package/es/composite-comp/dito/components/PersonalInformation/mobile/index.js +0 -568
  275. package/es/composite-comp/dito/components/PersonalInformation/mobile/index.less +0 -133
  276. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.js +0 -102
  277. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.less +0 -0
  278. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.js +0 -148
  279. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.less +0 -16
  280. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/imgs/defaultImg.png +0 -0
  281. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/index.js +0 -141
  282. package/es/composite-comp/dito/config-panels/CommonFunctionsConfig/ConfigGroup/index.js +0 -128
  283. package/es/composite-comp/dito/config-panels/CommonFunctionsConfig/index.js +0 -113
  284. package/es/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.js +0 -203
  285. package/es/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.less +0 -72
  286. package/es/composite-comp/dito/config-panels/HeadNavigationConfig/HeadNavConfigImageGroup/index.js +0 -142
  287. package/es/composite-comp/dito/config-panels/HeadNavigationConfig/index.js +0 -121
  288. package/es/composite-comp/dito/config-panels/HeadNavigationConfig/index.less +0 -23
  289. package/es/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.js +0 -203
  290. package/es/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.less +0 -72
  291. package/es/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.js +0 -137
  292. package/es/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.less +0 -6
  293. package/es/composite-comp/dito/config-panels/MenuNavigationConfig/index.js +0 -40
  294. package/es/composite-comp/dito/config-panels/OrdersConfig/ConfigGroup/index.js +0 -131
  295. package/es/composite-comp/dito/config-panels/OrdersConfig/index.js +0 -114
  296. package/es/composite-comp/dito/config-panels/PersonalInformationConfig/ConfigGroup/index.js +0 -131
  297. package/es/composite-comp/dito/config-panels/PersonalInformationConfig/index.js +0 -118
  298. package/es/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/AIRecommendation/index.js +0 -431
  299. package/es/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.js +0 -214
  300. package/es/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.less +0 -15
  301. package/es/composite-comp/dito/second-config-panels/CommonFunctionsSecondConfig/index.js +0 -122
  302. package/es/composite-comp/dito/second-config-panels/CommonFunctionsSecondConfig/index.less +0 -0
  303. package/es/composite-comp/dito/second-config-panels/HeadNavigationSecondConfig/index.js +0 -127
  304. package/es/composite-comp/dito/second-config-panels/MenuNavigationSecondConfig/index.js +0 -127
  305. package/es/composite-comp/dito/second-config-panels/OrdersSecondConfig/index.js +0 -148
  306. package/es/composite-comp/dito/second-config-panels/OrdersSecondConfig/index.less +0 -9
  307. package/es/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.js +0 -143
  308. package/es/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.less +0 -9
  309. package/es/core/Designer/ChatRobot/components/SearchCondition/index.js +0 -128
  310. package/es/core/Designer/ChatRobot/components/SearchCondition/index.less +0 -33
  311. package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.js +0 -77
  312. package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.less +0 -27
  313. package/es/core/Designer/ToolBarModal/ToolBtn/images/AlignCenterSVG.js +0 -40
  314. package/es/core/Designer/ToolBarModal/ToolBtn/images/AlignLeftSVG.js +0 -40
  315. package/es/core/Designer/ToolBarModal/ToolBtn/images/AlignRightSVG.js +0 -40
  316. package/es/meta-comp/components/Text/formats/textAlign.js +0 -58
  317. package/es/mobx/UserState.js +0 -144
  318. package/lib/assets/fonts/Trueno-Light.otf +0 -0
  319. package/lib/assets/fonts/Trueno-Regular.otf +0 -0
  320. package/lib/assets/fonts/TruenoBd.otf +0 -0
  321. package/lib/assets/images/layout-icon/walletLayout2.png +0 -0
  322. package/lib/assets/images/layout-icon/walletNuriLayout1.png +0 -0
  323. package/lib/common/AffiliateProductModal/index.js +0 -582
  324. package/lib/common/AffiliateProductModal/index.less +0 -146
  325. package/lib/common/CardCarousel/index.js +0 -171
  326. package/lib/common/CardCarousel/index.less +0 -28
  327. package/lib/common/CropperModal/index.js +0 -126
  328. package/lib/common/CropperModal/index.less +0 -29
  329. package/lib/common/MyModal/index.js +0 -417
  330. package/lib/common/MyModal/index.less +0 -74
  331. package/lib/common/UrlPicker/AnchorModal/index.js +0 -170
  332. package/lib/common/UrlPicker/AnchorModal/index.less +0 -21
  333. package/lib/composite-comp/bol/components/WalletNuri/defaultJSON.js +0 -148
  334. package/lib/composite-comp/bol/components/WalletNuri/index.js +0 -84
  335. package/lib/composite-comp/bol/components/WalletNuri/mobile/index.js +0 -366
  336. package/lib/composite-comp/bol/components/WalletNuri/mobile/index.less +0 -22
  337. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.js +0 -201
  338. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.less +0 -9
  339. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/defaultImg.png +0 -0
  340. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.js +0 -100
  341. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.less +0 -72
  342. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.js +0 -123
  343. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less +0 -0
  344. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/imgs/defaultImg.png +0 -0
  345. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/index.js +0 -61
  346. package/lib/composite-comp/bol/second-config-panels/WalletNuriSecondConfig/index.js +0 -152
  347. package/lib/composite-comp/common/components/AffiliateProductItem/imgs/icon-Balance2.svg +0 -9
  348. package/lib/composite-comp/common/components/AffiliateProductItem/imgs/icon-Koin.svg +0 -40
  349. package/lib/composite-comp/common/components/AffiliateProductItem/index.js +0 -168
  350. package/lib/composite-comp/common/components/AffiliateProductItem/index.less +0 -129
  351. package/lib/composite-comp/dito/components/AffiliateRecommend/defaultJSON.js +0 -243
  352. package/lib/composite-comp/dito/components/AffiliateRecommend/index.js +0 -90
  353. package/lib/composite-comp/dito/components/AffiliateRecommend/mobile/index.js +0 -660
  354. package/lib/composite-comp/dito/components/AffiliateRecommend/mobile/index.less +0 -84
  355. package/lib/composite-comp/dito/components/AffiliateRecommend/pc/index.js +0 -728
  356. package/lib/composite-comp/dito/components/AffiliateRecommend/pc/index.less +0 -124
  357. package/lib/composite-comp/dito/components/CommonFunctions/defaultJSON.js +0 -92
  358. package/lib/composite-comp/dito/components/CommonFunctions/index.js +0 -84
  359. package/lib/composite-comp/dito/components/CommonFunctions/mobile/index.js +0 -107
  360. package/lib/composite-comp/dito/components/CommonFunctions/mobile/index.less +0 -30
  361. package/lib/composite-comp/dito/components/HeadNavigation/defaultJSON.js +0 -102
  362. package/lib/composite-comp/dito/components/HeadNavigation/index.js +0 -84
  363. package/lib/composite-comp/dito/components/HeadNavigation/mobile/index.js +0 -112
  364. package/lib/composite-comp/dito/components/HeadNavigation/mobile/index.less +0 -34
  365. package/lib/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.js +0 -206
  366. package/lib/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.less +0 -25
  367. package/lib/composite-comp/dito/components/MenuNavigation/defaultJSON.js +0 -107
  368. package/lib/composite-comp/dito/components/MenuNavigation/index.js +0 -84
  369. package/lib/composite-comp/dito/components/MenuNavigation/mobile/index.js +0 -87
  370. package/lib/composite-comp/dito/components/MenuNavigation/mobile/index.less +0 -8
  371. package/lib/composite-comp/dito/components/Orders/defaultJSON.js +0 -89
  372. package/lib/composite-comp/dito/components/Orders/index.js +0 -84
  373. package/lib/composite-comp/dito/components/Orders/mobile/index.js +0 -345
  374. package/lib/composite-comp/dito/components/Orders/mobile/index.less +0 -82
  375. package/lib/composite-comp/dito/components/PersonalInformation/defaultJSON.js +0 -95
  376. package/lib/composite-comp/dito/components/PersonalInformation/index.js +0 -84
  377. package/lib/composite-comp/dito/components/PersonalInformation/mobile/images/avatar.png +0 -0
  378. package/lib/composite-comp/dito/components/PersonalInformation/mobile/index.js +0 -568
  379. package/lib/composite-comp/dito/components/PersonalInformation/mobile/index.less +0 -133
  380. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.js +0 -102
  381. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.less +0 -0
  382. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.js +0 -148
  383. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.less +0 -16
  384. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/imgs/defaultImg.png +0 -0
  385. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/index.js +0 -141
  386. package/lib/composite-comp/dito/config-panels/CommonFunctionsConfig/ConfigGroup/index.js +0 -128
  387. package/lib/composite-comp/dito/config-panels/CommonFunctionsConfig/index.js +0 -113
  388. package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.js +0 -203
  389. package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.less +0 -72
  390. package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/HeadNavConfigImageGroup/index.js +0 -142
  391. package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/index.js +0 -121
  392. package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/index.less +0 -23
  393. package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.js +0 -203
  394. package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.less +0 -72
  395. package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.js +0 -137
  396. package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.less +0 -6
  397. package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/index.js +0 -40
  398. package/lib/composite-comp/dito/config-panels/OrdersConfig/ConfigGroup/index.js +0 -131
  399. package/lib/composite-comp/dito/config-panels/OrdersConfig/index.js +0 -114
  400. package/lib/composite-comp/dito/config-panels/PersonalInformationConfig/ConfigGroup/index.js +0 -131
  401. package/lib/composite-comp/dito/config-panels/PersonalInformationConfig/index.js +0 -118
  402. package/lib/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/AIRecommendation/index.js +0 -431
  403. package/lib/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.js +0 -214
  404. package/lib/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.less +0 -15
  405. package/lib/composite-comp/dito/second-config-panels/CommonFunctionsSecondConfig/index.js +0 -122
  406. package/lib/composite-comp/dito/second-config-panels/CommonFunctionsSecondConfig/index.less +0 -0
  407. package/lib/composite-comp/dito/second-config-panels/HeadNavigationSecondConfig/index.js +0 -127
  408. package/lib/composite-comp/dito/second-config-panels/MenuNavigationSecondConfig/index.js +0 -127
  409. package/lib/composite-comp/dito/second-config-panels/OrdersSecondConfig/index.js +0 -148
  410. package/lib/composite-comp/dito/second-config-panels/OrdersSecondConfig/index.less +0 -9
  411. package/lib/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.js +0 -143
  412. package/lib/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.less +0 -9
  413. package/lib/core/Designer/ChatRobot/components/SearchCondition/index.js +0 -128
  414. package/lib/core/Designer/ChatRobot/components/SearchCondition/index.less +0 -33
  415. package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.js +0 -77
  416. package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.less +0 -27
  417. package/lib/core/Designer/ToolBarModal/ToolBtn/images/AlignCenterSVG.js +0 -40
  418. package/lib/core/Designer/ToolBarModal/ToolBtn/images/AlignLeftSVG.js +0 -40
  419. package/lib/core/Designer/ToolBarModal/ToolBtn/images/AlignRightSVG.js +0 -40
  420. package/lib/meta-comp/components/Text/formats/textAlign.js +0 -58
  421. package/lib/mobx/UserState.js +0 -144
@@ -1,234 +1,293 @@
1
1
  .image-text-mobile {
2
- padding: 0.34rem 0;
3
- }
4
- .image-text-mobile .headline {
5
- margin-bottom: 0.16rem;
6
- }
7
- .image-text-mobile .subtitle {
8
- margin-bottom: 0.72rem;
9
- }
10
- .image-text-mobile .group-wrap .one-card .card-btn-wrap .card-first-btn,
11
- .image-text-mobile .group-wrap .one-card .card-btn-wrap .card-second-btn {
12
- width: fit-content;
13
- }
14
- .image-text-mobile .btn-wrap {
15
- display: flex;
16
- width: 100%;
17
- justify-content: center;
18
- }
19
- .image-text-mobile .btn-wrap .first-btn {
20
- margin-top: 0.72rem;
21
- }
22
- .image-text-mobile .btn-wrap .second-btn {
23
- margin-top: 0.72rem;
24
- margin-left: 0.24rem;
25
- }
26
- .normal1 .group-wrap {
27
- padding: 0 0.3rem;
28
- width: 100%;
29
- }
30
- .normal1 .group-wrap .one-card {
31
- display: flex;
32
- align-items: stretch;
33
- padding: 0.36rem;
34
- margin-bottom: 0.16rem;
35
- }
36
- .normal1 .group-wrap .one-card:last-of-type {
37
- margin-bottom: 0;
38
- }
39
- .normal1 .group-wrap .one-card .card-image-wrap {
40
- flex-shrink: 0;
41
- margin-right: 0.24rem;
42
- }
43
- .normal1 .group-wrap .one-card .card-content-wrap {
44
- flex: 1;
45
- display: flex;
46
- flex-direction: column;
47
- justify-content: center;
48
- }
49
- .normal1 .group-wrap .one-card .card-content-wrap .card-title {
50
- margin-bottom: 0.12rem;
51
- text-align: left !important;
52
- }
53
- .normal1 .group-wrap .one-card .card-content-wrap .card-text {
54
- margin-bottom: 0.24rem;
55
- text-align: left !important;
56
- }
57
- .normal1 .group-wrap .one-card .card-content-wrap .card-btn-wrap {
58
- display: flex;
59
- }
60
- .normal1 .group-wrap .one-card .card-content-wrap .card-btn-wrap .card-second-btn {
61
- margin-left: 0.24rem;
62
- }
63
- .normal2 .group-wrap {
64
- width: 100%;
65
- padding: 0 0.3rem;
66
- }
67
- .normal2 .group-wrap .one-card {
68
- width: 100%;
69
- padding: 0.4rem 0.32rem;
70
- margin-bottom: 0.72rem;
71
- }
72
- .normal2 .group-wrap .one-card:last-of-type {
73
- margin-bottom: 0;
74
- }
75
- .normal2 .group-wrap .one-card .card-image-wrap .card-image {
76
- width: fit-content;
77
- margin: 0 auto;
78
- }
79
- .normal2 .group-wrap .one-card .card-content-wrap .card-title {
80
- margin-bottom: 0.16rem;
81
- }
82
- .normal2 .group-wrap .one-card .card-content-wrap .card-text {
83
- margin-bottom: 0.32rem;
84
- }
85
- .normal2 .group-wrap .one-card .card-content-wrap .card-btn-wrap {
86
- display: flex;
87
- }
88
- .normal2 .group-wrap .one-card .card-content-wrap .card-btn-wrap .card-second-btn {
89
- margin-left: 0.24rem;
90
- }
91
- .normal3 .group-wrap {
92
- display: flex;
93
- flex-wrap: wrap;
94
- width: 100%;
95
- padding: 0 0.3rem;
96
- }
97
- .normal3 .group-wrap .one-card {
98
- display: flex;
99
- flex-direction: column;
100
- }
101
- .normal3 .group-wrap .one-card .card-image-wrap {
102
- width: 100%;
103
- padding: 0.16rem;
104
- }
105
- .normal3 .group-wrap .one-card .card-image-wrap .card-image {
106
- width: fit-content;
107
- margin: 0 auto;
108
- }
109
- .normal3 .group-wrap .one-card .card-title {
110
- margin-bottom: 0.08rem;
111
- }
112
- .normal3 .group-wrap .one-card .card-text {
113
- margin-bottom: 0.14rem;
114
- }
115
- .normal3 .group-wrap .one-card .card-btn-wrap {
116
- display: flex;
117
- flex-direction: column;
118
- }
119
- .normal3 .group-wrap .one-card .card-first-btn,
120
- .normal3 .group-wrap .one-card .card-second-btn {
121
- margin-bottom: 0.16rem;
122
- }
123
- .normal3 .group-wrap .card-margin-bottom {
124
- margin-bottom: 0.2rem;
125
- }
126
- .outsideM .group-wrap {
127
- padding: 0 0.3rem;
128
- width: 100%;
129
- }
130
- .outsideM .group-wrap .one-card {
131
- margin-top: 0.7rem;
132
- position: relative;
133
- padding: 0.6rem 0.2rem 0.4rem 0.72rem;
134
- }
135
- .outsideM .group-wrap .one-card .card-image-wrap {
136
- position: absolute;
137
- left: 0.36rem;
138
- top: 0;
139
- transform: translateY(-50%);
140
- }
141
- .outsideM .group-wrap .one-card .card-content-wrap .card-title {
142
- margin-bottom: 0.08rem;
143
- text-align: left !important;
144
- }
145
- .outsideM .group-wrap .one-card .card-content-wrap .card-text {
146
- margin-bottom: 0.24rem;
147
- text-align: left !important;
148
- }
149
- .outsideM .group-wrap .one-card .card-content-wrap .card-btn-wrap {
150
- display: flex;
151
- }
152
- .outsideM .group-wrap .one-card .card-content-wrap .card-btn-wrap .card-second-btn {
153
- margin-left: 0.24rem;
154
- }
155
- .centerM .group-wrap {
156
- position: relative;
157
- width: 100%;
158
- }
159
- .centerM .group-wrap::before {
160
- content: '';
161
- position: absolute;
162
- width: 0.02rem;
163
- height: 100%;
164
- border-right: 0.02rem dashed #D2D9E5;
165
- left: 50%;
166
- transform: translateX(-50%);
167
- }
168
- .centerM .group-wrap .one-card {
169
- width: calc((100% - 0.02rem)/2);
170
- position: relative;
171
- padding: 0 0.28rem 0.32rem;
172
- }
173
- .centerM .group-wrap .one-card::before {
174
- content: '';
175
- position: absolute;
176
- border-radius: 50%;
177
- background: #2F54EB;
178
- width: 0.2rem;
179
- height: 0.2rem;
180
- z-index: 10;
181
- border: 0.04rem solid #CCE3FF;
182
- }
183
- .centerM .group-wrap .one-card:nth-of-type(2n-1) {
184
- left: 0;
185
- }
186
- .centerM .group-wrap .one-card:nth-of-type(2n-1)::before {
187
- right: -0.1rem;
188
- top: 0.1rem;
189
- }
190
- .centerM .group-wrap .one-card:nth-of-type(2n-1) .card-content-wrap {
191
- display: flex;
192
- flex-direction: column;
193
- align-items: flex-end;
194
- }
195
- .centerM .group-wrap .one-card:nth-of-type(2n-1) .card-content-wrap .card-title,
196
- .centerM .group-wrap .one-card:nth-of-type(2n-1) .card-content-wrap .card-text {
197
- text-align: right !important;
198
- }
199
- .centerM .group-wrap .one-card:nth-of-type(2n-1) .card-content-wrap .image-subtext-wrap {
200
- flex-direction: row-reverse;
201
- }
202
- .centerM .group-wrap .one-card:nth-of-type(2n-1) .card-content-wrap .image-subtext-wrap .card-image-wrap {
203
- margin-left: 0.16rem;
204
- }
205
- .centerM .group-wrap .one-card:nth-of-type(2n-1) .card-content-wrap .card-btn-wrap {
206
- display: flex;
207
- flex-direction: column;
208
- align-items: flex-end;
209
- }
210
- .centerM .group-wrap .one-card:nth-of-type(2n) {
211
- left: 50%;
212
- }
213
- .centerM .group-wrap .one-card:nth-of-type(2n)::before {
214
- left: -0.1rem;
215
- top: 0.1rem;
216
- }
217
- .centerM .group-wrap .one-card:nth-of-type(2n) .card-content-wrap .card-title,
218
- .centerM .group-wrap .one-card:nth-of-type(2n) .card-content-wrap .card-text {
219
- text-align: left !important;
220
- }
221
- .centerM .group-wrap .one-card:nth-of-type(2n) .card-content-wrap .image-subtext-wrap .card-image-wrap {
222
- margin-right: 0.16rem;
223
- }
224
- .centerM .group-wrap .one-card .card-content-wrap .card-title {
225
- margin-bottom: 0.2rem;
226
- }
227
- .centerM .group-wrap .one-card .card-content-wrap .image-subtext-wrap {
228
- display: flex;
229
- margin-bottom: 0.4rem;
230
- align-items: center;
231
- }
232
- .centerM .group-wrap .one-card .card-content-wrap .card-btn-wrap .card-second-btn {
233
- margin-top: 0.24rem;
234
- }
2
+ // display: flex;
3
+ // flex-direction: column;
4
+ padding: 17px 0;
5
+ .headline {
6
+ margin-bottom: 8px;
7
+ }
8
+ .subtitle {
9
+ margin-bottom: 36px;
10
+ }
11
+ .group-wrap .one-card .card-btn-wrap {
12
+ .card-first-btn, .card-second-btn {
13
+ width: fit-content;
14
+ }
15
+ }
16
+
17
+ .btn-wrap {
18
+ display: flex;
19
+ width: 100%;
20
+ justify-content: center;
21
+
22
+ .first-btn {
23
+ margin-top: 36px;
24
+ }
25
+ .second-btn {
26
+ margin-top: 36px;
27
+ margin-left: 12px;
28
+ }
29
+ }
30
+ }
31
+ .normal1 {
32
+ .group-wrap {
33
+ padding: 0 15px;
34
+ width: 100%;
35
+ .one-card {
36
+ display: flex;
37
+ align-items: stretch;
38
+ padding: 18px;
39
+ margin-bottom: 8px;
40
+ &:last-of-type {
41
+ margin-bottom: 0;
42
+ }
43
+ .card-image-wrap {
44
+ flex-shrink: 0;
45
+ margin-right: 12px;
46
+ }
47
+ .card-content-wrap {
48
+ flex: 1;
49
+ display: flex;
50
+ flex-direction: column;
51
+ justify-content: center;
52
+ .card-title {
53
+ margin-bottom: 6px;
54
+ text-align: left !important;
55
+ }
56
+ .card-text {
57
+ margin-bottom: 12px;
58
+ text-align: left !important;
59
+ }
60
+ .card-btn-wrap {
61
+ display: flex;
62
+ .card-second-btn {
63
+ margin-left: 12px;
64
+ }
65
+ }
66
+ }
67
+ }
68
+ }
69
+ }
70
+
71
+ .normal2 {
72
+ .group-wrap {
73
+ width: 100%;
74
+ padding: 0 15px;
75
+ .one-card {
76
+ width: 100%;
77
+ padding: 20px 16px;
78
+ margin-bottom: 36px;
79
+ &:last-of-type {
80
+ margin-bottom: 0;
81
+ }
82
+ .card-image-wrap {
83
+ .card-image {
84
+ width: fit-content;
85
+ margin: 0 auto;
86
+ }
87
+ }
88
+ .card-content-wrap {
89
+ .card-title {
90
+ margin-bottom: 8px;
91
+ }
92
+ .card-text {
93
+ margin-bottom: 16px;
94
+ }
95
+ .card-btn-wrap {
96
+ display: flex;
97
+ .card-second-btn {
98
+ margin-left: 12px;
99
+ }
100
+ }
101
+ }
102
+ }
103
+ }
104
+ }
105
+ .normal3 {
106
+ .group-wrap {
107
+ display: flex;
108
+ // margin-bottom: 36px;
109
+ // margin-top: 36px;
110
+ flex-wrap: wrap;
111
+ width: 100%;
112
+ padding: 0 15px;
113
+
114
+ .one-card {
115
+ display: flex;
116
+ flex-direction: column;
117
+ .card-image-wrap {
118
+ width: 100%;
119
+ padding: 8px;
120
+ .card-image {
121
+ // max-height: 107px;
122
+ width: fit-content;
123
+ margin: 0 auto;
124
+ }
125
+ }
126
+
127
+ .card-title {
128
+ margin-bottom: 4px;
129
+ }
130
+
131
+ .card-text {
132
+ margin-bottom: 7px;
133
+ }
134
+ .card-btn-wrap {
135
+ display: flex;
136
+ flex-direction: column;
137
+ }
138
+
139
+ .card-first-btn, .card-second-btn {
140
+ margin-bottom: 8px;
141
+ }
142
+ }
143
+ .card-margin-bottom {
144
+ margin-bottom: 10px;
145
+ }
146
+ }
147
+ }
148
+
149
+ .outsideM {
150
+ .group-wrap {
151
+ padding: 0 15px;
152
+ width: 100%;
153
+ .one-card {
154
+ margin-top: 35px;
155
+ position: relative;
156
+ padding: 30px 10px 20px 36px;
157
+ .card-image-wrap {
158
+ position: absolute;
159
+ left: 18px;
160
+ top: 0;
161
+ transform: translateY(-50%);
162
+ }
163
+ .card-content-wrap {
164
+ .card-title {
165
+ margin-bottom: 4px;
166
+ text-align: left !important;
167
+ }
168
+ .card-text {
169
+ margin-bottom: 12px;
170
+ text-align: left !important;
171
+ }
172
+ .card-btn-wrap {
173
+ display: flex;
174
+ .card-second-btn {
175
+ margin-left: 12px;
176
+ }
177
+ }
178
+ }
179
+ }
180
+ }
181
+ }
182
+
183
+ .centerM {
184
+ .group-wrap {
185
+ position: relative;
186
+ width: 100%;
187
+ &::before {
188
+ content: '';
189
+ position: absolute;
190
+ width: 1px;
191
+ height: 100%;
192
+ border-right: 1px dashed #D2D9E5;
193
+ left: 50%;
194
+ transform: translateX(-50%);
195
+ }
196
+ .one-card {
197
+ width: calc((100% - 1px)/2);
198
+ position: relative;
199
+ padding: 0 14px 16px;
200
+ &::before {
201
+ content: '';
202
+ position: absolute;
203
+ border-radius: 50%;
204
+ background: #2F54EB;
205
+ width: 10px;
206
+ height: 10px;
207
+ z-index: 10;
208
+ border: 2px solid #CCE3FF;
209
+ }
210
+ // &::before {
211
+ // opacity: 0.2;
212
+ // width: 10px;
213
+ // height: 10px;
214
+ // }
215
+ &:nth-of-type(2n-1) {
216
+ left: 0;
217
+ &::before {
218
+ right: -5px;
219
+ top: 5px;
220
+ }
221
+ // &::after {
222
+ // right: -3px;
223
+ // top: 7px;
224
+ // }
225
+ .card-content-wrap {
226
+ display: flex;
227
+ flex-direction: column;
228
+ align-items: flex-end;
229
+ .card-title, .card-text {
230
+ text-align: right !important;
231
+ }
232
+ .image-subtext-wrap {
233
+ flex-direction: row-reverse;
234
+ .card-image-wrap {
235
+ margin-left: 8px;
236
+ }
237
+ // .card-text {
238
+ // .m-meta-text {
239
+ // text-align: right !important;
240
+ // }
241
+ // }
242
+ }
243
+ .card-btn-wrap {
244
+ display: flex;
245
+ flex-direction: column;
246
+ align-items: flex-end;
247
+ }
248
+ }
249
+ }
250
+ &:nth-of-type(2n) {
251
+ left: 50%;
252
+ &::before {
253
+ left: -5px;
254
+ top: 5px;
255
+ }
256
+ // &::after {
257
+ // left: -3px;
258
+ // top: 7px;
259
+ // }
260
+ .card-content-wrap {
261
+ .card-title, .card-text {
262
+ text-align: left !important;
263
+ }
264
+ .image-subtext-wrap {
265
+ .card-image-wrap {
266
+ margin-right: 8px;
267
+ }
268
+ // .card-text {
269
+ // .m-meta-text {
270
+ // text-align: left !important;
271
+ // }
272
+ // }
273
+ }
274
+ }
275
+ }
276
+ .card-content-wrap {
277
+ .card-title {
278
+ margin-bottom: 10px;
279
+ }
280
+ .image-subtext-wrap {
281
+ display: flex;
282
+ margin-bottom: 20px;
283
+ align-items: center;
284
+ }
285
+ .card-btn-wrap {
286
+ .card-second-btn {
287
+ margin-top: 12px;
288
+ }
289
+ }
290
+ }
291
+ }
292
+ }
293
+ }
@@ -91,7 +91,8 @@ function (_super) {
91
91
 
92
92
 
93
93
  Video.prototype.render = function () {
94
- var nodeData = this.props.nodeData;
94
+ var nodeData = this.props.nodeData; // console.log('---Video', nodeData);
95
+
95
96
  return /*#__PURE__*/_react["default"].createElement("div", null, window.magicDesign.device === 'pc' ? /*#__PURE__*/_react["default"].createElement(_pc["default"], {
96
97
  data: nodeData
97
98
  }) : /*#__PURE__*/_react["default"].createElement(_mobile["default"], {
@@ -1,24 +1,30 @@
1
1
  .video-layout1-wrap {
2
2
  display: flex;
3
3
  flex-direction: column;
4
- }
5
- .video-layout1-wrap .video-item-wrap {
6
- height: 4.24rem;
7
- position: relative;
8
- margin-bottom: 0.2rem;
9
- }
10
- .video-layout1-wrap .video-item-wrap:last-child {
11
- margin-bottom: 0;
12
- }
13
- .video-layout1-wrap .video-item-wrap .play-btn {
14
- position: absolute;
15
- top: 50%;
16
- left: 50%;
17
- transform: translate(-50%, -50%);
18
- z-index: 1;
19
- cursor: pointer;
20
- }
21
- .video-layout1-wrap .video-item-wrap .play-btn img {
22
- width: 100%;
23
- height: 100%;
24
- }
4
+
5
+ .video-item-wrap {
6
+ height: 212px;
7
+ position: relative;
8
+ margin-bottom: 10px;
9
+
10
+ &:last-child{
11
+ margin-bottom: 0;
12
+ }
13
+
14
+ .play-btn {
15
+ position: absolute;
16
+ top: 50%;
17
+ left: 50%;
18
+ transform: translate(-50%, -50%);
19
+ // width: 60px;
20
+ // height: 60px;
21
+ z-index: 1;
22
+ cursor: pointer;
23
+
24
+ img {
25
+ width: 100%;
26
+ height: 100%;
27
+ }
28
+ }
29
+ }
30
+ }