@fonixtree/magic-design 2.0.216 → 2.0.221
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/es/assets/less/button.less +37 -0
- package/es/assets/less/common.less +131 -0
- package/es/assets/less/cylon-antd.less +32456 -0
- package/es/assets/less/datepicker.less +13 -0
- package/es/assets/less/font.less +151 -0
- package/es/assets/less/form.less +10 -0
- package/es/assets/less/global.less +13 -0
- package/es/assets/less/index.less +13 -0
- package/es/assets/less/input.less +26 -0
- package/es/assets/less/menu.less +24 -0
- package/es/assets/less/modal.less +25 -0
- package/es/assets/less/select.less +32 -0
- package/es/assets/less/slider.less +69 -0
- package/es/assets/less/switch.less +20 -0
- package/es/assets/less/table.less +52 -0
- package/es/assets/less/variables.less +4 -0
- package/es/common/AffiliateProductModal/index.js +2 -0
- package/es/common/AffiliateProductModal/index.less +146 -0
- package/es/common/AlignSelector/index.js +2 -0
- package/es/common/AlignSelector/index.less +28 -0
- package/es/common/Button/index.js +2 -0
- package/es/common/Button/index.less +72 -0
- package/es/common/ButtonIconLayout/index.js +2 -0
- package/es/common/ButtonIconLayout/index.less +55 -0
- package/es/common/CardCarousel/index.js +2 -0
- package/es/common/CardCarousel/index.less +28 -0
- package/es/common/Carousel/index.js +2 -0
- package/es/common/Collapse/index.js +2 -0
- package/es/common/Collapse/index.less +100 -0
- package/es/common/ColorPicker/index.js +2 -0
- package/es/common/ColorPicker/index.less +26 -0
- package/es/common/ColorPickerInput/index.js +2 -0
- package/es/common/ColorPickerInput/index.less +52 -0
- package/es/common/CountDown/index.js +2 -0
- package/es/common/CountDown/index.less +56 -0
- package/es/common/CropperModal/index.js +4 -0
- package/es/common/CropperModal/index.less +29 -0
- package/es/common/Field/index.js +2 -0
- package/es/common/Field/index.less +46 -0
- package/es/common/FontStyles/index.js +2 -0
- package/es/common/FontStyles/index.less +62 -0
- package/es/common/GroupList/index.js +2 -0
- package/es/common/GroupList/index.less +88 -0
- package/es/common/IconPicker/index.js +2 -0
- package/es/common/IconPicker/index.less +46 -0
- package/es/common/Iconfont/index.js +2 -0
- package/es/common/Iconfont/index.less +20 -0
- package/es/common/ImageModal/CommonSelPicCard/index.js +2 -0
- package/es/common/ImageModal/CommonSelPicCard/index.less +40 -0
- package/es/common/ImageModal/index.js +2 -0
- package/es/common/ImageModal/index.less +34 -0
- package/es/common/ImagePicker/index.js +2 -0
- package/es/common/ImagePicker/index.less +206 -0
- package/es/common/InputNumber/index.js +2 -0
- package/es/common/InputNumber/index.less +38 -0
- package/es/common/LayoutSelector/index.js +2 -0
- package/es/common/LayoutSelector/index.less +37 -0
- package/es/common/LinkModal/BundleCampaign/index.js +2 -0
- package/es/common/LinkModal/BundleCampaign/index.less +22 -0
- package/es/common/LinkModal/FilteredProductModal/index.js +2 -0
- package/es/common/LinkModal/FilteredProductModal/index.less +129 -0
- package/es/common/LinkModal/ProductDetailPage/index.js +2 -0
- package/es/common/LinkModal/ProductDetailPage/index.less +15 -0
- package/es/common/LinkModal/ProductList/index.js +2 -0
- package/es/common/LinkModal/ProductList/index.less +130 -0
- package/es/common/LinkModal/SelectVideoModal/index.js +2 -0
- package/es/common/LinkModal/SelectVideoModal/index.less +113 -0
- package/es/common/LinkModal/ShareUrl/index.js +2 -0
- package/es/common/LinkModal/ShareUrl/index.less +3 -0
- package/es/common/LinkModal/index.js +2 -0
- package/es/common/LinkModal/index.less +137 -0
- package/es/common/MessageModal/index.js +2 -0
- package/es/common/MessageModal/index.less +86 -0
- package/es/common/MonpayCountDown/index.js +2 -0
- package/es/common/MyModal/index.js +2 -0
- package/es/common/MyModal/index.less +82 -0
- package/es/common/NewImg/index.js +1 -1
- package/es/common/PopUpModal/index.js +2 -0
- package/es/common/PopUpModal/index.less +93 -0
- package/es/common/ProductCardModal/index.js +2 -0
- package/es/common/ProductCardModal/index.less +131 -0
- package/es/common/ProductFilterModal/components/FilterSearchModal/index.js +2 -0
- package/es/common/ProductFilterModal/components/FilterSearchModal/index.less +144 -0
- package/es/common/ProductFilterModal/index.js +2 -0
- package/es/common/ProductFilterModal/index.less +113 -0
- package/es/common/ProductModal/SortableImageList/index.js +2 -0
- package/es/common/ProductModal/SortableImageList/index.less +3 -0
- package/es/common/ProductModal/index.js +2 -0
- package/es/common/ProductModal/index.less +152 -0
- package/es/common/ProductSource/index.js +2 -0
- package/es/common/ProductSource/index.less +14 -0
- package/es/common/RatingText/index.js +2 -0
- package/es/common/RatingText/index.less +12 -0
- package/es/common/RcCollapse/Collapse.js +2 -0
- package/es/common/RcCollapse/index.less +108 -0
- package/es/common/RcCollapse/motion.less +12 -0
- package/es/common/SelectStoreModal/SortableImageList/index.js +2 -0
- package/es/common/SelectStoreModal/SortableImageList/index.less +3 -0
- package/es/common/SelectStoreModal/index.js +2 -0
- package/es/common/SelectStoreModal/index.less +152 -0
- package/es/common/Slider/index.js +2 -0
- package/es/common/Slider/index.less +45 -0
- package/es/common/StoreSource/index.js +2 -0
- package/es/common/StoreSource/index.less +14 -0
- package/es/common/SwiperBan/index.js +2 -0
- package/es/common/SwiperBan/index.less +25 -0
- package/es/common/SwitchCollapse/index.js +2 -0
- package/es/common/SwitchCollapse/index.less +40 -0
- package/es/common/SystemNotification/Confirm/index.js +2 -0
- package/es/common/SystemNotification/Confirm/index.less +33 -0
- package/es/common/Tag/index.js +2 -0
- package/es/common/Tag/index.less +16 -0
- package/es/common/Toast/index.js +2 -0
- package/es/common/Toast/index.less +29 -0
- package/es/common/UrlPicker/AnchorModal/index.js +2 -0
- package/es/common/UrlPicker/AnchorModal/index.less +21 -0
- package/es/common/UrlPicker/index.js +2 -0
- package/es/common/UrlPicker/index.less +86 -0
- package/es/common/Video/QualityComponent/index.js +2 -0
- package/es/common/Video/QualityComponent/index.less +78 -0
- package/es/common/Video/RateComponent/index.js +2 -0
- package/es/common/Video/RateComponent/index.less +62 -0
- package/es/common/Video/index.js +2 -0
- package/es/common/Video/index.less +70 -0
- package/es/common/VideoPC/components/index.js +2 -0
- package/es/common/VideoPC/components/index.less +62 -0
- package/es/common/VideoPC/index.js +2 -0
- package/es/common/VideoPC/index.less +79 -0
- package/es/common/VideoUpload/index.js +2 -0
- package/es/common/VideoUpload/index.less +114 -0
- package/es/composite-comp/ashita/components/WalletAshita/mobile/index.js +2 -0
- package/es/composite-comp/ashita/components/WalletAshita/pc/index.less +1 -0
- package/es/composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigSetting/index.js +2 -0
- package/es/composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigSetting/index.less +9 -0
- package/es/composite-comp/ashita/second-config-panels/WalletAshitaSecondConfig/index.js +2 -0
- package/es/composite-comp/ashita/second-config-panels/WalletAshitaSecondConfig/index.less +9 -0
- package/es/composite-comp/bol/components/Banner/mobile/index.js +2 -0
- package/es/composite-comp/bol/components/Banner/pc/index.js +2 -0
- package/es/composite-comp/bol/components/Banner/pc/index.less +91 -0
- package/es/composite-comp/bol/components/Button/index.js +2 -0
- package/es/composite-comp/bol/components/Button/index.less +47 -0
- package/es/composite-comp/bol/components/Carousel/mobile/index.js +6 -0
- package/es/composite-comp/bol/components/Carousel/pc/index.js +6 -0
- package/es/composite-comp/bol/components/Carousel/pc/index.less +117 -0
- package/es/composite-comp/bol/components/ImageGallery/mobile/index.js +2 -0
- package/es/composite-comp/bol/components/ImageGallery/pc/index.js +2 -0
- package/es/composite-comp/bol/components/ImageGallery/pc/index.less +23 -0
- package/es/composite-comp/bol/components/ImageText/mobile/index.js +2 -0
- package/es/composite-comp/bol/components/ImageText/pc/index.js +2 -0
- package/es/composite-comp/bol/components/ImageText/pc/index.less +150 -0
- package/es/composite-comp/bol/components/Newsletter/index.js +2 -0
- package/es/composite-comp/bol/components/Newsletter/index.less +75 -0
- package/es/composite-comp/bol/components/Tag/index.js +2 -0
- package/es/composite-comp/bol/components/Tag/index.less +35 -0
- package/es/composite-comp/bol/components/Text/index.less +58 -0
- package/es/composite-comp/bol/components/Video/components/ShareBtn/index.js +2 -0
- package/es/composite-comp/bol/components/Video/components/ShareBtn/index.less +51 -0
- package/es/composite-comp/bol/components/Video/components/VideoTag/index.js +2 -0
- package/es/composite-comp/bol/components/Video/components/VideoTag/index.less +88 -0
- package/es/composite-comp/bol/components/Video/mobile/Layout1/index.js +2 -0
- package/es/composite-comp/bol/components/Video/mobile/Layout2/index.js +2 -0
- package/es/composite-comp/bol/components/Video/mobile/Layout3/index.js +2 -0
- package/es/composite-comp/bol/components/Video/mobile/index.js +2 -0
- package/es/composite-comp/bol/components/Video/pc/Layout1/index.js +2 -0
- package/es/composite-comp/bol/components/Video/pc/Layout1/index.less +41 -0
- package/es/composite-comp/bol/components/Video/pc/Layout2/index.js +2 -0
- package/es/composite-comp/bol/components/Video/pc/Layout2/index.less +70 -0
- package/es/composite-comp/bol/components/Video/pc/Layout3/index.js +2 -0
- package/es/composite-comp/bol/components/Video/pc/Layout3/index.less +42 -0
- package/es/composite-comp/bol/components/Video/pc/Layout4/index.js +2 -0
- package/es/composite-comp/bol/components/Video/pc/Layout4/index.less +55 -0
- package/es/composite-comp/bol/components/Video/pc/Layout5/index.js +2 -0
- package/es/composite-comp/bol/components/Video/pc/Layout5/index.less +53 -0
- package/es/composite-comp/bol/components/Video/pc/index.js +2 -0
- package/es/composite-comp/bol/components/Video/pc/index.less +4 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +2 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +2 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.js +2 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.less +16 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +2 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +2 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.js +2 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.less +16 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +2 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
- package/es/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.js +2 -0
- package/es/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.less +16 -0
- package/es/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.js +2 -0
- package/es/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.less +9 -0
- package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
- package/es/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.less +3 -0
- package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +2 -0
- package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.less +8 -0
- package/es/composite-comp/bol/second-config-panels/TagSecondConfig/index.less +3 -0
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
- package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +2 -0
- package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.less +79 -0
- package/es/composite-comp/common/components/AffiliateProductItem/index.js +2 -0
- package/es/composite-comp/common/components/AffiliateProductItem/index.less +159 -0
- package/es/composite-comp/common/components/ImageLabel/index.js +2 -0
- package/es/composite-comp/common/components/ImageLabel/index.less +67 -0
- package/es/composite-comp/common/components/MonpayProductItem/index.js +3 -1
- package/es/composite-comp/common/components/MonpayProductItem/index.less +294 -0
- package/es/composite-comp/common/components/ProductItem/index.js +2 -0
- package/es/composite-comp/common/components/ProductItem/index.less +212 -0
- package/es/composite-comp/common/components/WatermarkLabel/index.js +2 -0
- package/es/composite-comp/common/components/WatermarkLabel/index.less +17 -0
- package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +2 -0
- package/es/composite-comp/common/config-panels/CustomizeConfig/index.less +27 -0
- package/es/composite-comp/common/config-panels/SpacingConfig/index.js +2 -0
- package/es/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
- package/es/composite-comp/dito/components/Bargain/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/Campaign/mobile/components/Bargain/index.js +2 -0
- package/es/composite-comp/dito/components/Campaign/mobile/components/CountDown/index.js +2 -0
- package/es/composite-comp/dito/components/Campaign/mobile/components/FlashSale/index.js +2 -0
- package/es/composite-comp/dito/components/Campaign/mobile/components/GroupBuy/index.js +2 -0
- package/es/composite-comp/dito/components/Campaign/mobile/components/ProductItem/index.js +2 -0
- package/es/composite-comp/dito/components/Campaign/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/CommonFunctions/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/FlashDeal/pc/ProductItem/index.js +2 -0
- package/es/composite-comp/dito/components/FlashDeal/pc/ProductItem/index.less +124 -0
- package/es/composite-comp/dito/components/FlashDeal/pc/index.js +2 -0
- package/es/composite-comp/dito/components/FlashDeal/pc/index.less +111 -0
- package/es/composite-comp/dito/components/GroupBuy/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/GroupedCarousel/pc/index.js +2 -0
- package/es/composite-comp/dito/components/GroupedCarousel/pc/index.less +65 -0
- package/es/composite-comp/dito/components/HeadNavigation/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.js +2 -0
- package/es/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.less +27 -0
- package/es/composite-comp/dito/components/MenuNavigation/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/MobileNavigation/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/News/pc/index.js +2 -0
- package/es/composite-comp/dito/components/News/pc/index.less +46 -0
- package/es/composite-comp/dito/components/PcNavigation/pc/index.js +2 -0
- package/es/composite-comp/dito/components/PcNavigation/pc/index.less +127 -0
- package/es/composite-comp/dito/components/PersonalInformation/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/PersonalInformationSecond/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/Recommend/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/Recommend/pc/index.js +2 -0
- package/es/composite-comp/dito/components/Recommend/pc/index.less +124 -0
- package/es/composite-comp/dito/components/SearchBanner/mobile/index.js +6 -0
- package/es/composite-comp/dito/components/SearchBar/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/SearchBar/pc/index.js +2 -0
- package/es/composite-comp/dito/components/SearchBar/pc/index.less +65 -0
- package/es/composite-comp/dito/components/SearchDITO/pc/components/ConfirmModal/index.js +2 -0
- package/es/composite-comp/dito/components/SearchDITO/pc/components/ConfirmModal/index.less +69 -0
- package/es/composite-comp/dito/components/SearchDITO/pc/components/Header/index.js +6 -0
- package/es/composite-comp/dito/components/SearchDITO/pc/components/Header/index.less +184 -0
- package/es/composite-comp/dito/components/SearchDITO/pc/components/VideoItem/index.js +2 -0
- package/es/composite-comp/dito/components/SearchDITO/pc/components/VideoItem/index.less +25 -0
- package/es/composite-comp/dito/components/SearchDITO/pc/index.js +6 -0
- package/es/composite-comp/dito/components/SearchDITO/pc/index.less +57 -0
- package/es/composite-comp/dito/components/SignBoard/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/SignBoard/pc/index.js +2 -0
- package/es/composite-comp/dito/components/SignBoard/pc/index.less +158 -0
- package/es/composite-comp/dito/components/SlideImage/pc/components/CardItem/index.js +2 -0
- package/es/composite-comp/dito/components/SlideImage/pc/components/CardItem/index.less +5 -0
- package/es/composite-comp/dito/components/SlideImage/pc/components/ParallaxScroll/index.js +2 -0
- package/es/composite-comp/dito/components/SlideImage/pc/components/ParallaxScroll/index.less +23 -0
- package/es/composite-comp/dito/components/SlideImage/pc/components/VideoItem/index.js +2 -0
- package/es/composite-comp/dito/components/SlideImage/pc/components/VideoItem/index.less +60 -0
- package/es/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.js +2 -0
- package/es/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.less +20 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +2 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +20 -0
- package/es/composite-comp/dito/config-panels/GroupBuyConfig/GroupBuyConfigContent/index.js +2 -0
- package/es/composite-comp/dito/config-panels/GroupBuyConfig/GroupBuyConfigContent/index.less +40 -0
- package/es/composite-comp/dito/config-panels/GroupedCarouselConfig/ConfigGroup/index.js +2 -0
- package/es/composite-comp/dito/config-panels/GroupedCarouselConfig/ConfigGroup/index.less +16 -0
- package/es/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.js +2 -0
- package/es/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.less +72 -0
- package/es/composite-comp/dito/config-panels/HeadNavigationConfig/index.js +2 -0
- package/es/composite-comp/dito/config-panels/HeadNavigationConfig/index.less +23 -0
- package/es/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.js +2 -0
- package/es/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.less +72 -0
- package/es/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.js +2 -0
- package/es/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.less +6 -0
- package/es/composite-comp/dito/config-panels/NewsConfig/ConfigGroup/index.js +2 -0
- package/es/composite-comp/dito/config-panels/NewsConfig/ConfigGroup/index.less +16 -0
- package/es/composite-comp/dito/config-panels/PersonalInformationConfig/ConfigDecoration/index.js +2 -0
- package/es/composite-comp/dito/config-panels/PersonalInformationConfig/ConfigDecoration/index.less +9 -0
- package/es/composite-comp/dito/config-panels/PersonalInformationSecondConfig/ConfigDecoration/index.js +2 -0
- package/es/composite-comp/dito/config-panels/PersonalInformationSecondConfig/ConfigDecoration/index.less +9 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +2 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigContent/index.js +2 -0
- package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigContent/index.less +7 -0
- package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigSetting/index.js +2 -0
- package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigSetting/index.less +9 -0
- package/es/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.js +2 -0
- package/es/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.less +7 -0
- package/es/composite-comp/dito/config-panels/SearchDITOConfig/ConfigContent/index.js +2 -0
- package/es/composite-comp/dito/config-panels/SearchDITOConfig/ConfigContent/index.less +7 -0
- package/es/composite-comp/dito/config-panels/SearchDITOConfig/ConfigSetting/index.js +2 -0
- package/es/composite-comp/dito/config-panels/SearchDITOConfig/ConfigSetting/index.less +9 -0
- package/es/composite-comp/dito/config-panels/SlideImageConfig/ConfigGroup/index.js +2 -0
- package/es/composite-comp/dito/config-panels/SlideImageConfig/ConfigGroup/index.less +16 -0
- package/es/composite-comp/dito/second-config-panels/CommonFunctionsSecondConfig/index.js +1 -1
- package/es/composite-comp/dito/second-config-panels/NewsSecondConfig/index.js +2 -0
- package/es/composite-comp/dito/second-config-panels/NewsSecondConfig/index.less +8 -0
- package/es/composite-comp/dito/second-config-panels/OrdersSecondConfig/index.js +2 -0
- package/es/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.js +2 -0
- package/es/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.less +9 -0
- package/es/composite-comp/dito/second-config-panels/PersonalInformationSecondSecondConfig/index.js +2 -0
- package/es/composite-comp/dito/second-config-panels/PersonalInformationSecondSecondConfig/index.less +9 -0
- package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +2 -0
- package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +15 -0
- package/es/composite-comp/dito/second-config-panels/SearchDITOSecondConfig/index.js +2 -0
- package/es/composite-comp/dito/second-config-panels/SearchDITOSecondConfig/index.less +79 -0
- package/es/composite-comp/dito/second-config-panels/SlideImageSecondConfig/index.js +2 -0
- package/es/composite-comp/dito/second-config-panels/SlideImageSecondConfig/index.less +71 -0
- package/es/composite-comp/monpay/components/Bundle/mobile/BundleItem/index.js +2 -0
- package/es/composite-comp/monpay/components/Bundle/mobile/BundleProdItem/index.js +2 -0
- package/es/composite-comp/monpay/components/Bundle/mobile/index.js +2 -0
- package/es/composite-comp/monpay/components/InterestProducts/mobile/ProductItem/index.js +3 -1
- package/es/composite-comp/monpay/components/InterestProducts/mobile/ProductItem/index.less +164 -0
- package/es/composite-comp/monpay/components/InterestProducts/mobile/index.js +2 -0
- package/es/composite-comp/monpay/components/MerchantSales/mobile/StoreItem/index.js +2 -0
- package/es/composite-comp/monpay/components/MerchantSales/mobile/index.js +2 -0
- package/es/composite-comp/monpay/components/MonpayFlashDeal/MonpayCountDown/index.js +2 -0
- package/es/composite-comp/monpay/components/MonpayFlashDeal/MonpayCountDown/index.less +21 -0
- package/es/composite-comp/monpay/components/MonpayFlashDeal/mobile/index.js +2 -0
- package/es/composite-comp/monpay/components/MonpayRecommend/mobile/SearchCondition/index.js +2 -0
- package/es/composite-comp/monpay/components/MonpayRecommend/mobile/index.js +2 -0
- package/es/composite-comp/monpay/components/MonpaySignBoard/mobile/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/BundleConfig/ConfigContent/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/BundleConfig/ConfigContent/index.less +41 -0
- package/es/composite-comp/monpay/config-panels/BundleConfig/ConfigTitle/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/BundleConfig/ConfigTitle/index.less +7 -0
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigContent/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigContent/index.less +41 -0
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigTitle/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigTitle/index.less +7 -0
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.less +41 -0
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigTitle/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigTitle/index.less +7 -0
- package/es/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigContent/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigContent/index.less +41 -0
- package/es/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigTitle/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigTitle/index.less +7 -0
- package/es/composite-comp/monpay/config-panels/MonpayRecommendConfig/RecommendConfigGroup/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/MonpayRecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/es/composite-comp/monpay/second-config-panels/MonpayRecommendSecondConfig/index.js +2 -0
- package/es/composite-comp/monpay/second-config-panels/MonpayRecommendSecondConfig/index.less +15 -0
- package/es/composite-comp/nuri/components/AffiliateRecommend/mobile/index.js +2 -0
- package/es/composite-comp/nuri/components/AffiliateRecommend/pc/index.js +2 -0
- package/es/composite-comp/nuri/components/AffiliateRecommend/pc/index.less +124 -0
- package/es/composite-comp/nuri/components/WalletNuri/mobile/index.js +2 -0
- package/es/composite-comp/nuri/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.js +2 -0
- package/es/composite-comp/nuri/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/es/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.js +2 -0
- package/es/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.less +72 -0
- package/es/composite-comp/nuri/second-config-panels/AffiliateRecommendSecondConfig/index.js +2 -0
- package/es/composite-comp/nuri/second-config-panels/AffiliateRecommendSecondConfig/index.less +15 -0
- package/es/composite-comp/public/components/Location/mobile/index.js +2 -0
- package/es/composite-comp/public/components/Stores/mobile/StoreItem/index.js +2 -0
- package/es/composite-comp/public/components/Stores/mobile/index.js +2 -0
- package/es/composite-comp/public/components/Wallet/mobile/index.js +2 -0
- package/es/composite-comp/public/config-panels/LocationConfig/index.js +2 -0
- package/es/composite-comp/public/config-panels/LocationConfig/index.less +17 -0
- package/es/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.js +2 -0
- package/es/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.less +14 -0
- package/es/composite-comp/public/config-panels/WalletConfig/GroupList/index.js +2 -0
- package/es/composite-comp/public/config-panels/WalletConfig/GroupList/index.less +72 -0
- package/es/core/Designer/AiImageGenerator/GenerateArtist/index.js +2 -0
- package/es/core/Designer/AiImageGenerator/GenerateArtist/index.less +41 -0
- package/es/core/Designer/AiImageGenerator/GenerateSize/index.js +2 -0
- package/es/core/Designer/AiImageGenerator/GenerateSize/index.less +3 -0
- package/es/core/Designer/AiImageGenerator/History/index.js +2 -0
- package/es/core/Designer/AiImageGenerator/History/index.less +75 -0
- package/es/core/Designer/AiImageGenerator/NumberSlider/index.js +2 -0
- package/es/core/Designer/AiImageGenerator/NumberSlider/index.less +8 -0
- package/es/core/Designer/AiImageGenerator/UploadReference/index.js +2 -0
- package/es/core/Designer/AiImageGenerator/UploadReference/index.less +45 -0
- package/es/core/Designer/AiImageGenerator/index.js +2 -0
- package/es/core/Designer/AiImageGenerator/index.less +136 -0
- package/es/core/Designer/AppointmentModal/index.js +2 -0
- package/es/core/Designer/AppointmentModal/index.less +23 -0
- package/es/core/Designer/ChatRobot/components/SearchCondition/index.js +2 -0
- package/es/core/Designer/ChatRobot/components/SearchCondition/index.less +33 -0
- package/es/core/Designer/ChatRobot/index.js +4 -0
- package/es/core/Designer/ChatRobot/index.less +179 -0
- package/es/core/Designer/ChatRobot/markdown.less +1 -0
- package/es/core/Designer/CompListPanel/CompCard/index.js +2 -0
- package/es/core/Designer/CompListPanel/CompCard/index.less +69 -0
- package/es/core/Designer/CompListPanel/index.js +2 -0
- package/es/core/Designer/CompListPanel/index.less +69 -0
- package/es/core/Designer/ConfigPanel/TerminalSelect/index.js +2 -0
- package/es/core/Designer/ConfigPanel/TerminalSelect/index.less +29 -0
- package/es/core/Designer/ConfigPanel/index.js +2 -0
- package/es/core/Designer/ConfigPanel/index.less +148 -0
- package/es/core/Designer/LeftTitle/index.js +2 -0
- package/es/core/Designer/LeftTitle/index.less +9 -0
- package/es/core/Designer/PageCompList/index.js +2 -0
- package/es/core/Designer/PageCompList/index.less +139 -0
- package/es/core/Designer/QuickMenuBar/index.js +2 -0
- package/es/core/Designer/QuickMenuBar/index.less +125 -0
- package/es/core/Designer/RenderHtml/index.js +2 -0
- package/es/core/Designer/RenderHtml/index.less +5 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.less +54 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.less +26 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.less +60 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.less +10 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.less +27 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.less +27 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.less +39 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.less +26 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.less +60 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.less +10 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/index.less +26 -0
- package/es/core/Designer/ToolBarModal/index.js +2 -0
- package/es/core/Designer/ToolBarModal/index.less +33 -0
- package/es/core/Designer/ViewArea/index.js +2 -0
- package/es/core/Designer/ViewArea/index.less +89 -0
- package/es/core/Designer/index.js +2 -0
- package/es/core/Designer/index.less +6 -0
- package/es/decorator/compositeDecorator.js +64 -2
- package/es/index.js +6 -0
- package/es/meta-comp/components/Button/editable.js +2 -0
- package/es/meta-comp/components/Button/editable.less +6 -0
- package/es/meta-comp/components/Button/index.js +2 -0
- package/es/meta-comp/components/Button/index.less +28 -0
- package/es/meta-comp/components/Image/index.js +2 -0
- package/es/meta-comp/components/Image/index.less +32 -0
- package/es/meta-comp/components/Text/index.js +2 -0
- package/es/meta-comp/components/Text/index.less +112 -0
- package/es/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.js +2 -0
- package/es/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.less +81 -0
- package/es/meta-comp/config-panels/ButtonConfig/index.js +2 -0
- package/es/meta-comp/config-panels/ButtonConfig/index.less +4 -0
- package/es/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.js +2 -0
- package/es/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.less +26 -0
- package/es/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.js +2 -0
- package/es/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.less +17 -0
- package/es/meta-comp/config-panels/ImageConfig/index.js +2 -0
- package/es/meta-comp/config-panels/ImageConfig/index.less +16 -0
- package/es/meta-comp/config-panels/PlayIconConfig/index.js +2 -0
- package/es/meta-comp/config-panels/PlayIconConfig/index.less +39 -0
- package/es/meta-comp/config-panels/TextConfig/TextEditModal/index.js +4 -0
- package/es/meta-comp/config-panels/TextConfig/TextEditModal/index.less +25 -0
- package/es/meta-comp/config-panels/TextConfig/TextLabel/index.js +2 -0
- package/es/meta-comp/config-panels/TextConfig/TextLabel/index.less +25 -0
- package/es/meta-comp/config-panels/TextConfig/UnderlineSelect/index.js +2 -0
- package/es/meta-comp/config-panels/TextConfig/UnderlineSelect/index.less +26 -0
- package/es/meta-comp/config-panels/TextConfig/index.js +2 -0
- package/es/meta-comp/config-panels/TextConfig/index.less +56 -0
- package/lib/assets/less/button.less +37 -0
- package/lib/assets/less/common.less +131 -0
- package/lib/assets/less/cylon-antd.less +32456 -0
- package/lib/assets/less/datepicker.less +13 -0
- package/lib/assets/less/font.less +151 -0
- package/lib/assets/less/form.less +10 -0
- package/lib/assets/less/global.less +13 -0
- package/lib/assets/less/index.less +13 -0
- package/lib/assets/less/input.less +26 -0
- package/lib/assets/less/menu.less +24 -0
- package/lib/assets/less/modal.less +25 -0
- package/lib/assets/less/select.less +32 -0
- package/lib/assets/less/slider.less +69 -0
- package/lib/assets/less/switch.less +20 -0
- package/lib/assets/less/table.less +52 -0
- package/lib/assets/less/variables.less +4 -0
- package/lib/common/AffiliateProductModal/index.js +2 -0
- package/lib/common/AffiliateProductModal/index.less +146 -0
- package/lib/common/AlignSelector/index.js +2 -0
- package/lib/common/AlignSelector/index.less +28 -0
- package/lib/common/Button/index.js +2 -0
- package/lib/common/Button/index.less +72 -0
- package/lib/common/ButtonIconLayout/index.js +2 -0
- package/lib/common/ButtonIconLayout/index.less +55 -0
- package/lib/common/CardCarousel/index.js +2 -0
- package/lib/common/CardCarousel/index.less +28 -0
- package/lib/common/Carousel/index.js +2 -0
- package/lib/common/Collapse/index.js +2 -0
- package/lib/common/Collapse/index.less +100 -0
- package/lib/common/ColorPicker/index.js +2 -0
- package/lib/common/ColorPicker/index.less +26 -0
- package/lib/common/ColorPickerInput/index.js +2 -0
- package/lib/common/ColorPickerInput/index.less +52 -0
- package/lib/common/CountDown/index.js +2 -0
- package/lib/common/CountDown/index.less +56 -0
- package/lib/common/CropperModal/index.js +4 -0
- package/lib/common/CropperModal/index.less +29 -0
- package/lib/common/Field/index.js +2 -0
- package/lib/common/Field/index.less +46 -0
- package/lib/common/FontStyles/index.js +2 -0
- package/lib/common/FontStyles/index.less +62 -0
- package/lib/common/GroupList/index.js +2 -0
- package/lib/common/GroupList/index.less +88 -0
- package/lib/common/IconPicker/index.js +2 -0
- package/lib/common/IconPicker/index.less +46 -0
- package/lib/common/Iconfont/index.js +2 -0
- package/lib/common/Iconfont/index.less +20 -0
- package/lib/common/ImageModal/CommonSelPicCard/index.js +2 -0
- package/lib/common/ImageModal/CommonSelPicCard/index.less +40 -0
- package/lib/common/ImageModal/index.js +2 -0
- package/lib/common/ImageModal/index.less +34 -0
- package/lib/common/ImagePicker/index.js +2 -0
- package/lib/common/ImagePicker/index.less +206 -0
- package/lib/common/InputNumber/index.js +2 -0
- package/lib/common/InputNumber/index.less +38 -0
- package/lib/common/LayoutSelector/index.js +2 -0
- package/lib/common/LayoutSelector/index.less +37 -0
- package/lib/common/LinkModal/BundleCampaign/index.js +2 -0
- package/lib/common/LinkModal/BundleCampaign/index.less +22 -0
- package/lib/common/LinkModal/FilteredProductModal/index.js +2 -0
- package/lib/common/LinkModal/FilteredProductModal/index.less +129 -0
- package/lib/common/LinkModal/ProductDetailPage/index.js +2 -0
- package/lib/common/LinkModal/ProductDetailPage/index.less +15 -0
- package/lib/common/LinkModal/ProductList/index.js +2 -0
- package/lib/common/LinkModal/ProductList/index.less +130 -0
- package/lib/common/LinkModal/SelectVideoModal/index.js +2 -0
- package/lib/common/LinkModal/SelectVideoModal/index.less +113 -0
- package/lib/common/LinkModal/ShareUrl/index.js +2 -0
- package/lib/common/LinkModal/ShareUrl/index.less +3 -0
- package/lib/common/LinkModal/index.js +2 -0
- package/lib/common/LinkModal/index.less +137 -0
- package/lib/common/MessageModal/index.js +2 -0
- package/lib/common/MessageModal/index.less +86 -0
- package/lib/common/MonpayCountDown/index.js +2 -0
- package/lib/common/MyModal/index.js +2 -0
- package/lib/common/MyModal/index.less +82 -0
- package/lib/common/NewImg/index.js +1 -1
- package/lib/common/PopUpModal/index.js +2 -0
- package/lib/common/PopUpModal/index.less +93 -0
- package/lib/common/ProductCardModal/index.js +2 -0
- package/lib/common/ProductCardModal/index.less +131 -0
- package/lib/common/ProductFilterModal/components/FilterSearchModal/index.js +2 -0
- package/lib/common/ProductFilterModal/components/FilterSearchModal/index.less +144 -0
- package/lib/common/ProductFilterModal/index.js +2 -0
- package/lib/common/ProductFilterModal/index.less +113 -0
- package/lib/common/ProductModal/SortableImageList/index.js +2 -0
- package/lib/common/ProductModal/SortableImageList/index.less +3 -0
- package/lib/common/ProductModal/index.js +2 -0
- package/lib/common/ProductModal/index.less +152 -0
- package/lib/common/ProductSource/index.js +2 -0
- package/lib/common/ProductSource/index.less +14 -0
- package/lib/common/RatingText/index.js +2 -0
- package/lib/common/RatingText/index.less +12 -0
- package/lib/common/RcCollapse/Collapse.js +2 -0
- package/lib/common/RcCollapse/index.less +108 -0
- package/lib/common/RcCollapse/motion.less +12 -0
- package/lib/common/SelectStoreModal/SortableImageList/index.js +2 -0
- package/lib/common/SelectStoreModal/SortableImageList/index.less +3 -0
- package/lib/common/SelectStoreModal/index.js +2 -0
- package/lib/common/SelectStoreModal/index.less +152 -0
- package/lib/common/Slider/index.js +2 -0
- package/lib/common/Slider/index.less +45 -0
- package/lib/common/StoreSource/index.js +2 -0
- package/lib/common/StoreSource/index.less +14 -0
- package/lib/common/SwiperBan/index.js +2 -0
- package/lib/common/SwiperBan/index.less +25 -0
- package/lib/common/SwitchCollapse/index.js +2 -0
- package/lib/common/SwitchCollapse/index.less +40 -0
- package/lib/common/SystemNotification/Confirm/index.js +2 -0
- package/lib/common/SystemNotification/Confirm/index.less +33 -0
- package/lib/common/Tag/index.js +2 -0
- package/lib/common/Tag/index.less +16 -0
- package/lib/common/Toast/index.js +2 -0
- package/lib/common/Toast/index.less +29 -0
- package/lib/common/UrlPicker/AnchorModal/index.js +2 -0
- package/lib/common/UrlPicker/AnchorModal/index.less +21 -0
- package/lib/common/UrlPicker/index.js +2 -0
- package/lib/common/UrlPicker/index.less +86 -0
- package/lib/common/Video/QualityComponent/index.js +2 -0
- package/lib/common/Video/QualityComponent/index.less +78 -0
- package/lib/common/Video/RateComponent/index.js +2 -0
- package/lib/common/Video/RateComponent/index.less +62 -0
- package/lib/common/Video/index.js +2 -0
- package/lib/common/Video/index.less +70 -0
- package/lib/common/VideoPC/components/index.js +2 -0
- package/lib/common/VideoPC/components/index.less +62 -0
- package/lib/common/VideoPC/index.js +2 -0
- package/lib/common/VideoPC/index.less +79 -0
- package/lib/common/VideoUpload/index.js +2 -0
- package/lib/common/VideoUpload/index.less +114 -0
- package/lib/composite-comp/ashita/components/WalletAshita/mobile/index.js +2 -0
- package/lib/composite-comp/ashita/components/WalletAshita/pc/index.less +1 -0
- package/lib/composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigSetting/index.js +2 -0
- package/lib/composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigSetting/index.less +9 -0
- package/lib/composite-comp/ashita/second-config-panels/WalletAshitaSecondConfig/index.js +2 -0
- package/lib/composite-comp/ashita/second-config-panels/WalletAshitaSecondConfig/index.less +9 -0
- package/lib/composite-comp/bol/components/Banner/mobile/index.js +2 -0
- package/lib/composite-comp/bol/components/Banner/pc/index.js +2 -0
- package/lib/composite-comp/bol/components/Banner/pc/index.less +91 -0
- package/lib/composite-comp/bol/components/Button/index.js +2 -0
- package/lib/composite-comp/bol/components/Button/index.less +47 -0
- package/lib/composite-comp/bol/components/Carousel/mobile/index.js +6 -0
- package/lib/composite-comp/bol/components/Carousel/pc/index.js +6 -0
- package/lib/composite-comp/bol/components/Carousel/pc/index.less +117 -0
- package/lib/composite-comp/bol/components/ImageGallery/mobile/index.js +2 -0
- package/lib/composite-comp/bol/components/ImageGallery/pc/index.js +2 -0
- package/lib/composite-comp/bol/components/ImageGallery/pc/index.less +23 -0
- package/lib/composite-comp/bol/components/ImageText/mobile/index.js +2 -0
- package/lib/composite-comp/bol/components/ImageText/pc/index.js +2 -0
- package/lib/composite-comp/bol/components/ImageText/pc/index.less +150 -0
- package/lib/composite-comp/bol/components/Newsletter/index.js +2 -0
- package/lib/composite-comp/bol/components/Newsletter/index.less +75 -0
- package/lib/composite-comp/bol/components/Tag/index.js +2 -0
- package/lib/composite-comp/bol/components/Tag/index.less +35 -0
- package/lib/composite-comp/bol/components/Text/index.less +58 -0
- package/lib/composite-comp/bol/components/Video/components/ShareBtn/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/components/ShareBtn/index.less +51 -0
- package/lib/composite-comp/bol/components/Video/components/VideoTag/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/components/VideoTag/index.less +88 -0
- package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/mobile/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout1/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout1/index.less +41 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout2/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout2/index.less +70 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout3/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout3/index.less +42 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout4/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout4/index.less +55 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout5/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout5/index.less +53 -0
- package/lib/composite-comp/bol/components/Video/pc/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/pc/index.less +4 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.less +16 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.less +16 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
- package/lib/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.less +16 -0
- package/lib/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.less +9 -0
- package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
- package/lib/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.less +3 -0
- package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +2 -0
- package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.less +8 -0
- package/lib/composite-comp/bol/second-config-panels/TagSecondConfig/index.less +3 -0
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
- package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +2 -0
- package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.less +79 -0
- package/lib/composite-comp/common/components/AffiliateProductItem/index.js +2 -0
- package/lib/composite-comp/common/components/AffiliateProductItem/index.less +159 -0
- package/lib/composite-comp/common/components/ImageLabel/index.js +2 -0
- package/lib/composite-comp/common/components/ImageLabel/index.less +67 -0
- package/lib/composite-comp/common/components/MonpayProductItem/index.js +3 -1
- package/lib/composite-comp/common/components/MonpayProductItem/index.less +294 -0
- package/lib/composite-comp/common/components/ProductItem/index.js +2 -0
- package/lib/composite-comp/common/components/ProductItem/index.less +212 -0
- package/lib/composite-comp/common/components/WatermarkLabel/index.js +2 -0
- package/lib/composite-comp/common/components/WatermarkLabel/index.less +17 -0
- package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +2 -0
- package/lib/composite-comp/common/config-panels/CustomizeConfig/index.less +27 -0
- package/lib/composite-comp/common/config-panels/SpacingConfig/index.js +2 -0
- package/lib/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
- package/lib/composite-comp/dito/components/Bargain/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/Campaign/mobile/components/Bargain/index.js +2 -0
- package/lib/composite-comp/dito/components/Campaign/mobile/components/CountDown/index.js +2 -0
- package/lib/composite-comp/dito/components/Campaign/mobile/components/FlashSale/index.js +2 -0
- package/lib/composite-comp/dito/components/Campaign/mobile/components/GroupBuy/index.js +2 -0
- package/lib/composite-comp/dito/components/Campaign/mobile/components/ProductItem/index.js +2 -0
- package/lib/composite-comp/dito/components/Campaign/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/CommonFunctions/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/FlashDeal/pc/ProductItem/index.js +2 -0
- package/lib/composite-comp/dito/components/FlashDeal/pc/ProductItem/index.less +124 -0
- package/lib/composite-comp/dito/components/FlashDeal/pc/index.js +2 -0
- package/lib/composite-comp/dito/components/FlashDeal/pc/index.less +111 -0
- package/lib/composite-comp/dito/components/GroupBuy/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/GroupedCarousel/pc/index.js +2 -0
- package/lib/composite-comp/dito/components/GroupedCarousel/pc/index.less +65 -0
- package/lib/composite-comp/dito/components/HeadNavigation/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.js +2 -0
- package/lib/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.less +27 -0
- package/lib/composite-comp/dito/components/MenuNavigation/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/News/pc/index.js +2 -0
- package/lib/composite-comp/dito/components/News/pc/index.less +46 -0
- package/lib/composite-comp/dito/components/PcNavigation/pc/index.js +2 -0
- package/lib/composite-comp/dito/components/PcNavigation/pc/index.less +127 -0
- package/lib/composite-comp/dito/components/PersonalInformation/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/PersonalInformationSecond/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/Recommend/pc/index.js +2 -0
- package/lib/composite-comp/dito/components/Recommend/pc/index.less +124 -0
- package/lib/composite-comp/dito/components/SearchBanner/mobile/index.js +6 -0
- package/lib/composite-comp/dito/components/SearchBar/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/SearchBar/pc/index.js +2 -0
- package/lib/composite-comp/dito/components/SearchBar/pc/index.less +65 -0
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/ConfirmModal/index.js +2 -0
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/ConfirmModal/index.less +69 -0
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/Header/index.js +6 -0
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/Header/index.less +184 -0
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/VideoItem/index.js +2 -0
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/VideoItem/index.less +25 -0
- package/lib/composite-comp/dito/components/SearchDITO/pc/index.js +6 -0
- package/lib/composite-comp/dito/components/SearchDITO/pc/index.less +57 -0
- package/lib/composite-comp/dito/components/SignBoard/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/SignBoard/pc/index.js +2 -0
- package/lib/composite-comp/dito/components/SignBoard/pc/index.less +158 -0
- package/lib/composite-comp/dito/components/SlideImage/pc/components/CardItem/index.js +2 -0
- package/lib/composite-comp/dito/components/SlideImage/pc/components/CardItem/index.less +5 -0
- package/lib/composite-comp/dito/components/SlideImage/pc/components/ParallaxScroll/index.js +2 -0
- package/lib/composite-comp/dito/components/SlideImage/pc/components/ParallaxScroll/index.less +23 -0
- package/lib/composite-comp/dito/components/SlideImage/pc/components/VideoItem/index.js +2 -0
- package/lib/composite-comp/dito/components/SlideImage/pc/components/VideoItem/index.less +60 -0
- package/lib/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.less +20 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +20 -0
- package/lib/composite-comp/dito/config-panels/GroupBuyConfig/GroupBuyConfigContent/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/GroupBuyConfig/GroupBuyConfigContent/index.less +40 -0
- package/lib/composite-comp/dito/config-panels/GroupedCarouselConfig/ConfigGroup/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/GroupedCarouselConfig/ConfigGroup/index.less +16 -0
- package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.less +72 -0
- package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/index.less +23 -0
- package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.less +72 -0
- package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.less +6 -0
- package/lib/composite-comp/dito/config-panels/NewsConfig/ConfigGroup/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/NewsConfig/ConfigGroup/index.less +16 -0
- package/lib/composite-comp/dito/config-panels/PersonalInformationConfig/ConfigDecoration/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/PersonalInformationConfig/ConfigDecoration/index.less +9 -0
- package/lib/composite-comp/dito/config-panels/PersonalInformationSecondConfig/ConfigDecoration/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/PersonalInformationSecondConfig/ConfigDecoration/index.less +9 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigContent/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigContent/index.less +7 -0
- package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigSetting/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigSetting/index.less +9 -0
- package/lib/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.less +7 -0
- package/lib/composite-comp/dito/config-panels/SearchDITOConfig/ConfigContent/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/SearchDITOConfig/ConfigContent/index.less +7 -0
- package/lib/composite-comp/dito/config-panels/SearchDITOConfig/ConfigSetting/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/SearchDITOConfig/ConfigSetting/index.less +9 -0
- package/lib/composite-comp/dito/config-panels/SlideImageConfig/ConfigGroup/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/SlideImageConfig/ConfigGroup/index.less +16 -0
- package/lib/composite-comp/dito/second-config-panels/CommonFunctionsSecondConfig/index.js +1 -1
- package/lib/composite-comp/dito/second-config-panels/NewsSecondConfig/index.js +2 -0
- package/lib/composite-comp/dito/second-config-panels/NewsSecondConfig/index.less +8 -0
- package/lib/composite-comp/dito/second-config-panels/OrdersSecondConfig/index.js +2 -0
- package/lib/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.js +2 -0
- package/lib/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.less +9 -0
- package/lib/composite-comp/dito/second-config-panels/PersonalInformationSecondSecondConfig/index.js +2 -0
- package/lib/composite-comp/dito/second-config-panels/PersonalInformationSecondSecondConfig/index.less +9 -0
- package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +2 -0
- package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +15 -0
- package/lib/composite-comp/dito/second-config-panels/SearchDITOSecondConfig/index.js +2 -0
- package/lib/composite-comp/dito/second-config-panels/SearchDITOSecondConfig/index.less +79 -0
- package/lib/composite-comp/dito/second-config-panels/SlideImageSecondConfig/index.js +2 -0
- package/lib/composite-comp/dito/second-config-panels/SlideImageSecondConfig/index.less +71 -0
- package/lib/composite-comp/monpay/components/Bundle/mobile/BundleItem/index.js +2 -0
- package/lib/composite-comp/monpay/components/Bundle/mobile/BundleProdItem/index.js +2 -0
- package/lib/composite-comp/monpay/components/Bundle/mobile/index.js +2 -0
- package/lib/composite-comp/monpay/components/InterestProducts/mobile/ProductItem/index.js +3 -1
- package/lib/composite-comp/monpay/components/InterestProducts/mobile/ProductItem/index.less +164 -0
- package/lib/composite-comp/monpay/components/InterestProducts/mobile/index.js +2 -0
- package/lib/composite-comp/monpay/components/MerchantSales/mobile/StoreItem/index.js +2 -0
- package/lib/composite-comp/monpay/components/MerchantSales/mobile/index.js +2 -0
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/MonpayCountDown/index.js +2 -0
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/MonpayCountDown/index.less +21 -0
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/mobile/index.js +2 -0
- package/lib/composite-comp/monpay/components/MonpayRecommend/mobile/SearchCondition/index.js +2 -0
- package/lib/composite-comp/monpay/components/MonpayRecommend/mobile/index.js +2 -0
- package/lib/composite-comp/monpay/components/MonpaySignBoard/mobile/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/BundleConfig/ConfigContent/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/BundleConfig/ConfigContent/index.less +41 -0
- package/lib/composite-comp/monpay/config-panels/BundleConfig/ConfigTitle/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/BundleConfig/ConfigTitle/index.less +7 -0
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigContent/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigContent/index.less +41 -0
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigTitle/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigTitle/index.less +7 -0
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.less +41 -0
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigTitle/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigTitle/index.less +7 -0
- package/lib/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigContent/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigContent/index.less +41 -0
- package/lib/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigTitle/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigTitle/index.less +7 -0
- package/lib/composite-comp/monpay/config-panels/MonpayRecommendConfig/RecommendConfigGroup/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/MonpayRecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/lib/composite-comp/monpay/second-config-panels/MonpayRecommendSecondConfig/index.js +2 -0
- package/lib/composite-comp/monpay/second-config-panels/MonpayRecommendSecondConfig/index.less +15 -0
- package/lib/composite-comp/nuri/components/AffiliateRecommend/mobile/index.js +2 -0
- package/lib/composite-comp/nuri/components/AffiliateRecommend/pc/index.js +2 -0
- package/lib/composite-comp/nuri/components/AffiliateRecommend/pc/index.less +124 -0
- package/lib/composite-comp/nuri/components/WalletNuri/mobile/index.js +2 -0
- package/lib/composite-comp/nuri/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.js +2 -0
- package/lib/composite-comp/nuri/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.js +2 -0
- package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.less +72 -0
- package/lib/composite-comp/nuri/second-config-panels/AffiliateRecommendSecondConfig/index.js +2 -0
- package/lib/composite-comp/nuri/second-config-panels/AffiliateRecommendSecondConfig/index.less +15 -0
- package/lib/composite-comp/public/components/Location/mobile/index.js +2 -0
- package/lib/composite-comp/public/components/Stores/mobile/StoreItem/index.js +2 -0
- package/lib/composite-comp/public/components/Stores/mobile/index.js +2 -0
- package/lib/composite-comp/public/components/Wallet/mobile/index.js +2 -0
- package/lib/composite-comp/public/config-panels/LocationConfig/index.js +2 -0
- package/lib/composite-comp/public/config-panels/LocationConfig/index.less +17 -0
- package/lib/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.js +2 -0
- package/lib/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.less +14 -0
- package/lib/composite-comp/public/config-panels/WalletConfig/GroupList/index.js +2 -0
- package/lib/composite-comp/public/config-panels/WalletConfig/GroupList/index.less +72 -0
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.js +2 -0
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.less +41 -0
- package/lib/core/Designer/AiImageGenerator/GenerateSize/index.js +2 -0
- package/lib/core/Designer/AiImageGenerator/GenerateSize/index.less +3 -0
- package/lib/core/Designer/AiImageGenerator/History/index.js +2 -0
- package/lib/core/Designer/AiImageGenerator/History/index.less +75 -0
- package/lib/core/Designer/AiImageGenerator/NumberSlider/index.js +2 -0
- package/lib/core/Designer/AiImageGenerator/NumberSlider/index.less +8 -0
- package/lib/core/Designer/AiImageGenerator/UploadReference/index.js +2 -0
- package/lib/core/Designer/AiImageGenerator/UploadReference/index.less +45 -0
- package/lib/core/Designer/AiImageGenerator/index.js +2 -0
- package/lib/core/Designer/AiImageGenerator/index.less +136 -0
- package/lib/core/Designer/AppointmentModal/index.js +2 -0
- package/lib/core/Designer/AppointmentModal/index.less +23 -0
- package/lib/core/Designer/ChatRobot/components/SearchCondition/index.js +2 -0
- package/lib/core/Designer/ChatRobot/components/SearchCondition/index.less +33 -0
- package/lib/core/Designer/ChatRobot/index.js +4 -0
- package/lib/core/Designer/ChatRobot/index.less +179 -0
- package/lib/core/Designer/ChatRobot/markdown.less +1 -0
- package/lib/core/Designer/CompListPanel/CompCard/index.js +2 -0
- package/lib/core/Designer/CompListPanel/CompCard/index.less +69 -0
- package/lib/core/Designer/CompListPanel/index.js +2 -0
- package/lib/core/Designer/CompListPanel/index.less +69 -0
- package/lib/core/Designer/ConfigPanel/TerminalSelect/index.js +2 -0
- package/lib/core/Designer/ConfigPanel/TerminalSelect/index.less +29 -0
- package/lib/core/Designer/ConfigPanel/index.js +2 -0
- package/lib/core/Designer/ConfigPanel/index.less +148 -0
- package/lib/core/Designer/LeftTitle/index.js +2 -0
- package/lib/core/Designer/LeftTitle/index.less +9 -0
- package/lib/core/Designer/PageCompList/index.js +2 -0
- package/lib/core/Designer/PageCompList/index.less +139 -0
- package/lib/core/Designer/QuickMenuBar/index.js +2 -0
- package/lib/core/Designer/QuickMenuBar/index.less +125 -0
- package/lib/core/Designer/RenderHtml/index.js +2 -0
- package/lib/core/Designer/RenderHtml/index.less +5 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.less +54 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.less +26 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.less +60 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.less +10 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.less +27 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.less +27 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.less +39 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.less +26 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.less +60 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.less +10 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/index.less +26 -0
- package/lib/core/Designer/ToolBarModal/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/index.less +33 -0
- package/lib/core/Designer/ViewArea/index.js +2 -0
- package/lib/core/Designer/ViewArea/index.less +89 -0
- package/lib/core/Designer/index.js +2 -0
- package/lib/core/Designer/index.less +6 -0
- package/lib/decorator/compositeDecorator.js +64 -2
- package/lib/index.js +6 -0
- package/lib/meta-comp/components/Button/editable.js +2 -0
- package/lib/meta-comp/components/Button/editable.less +6 -0
- package/lib/meta-comp/components/Button/index.js +2 -0
- package/lib/meta-comp/components/Button/index.less +28 -0
- package/lib/meta-comp/components/Image/index.js +2 -0
- package/lib/meta-comp/components/Image/index.less +32 -0
- package/lib/meta-comp/components/Text/index.js +2 -0
- package/lib/meta-comp/components/Text/index.less +112 -0
- package/lib/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.js +2 -0
- package/lib/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.less +81 -0
- package/lib/meta-comp/config-panels/ButtonConfig/index.js +2 -0
- package/lib/meta-comp/config-panels/ButtonConfig/index.less +4 -0
- package/lib/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.js +2 -0
- package/lib/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.less +26 -0
- package/lib/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.js +2 -0
- package/lib/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.less +17 -0
- package/lib/meta-comp/config-panels/ImageConfig/index.js +2 -0
- package/lib/meta-comp/config-panels/ImageConfig/index.less +16 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/index.js +2 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/index.less +39 -0
- package/lib/meta-comp/config-panels/TextConfig/TextEditModal/index.js +4 -0
- package/lib/meta-comp/config-panels/TextConfig/TextEditModal/index.less +25 -0
- package/lib/meta-comp/config-panels/TextConfig/TextLabel/index.js +2 -0
- package/lib/meta-comp/config-panels/TextConfig/TextLabel/index.less +25 -0
- package/lib/meta-comp/config-panels/TextConfig/UnderlineSelect/index.js +2 -0
- package/lib/meta-comp/config-panels/TextConfig/UnderlineSelect/index.less +26 -0
- package/lib/meta-comp/config-panels/TextConfig/index.js +2 -0
- package/lib/meta-comp/config-panels/TextConfig/index.less +56 -0
- package/package.json +1 -1
- package/es/assets/less/button.css +0 -36
- package/es/assets/less/common.css +0 -95
- package/es/assets/less/cylon-antd.css +0 -26829
- package/es/assets/less/datepicker.css +0 -9
- package/es/assets/less/font.css +0 -126
- package/es/assets/less/form.css +0 -6
- package/es/assets/less/global.css +0 -9
- package/es/assets/less/index.css +0 -477
- package/es/assets/less/input.css +0 -23
- package/es/assets/less/menu.css +0 -20
- package/es/assets/less/modal.css +0 -21
- package/es/assets/less/select.css +0 -28
- package/es/assets/less/slider.css +0 -61
- package/es/assets/less/switch.css +0 -17
- package/es/assets/less/table.css +0 -26
- package/es/common/AffiliateProductModal/index.css +0 -119
- package/es/common/AlignSelector/index.css +0 -25
- package/es/common/Button/index.css +0 -63
- package/es/common/ButtonIconLayout/index.css +0 -43
- package/es/common/CardCarousel/index.css +0 -21
- package/es/common/Collapse/index.css +0 -72
- package/es/common/ColorPicker/index.css +0 -19
- package/es/common/ColorPickerInput/index.css +0 -42
- package/es/common/CountDown/index.css +0 -50
- package/es/common/CropperModal/index.css +0 -24
- package/es/common/Field/index.css +0 -38
- package/es/common/FontStyles/index.css +0 -55
- package/es/common/GroupList/index.css +0 -73
- package/es/common/IconPicker/index.css +0 -36
- package/es/common/Iconfont/index.css +0 -18
- package/es/common/ImageModal/CommonSelPicCard/index.css +0 -33
- package/es/common/ImageModal/index.css +0 -22
- package/es/common/ImagePicker/index.css +0 -179
- package/es/common/InputNumber/index.css +0 -34
- package/es/common/LayoutSelector/index.css +0 -26
- package/es/common/LinkModal/BundleCampaign/index.css +0 -17
- package/es/common/LinkModal/FilteredProductModal/index.css +0 -104
- package/es/common/LinkModal/ProductDetailPage/index.css +0 -13
- package/es/common/LinkModal/ProductList/index.css +0 -107
- package/es/common/LinkModal/SelectVideoModal/index.css +0 -96
- package/es/common/LinkModal/ShareUrl/index.css +0 -3
- package/es/common/LinkModal/index.css +0 -118
- package/es/common/MessageModal/index.css +0 -73
- package/es/common/MyModal/index.css +0 -69
- package/es/common/PopUpModal/index.css +0 -81
- package/es/common/ProductCardModal/index.css +0 -119
- package/es/common/ProductFilterModal/components/FilterSearchModal/index.css +0 -123
- package/es/common/ProductFilterModal/index.css +0 -99
- package/es/common/ProductModal/SortableImageList/index.css +0 -3
- package/es/common/ProductModal/index.css +0 -123
- package/es/common/ProductSource/index.css +0 -13
- package/es/common/RatingText/index.css +0 -11
- package/es/common/RcCollapse/index.css +0 -64
- package/es/common/RcCollapse/motion.css +0 -7
- package/es/common/SelectStoreModal/SortableImageList/index.css +0 -3
- package/es/common/SelectStoreModal/index.css +0 -123
- package/es/common/Slider/index.css +0 -31
- package/es/common/StoreSource/index.css +0 -13
- package/es/common/SwiperBan/index.css +0 -23
- package/es/common/SwitchCollapse/index.css +0 -25
- package/es/common/SystemNotification/Confirm/index.css +0 -32
- package/es/common/Tag/index.css +0 -15
- package/es/common/Toast/index.css +0 -28
- package/es/common/UrlPicker/AnchorModal/index.css +0 -14
- package/es/common/UrlPicker/index.css +0 -78
- package/es/common/Video/QualityComponent/index.css +0 -63
- package/es/common/Video/RateComponent/index.css +0 -51
- package/es/common/Video/index.css +0 -61
- package/es/common/VideoPC/components/index.css +0 -51
- package/es/common/VideoPC/index.css +0 -71
- package/es/common/VideoUpload/index.css +0 -97
- package/es/composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigSetting/index.css +0 -3
- package/es/composite-comp/ashita/second-config-panels/WalletAshitaSecondConfig/index.css +0 -6
- package/es/composite-comp/bol/components/Banner/pc/index.css +0 -71
- package/es/composite-comp/bol/components/Button/index.css +0 -36
- package/es/composite-comp/bol/components/Carousel/pc/index.css +0 -96
- package/es/composite-comp/bol/components/ImageGallery/pc/index.css +0 -16
- package/es/composite-comp/bol/components/ImageText/pc/index.css +0 -128
- package/es/composite-comp/bol/components/Newsletter/index.css +0 -55
- package/es/composite-comp/bol/components/Tag/index.css +0 -27
- package/es/composite-comp/bol/components/Text/index.css +0 -40
- package/es/composite-comp/bol/components/Video/components/ShareBtn/index.css +0 -46
- package/es/composite-comp/bol/components/Video/components/VideoTag/index.css +0 -70
- package/es/composite-comp/bol/components/Video/pc/Layout1/index.css +0 -33
- package/es/composite-comp/bol/components/Video/pc/Layout2/index.css +0 -57
- package/es/composite-comp/bol/components/Video/pc/Layout3/index.css +0 -34
- package/es/composite-comp/bol/components/Video/pc/Layout4/index.css +0 -45
- package/es/composite-comp/bol/components/Video/pc/Layout5/index.css +0 -43
- package/es/composite-comp/bol/components/Video/pc/index.css +0 -3
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.css +0 -14
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.css +0 -3
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.css +0 -14
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.css +0 -3
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.css +0 -3
- package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.css +0 -14
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.css +0 -14
- package/es/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.css +0 -14
- package/es/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.css +0 -3
- package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.css +0 -3
- package/es/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.css +0 -3
- package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.css +0 -6
- package/es/composite-comp/bol/second-config-panels/TagSecondConfig/index.css +0 -3
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.css +0 -3
- package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.css +0 -66
- package/es/composite-comp/common/components/AffiliateProductItem/index.css +0 -132
- package/es/composite-comp/common/components/ImageLabel/index.css +0 -56
- package/es/composite-comp/common/components/MonpayProductItem/index.css +0 -244
- package/es/composite-comp/common/components/ProductItem/index.css +0 -175
- package/es/composite-comp/common/components/WatermarkLabel/index.css +0 -17
- package/es/composite-comp/common/config-panels/CustomizeConfig/index.css +0 -21
- package/es/composite-comp/common/config-panels/SpacingConfig/index.css +0 -13
- package/es/composite-comp/dito/components/FlashDeal/pc/ProductItem/index.css +0 -107
- package/es/composite-comp/dito/components/FlashDeal/pc/index.css +0 -90
- package/es/composite-comp/dito/components/GroupedCarousel/pc/index.css +0 -56
- package/es/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.css +0 -18
- package/es/composite-comp/dito/components/News/pc/index.css +0 -38
- package/es/composite-comp/dito/components/PcNavigation/pc/index.css +0 -82
- package/es/composite-comp/dito/components/Recommend/pc/index.css +0 -101
- package/es/composite-comp/dito/components/SearchBar/pc/index.css +0 -56
- package/es/composite-comp/dito/components/SearchDITO/pc/components/ConfirmModal/index.css +0 -55
- package/es/composite-comp/dito/components/SearchDITO/pc/components/Header/index.css +0 -161
- package/es/composite-comp/dito/components/SearchDITO/pc/components/VideoItem/index.css +0 -19
- package/es/composite-comp/dito/components/SearchDITO/pc/index.css +0 -46
- package/es/composite-comp/dito/components/SignBoard/pc/index.css +0 -148
- package/es/composite-comp/dito/components/SlideImage/pc/components/CardItem/index.css +0 -3
- package/es/composite-comp/dito/components/SlideImage/pc/components/ParallaxScroll/index.css +0 -16
- package/es/composite-comp/dito/components/SlideImage/pc/components/VideoItem/index.css +0 -53
- package/es/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.css +0 -16
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.css +0 -16
- package/es/composite-comp/dito/config-panels/GroupBuyConfig/GroupBuyConfigContent/index.css +0 -31
- package/es/composite-comp/dito/config-panels/GroupedCarouselConfig/ConfigGroup/index.css +0 -14
- package/es/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.css +0 -60
- package/es/composite-comp/dito/config-panels/HeadNavigationConfig/index.css +0 -19
- package/es/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.css +0 -60
- package/es/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.css +0 -4
- package/es/composite-comp/dito/config-panels/NewsConfig/ConfigGroup/index.css +0 -14
- package/es/composite-comp/dito/config-panels/PersonalInformationConfig/ConfigDecoration/index.css +0 -3
- package/es/composite-comp/dito/config-panels/PersonalInformationSecondConfig/ConfigDecoration/index.css +0 -3
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.css +0 -14
- package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigContent/index.css +0 -7
- package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigSetting/index.css +0 -3
- package/es/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.css +0 -7
- package/es/composite-comp/dito/config-panels/SearchDITOConfig/ConfigContent/index.css +0 -5
- package/es/composite-comp/dito/config-panels/SearchDITOConfig/ConfigSetting/index.css +0 -3
- package/es/composite-comp/dito/config-panels/SlideImageConfig/ConfigGroup/index.css +0 -14
- package/es/composite-comp/dito/second-config-panels/NewsSecondConfig/index.css +0 -6
- package/es/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.css +0 -6
- package/es/composite-comp/dito/second-config-panels/PersonalInformationSecondSecondConfig/index.css +0 -6
- package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.css +0 -11
- package/es/composite-comp/dito/second-config-panels/SearchDITOSecondConfig/index.css +0 -66
- package/es/composite-comp/dito/second-config-panels/SlideImageSecondConfig/index.css +0 -61
- package/es/composite-comp/monpay/components/InterestProducts/mobile/ProductItem/index.css +0 -167
- package/es/composite-comp/monpay/components/MonpayFlashDeal/MonpayCountDown/index.css +0 -19
- package/es/composite-comp/monpay/config-panels/BundleConfig/ConfigContent/index.css +0 -32
- package/es/composite-comp/monpay/config-panels/BundleConfig/ConfigTitle/index.css +0 -5
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigContent/index.css +0 -32
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigTitle/index.css +0 -5
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.css +0 -32
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigTitle/index.css +0 -5
- package/es/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigContent/index.css +0 -32
- package/es/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigTitle/index.css +0 -5
- package/es/composite-comp/monpay/config-panels/MonpayRecommendConfig/RecommendConfigGroup/index.css +0 -14
- package/es/composite-comp/monpay/second-config-panels/MonpayRecommendSecondConfig/index.css +0 -11
- package/es/composite-comp/nuri/components/AffiliateRecommend/pc/index.css +0 -101
- package/es/composite-comp/nuri/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.css +0 -14
- package/es/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.css +0 -60
- package/es/composite-comp/nuri/second-config-panels/AffiliateRecommendSecondConfig/index.css +0 -11
- package/es/composite-comp/public/config-panels/LocationConfig/index.css +0 -12
- package/es/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.css +0 -11
- package/es/composite-comp/public/config-panels/WalletConfig/GroupList/index.css +0 -60
- package/es/core/Designer/AiImageGenerator/GenerateArtist/index.css +0 -41
- package/es/core/Designer/AiImageGenerator/GenerateSize/index.css +0 -3
- package/es/core/Designer/AiImageGenerator/History/index.css +0 -73
- package/es/core/Designer/AiImageGenerator/NumberSlider/index.css +0 -8
- package/es/core/Designer/AiImageGenerator/UploadReference/index.css +0 -45
- package/es/core/Designer/AiImageGenerator/index.css +0 -128
- package/es/core/Designer/AppointmentModal/index.css +0 -16
- package/es/core/Designer/ChatRobot/components/SearchCondition/index.css +0 -31
- package/es/core/Designer/ChatRobot/index.css +0 -167
- package/es/core/Designer/ChatRobot/markdown.css +0 -840
- package/es/core/Designer/CompListPanel/CompCard/index.css +0 -65
- package/es/core/Designer/CompListPanel/index.css +0 -63
- package/es/core/Designer/ConfigPanel/TerminalSelect/index.css +0 -29
- package/es/core/Designer/ConfigPanel/index.css +0 -123
- package/es/core/Designer/LeftTitle/index.css +0 -9
- package/es/core/Designer/PageCompList/index.css +0 -108
- package/es/core/Designer/QuickMenuBar/index.css +0 -109
- package/es/core/Designer/RenderHtml/index.css +0 -5
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.css +0 -47
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.css +0 -22
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.css +0 -52
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.css +0 -9
- package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.css +0 -25
- package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.css +0 -23
- package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.css +0 -36
- package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.css +0 -22
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.css +0 -52
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.css +0 -9
- package/es/core/Designer/ToolBarModal/ToolBtn/index.css +0 -22
- package/es/core/Designer/ToolBarModal/index.css +0 -30
- package/es/core/Designer/ViewArea/index.css +0 -80
- package/es/core/Designer/index.css +0 -6
- package/es/index.css +0 -286
- package/es/meta-comp/components/Button/editable.css +0 -6
- package/es/meta-comp/components/Button/index.css +0 -23
- package/es/meta-comp/components/Image/index.css +0 -21
- package/es/meta-comp/components/Text/index.css +0 -88
- package/es/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.css +0 -65
- package/es/meta-comp/config-panels/ButtonConfig/index.css +0 -4
- package/es/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.css +0 -23
- package/es/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.css +0 -15
- package/es/meta-comp/config-panels/ImageConfig/index.css +0 -4
- package/es/meta-comp/config-panels/PlayIconConfig/index.css +0 -39
- package/es/meta-comp/config-panels/TextConfig/TextEditModal/index.css +0 -22
- package/es/meta-comp/config-panels/TextConfig/TextLabel/index.css +0 -22
- package/es/meta-comp/config-panels/TextConfig/UnderlineSelect/index.css +0 -18
- package/es/meta-comp/config-panels/TextConfig/index.css +0 -50
- package/lib/assets/less/button.css +0 -36
- package/lib/assets/less/common.css +0 -95
- package/lib/assets/less/cylon-antd.css +0 -26829
- package/lib/assets/less/datepicker.css +0 -9
- package/lib/assets/less/font.css +0 -126
- package/lib/assets/less/form.css +0 -6
- package/lib/assets/less/global.css +0 -9
- package/lib/assets/less/index.css +0 -477
- package/lib/assets/less/input.css +0 -23
- package/lib/assets/less/menu.css +0 -20
- package/lib/assets/less/modal.css +0 -21
- package/lib/assets/less/select.css +0 -28
- package/lib/assets/less/slider.css +0 -61
- package/lib/assets/less/switch.css +0 -17
- package/lib/assets/less/table.css +0 -26
- package/lib/common/AffiliateProductModal/index.css +0 -119
- package/lib/common/AlignSelector/index.css +0 -25
- package/lib/common/Button/index.css +0 -63
- package/lib/common/ButtonIconLayout/index.css +0 -43
- package/lib/common/CardCarousel/index.css +0 -21
- package/lib/common/Collapse/index.css +0 -72
- package/lib/common/ColorPicker/index.css +0 -19
- package/lib/common/ColorPickerInput/index.css +0 -42
- package/lib/common/CountDown/index.css +0 -50
- package/lib/common/CropperModal/index.css +0 -24
- package/lib/common/Field/index.css +0 -38
- package/lib/common/FontStyles/index.css +0 -55
- package/lib/common/GroupList/index.css +0 -73
- package/lib/common/IconPicker/index.css +0 -36
- package/lib/common/Iconfont/index.css +0 -18
- package/lib/common/ImageModal/CommonSelPicCard/index.css +0 -33
- package/lib/common/ImageModal/index.css +0 -22
- package/lib/common/ImagePicker/index.css +0 -179
- package/lib/common/InputNumber/index.css +0 -34
- package/lib/common/LayoutSelector/index.css +0 -26
- package/lib/common/LinkModal/BundleCampaign/index.css +0 -17
- package/lib/common/LinkModal/FilteredProductModal/index.css +0 -104
- package/lib/common/LinkModal/ProductDetailPage/index.css +0 -13
- package/lib/common/LinkModal/ProductList/index.css +0 -107
- package/lib/common/LinkModal/SelectVideoModal/index.css +0 -96
- package/lib/common/LinkModal/ShareUrl/index.css +0 -3
- package/lib/common/LinkModal/index.css +0 -118
- package/lib/common/MessageModal/index.css +0 -73
- package/lib/common/MyModal/index.css +0 -69
- package/lib/common/PopUpModal/index.css +0 -81
- package/lib/common/ProductCardModal/index.css +0 -119
- package/lib/common/ProductFilterModal/components/FilterSearchModal/index.css +0 -123
- package/lib/common/ProductFilterModal/index.css +0 -99
- package/lib/common/ProductModal/SortableImageList/index.css +0 -3
- package/lib/common/ProductModal/index.css +0 -123
- package/lib/common/ProductSource/index.css +0 -13
- package/lib/common/RatingText/index.css +0 -11
- package/lib/common/RcCollapse/index.css +0 -64
- package/lib/common/RcCollapse/motion.css +0 -7
- package/lib/common/SelectStoreModal/SortableImageList/index.css +0 -3
- package/lib/common/SelectStoreModal/index.css +0 -123
- package/lib/common/Slider/index.css +0 -31
- package/lib/common/StoreSource/index.css +0 -13
- package/lib/common/SwiperBan/index.css +0 -23
- package/lib/common/SwitchCollapse/index.css +0 -25
- package/lib/common/SystemNotification/Confirm/index.css +0 -32
- package/lib/common/Tag/index.css +0 -15
- package/lib/common/Toast/index.css +0 -28
- package/lib/common/UrlPicker/AnchorModal/index.css +0 -14
- package/lib/common/UrlPicker/index.css +0 -78
- package/lib/common/Video/QualityComponent/index.css +0 -63
- package/lib/common/Video/RateComponent/index.css +0 -51
- package/lib/common/Video/index.css +0 -61
- package/lib/common/VideoPC/components/index.css +0 -51
- package/lib/common/VideoPC/index.css +0 -71
- package/lib/common/VideoUpload/index.css +0 -97
- package/lib/composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigSetting/index.css +0 -3
- package/lib/composite-comp/ashita/second-config-panels/WalletAshitaSecondConfig/index.css +0 -6
- package/lib/composite-comp/bol/components/Banner/pc/index.css +0 -71
- package/lib/composite-comp/bol/components/Button/index.css +0 -36
- package/lib/composite-comp/bol/components/Carousel/pc/index.css +0 -96
- package/lib/composite-comp/bol/components/ImageGallery/pc/index.css +0 -16
- package/lib/composite-comp/bol/components/ImageText/pc/index.css +0 -128
- package/lib/composite-comp/bol/components/Newsletter/index.css +0 -55
- package/lib/composite-comp/bol/components/Tag/index.css +0 -27
- package/lib/composite-comp/bol/components/Text/index.css +0 -40
- package/lib/composite-comp/bol/components/Video/components/ShareBtn/index.css +0 -46
- package/lib/composite-comp/bol/components/Video/components/VideoTag/index.css +0 -70
- package/lib/composite-comp/bol/components/Video/pc/Layout1/index.css +0 -33
- package/lib/composite-comp/bol/components/Video/pc/Layout2/index.css +0 -57
- package/lib/composite-comp/bol/components/Video/pc/Layout3/index.css +0 -34
- package/lib/composite-comp/bol/components/Video/pc/Layout4/index.css +0 -45
- package/lib/composite-comp/bol/components/Video/pc/Layout5/index.css +0 -43
- package/lib/composite-comp/bol/components/Video/pc/index.css +0 -3
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.css +0 -14
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.css +0 -3
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.css +0 -14
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.css +0 -3
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.css +0 -3
- package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.css +0 -14
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.css +0 -14
- package/lib/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.css +0 -14
- package/lib/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.css +0 -3
- package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.css +0 -3
- package/lib/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.css +0 -3
- package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.css +0 -6
- package/lib/composite-comp/bol/second-config-panels/TagSecondConfig/index.css +0 -3
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.css +0 -3
- package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.css +0 -66
- package/lib/composite-comp/common/components/AffiliateProductItem/index.css +0 -132
- package/lib/composite-comp/common/components/ImageLabel/index.css +0 -56
- package/lib/composite-comp/common/components/MonpayProductItem/index.css +0 -244
- package/lib/composite-comp/common/components/ProductItem/index.css +0 -175
- package/lib/composite-comp/common/components/WatermarkLabel/index.css +0 -17
- package/lib/composite-comp/common/config-panels/CustomizeConfig/index.css +0 -21
- package/lib/composite-comp/common/config-panels/SpacingConfig/index.css +0 -13
- package/lib/composite-comp/dito/components/FlashDeal/pc/ProductItem/index.css +0 -107
- package/lib/composite-comp/dito/components/FlashDeal/pc/index.css +0 -90
- package/lib/composite-comp/dito/components/GroupedCarousel/pc/index.css +0 -56
- package/lib/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.css +0 -18
- package/lib/composite-comp/dito/components/News/pc/index.css +0 -38
- package/lib/composite-comp/dito/components/PcNavigation/pc/index.css +0 -82
- package/lib/composite-comp/dito/components/Recommend/pc/index.css +0 -101
- package/lib/composite-comp/dito/components/SearchBar/pc/index.css +0 -56
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/ConfirmModal/index.css +0 -55
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/Header/index.css +0 -161
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/VideoItem/index.css +0 -19
- package/lib/composite-comp/dito/components/SearchDITO/pc/index.css +0 -46
- package/lib/composite-comp/dito/components/SignBoard/pc/index.css +0 -148
- package/lib/composite-comp/dito/components/SlideImage/pc/components/CardItem/index.css +0 -3
- package/lib/composite-comp/dito/components/SlideImage/pc/components/ParallaxScroll/index.css +0 -16
- package/lib/composite-comp/dito/components/SlideImage/pc/components/VideoItem/index.css +0 -53
- package/lib/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.css +0 -16
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.css +0 -16
- package/lib/composite-comp/dito/config-panels/GroupBuyConfig/GroupBuyConfigContent/index.css +0 -31
- package/lib/composite-comp/dito/config-panels/GroupedCarouselConfig/ConfigGroup/index.css +0 -14
- package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.css +0 -60
- package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/index.css +0 -19
- package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.css +0 -60
- package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.css +0 -4
- package/lib/composite-comp/dito/config-panels/NewsConfig/ConfigGroup/index.css +0 -14
- package/lib/composite-comp/dito/config-panels/PersonalInformationConfig/ConfigDecoration/index.css +0 -3
- package/lib/composite-comp/dito/config-panels/PersonalInformationSecondConfig/ConfigDecoration/index.css +0 -3
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.css +0 -14
- package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigContent/index.css +0 -7
- package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigSetting/index.css +0 -3
- package/lib/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.css +0 -7
- package/lib/composite-comp/dito/config-panels/SearchDITOConfig/ConfigContent/index.css +0 -5
- package/lib/composite-comp/dito/config-panels/SearchDITOConfig/ConfigSetting/index.css +0 -3
- package/lib/composite-comp/dito/config-panels/SlideImageConfig/ConfigGroup/index.css +0 -14
- package/lib/composite-comp/dito/second-config-panels/NewsSecondConfig/index.css +0 -6
- package/lib/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.css +0 -6
- package/lib/composite-comp/dito/second-config-panels/PersonalInformationSecondSecondConfig/index.css +0 -6
- package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.css +0 -11
- package/lib/composite-comp/dito/second-config-panels/SearchDITOSecondConfig/index.css +0 -66
- package/lib/composite-comp/dito/second-config-panels/SlideImageSecondConfig/index.css +0 -61
- package/lib/composite-comp/monpay/components/InterestProducts/mobile/ProductItem/index.css +0 -167
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/MonpayCountDown/index.css +0 -19
- package/lib/composite-comp/monpay/config-panels/BundleConfig/ConfigContent/index.css +0 -32
- package/lib/composite-comp/monpay/config-panels/BundleConfig/ConfigTitle/index.css +0 -5
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigContent/index.css +0 -32
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigTitle/index.css +0 -5
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.css +0 -32
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigTitle/index.css +0 -5
- package/lib/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigContent/index.css +0 -32
- package/lib/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigTitle/index.css +0 -5
- package/lib/composite-comp/monpay/config-panels/MonpayRecommendConfig/RecommendConfigGroup/index.css +0 -14
- package/lib/composite-comp/monpay/second-config-panels/MonpayRecommendSecondConfig/index.css +0 -11
- package/lib/composite-comp/nuri/components/AffiliateRecommend/pc/index.css +0 -101
- package/lib/composite-comp/nuri/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.css +0 -0
- package/lib/composite-comp/nuri/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.css +0 -14
- package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.css +0 -60
- package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.css +0 -0
- package/lib/composite-comp/nuri/second-config-panels/AffiliateRecommendSecondConfig/index.css +0 -11
- package/lib/composite-comp/public/config-panels/LocationConfig/index.css +0 -12
- package/lib/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.css +0 -11
- package/lib/composite-comp/public/config-panels/WalletConfig/GroupList/index.css +0 -60
- package/lib/composite-comp/public/config-panels/WalletConfig/WalletConfigImageGroup/index.css +0 -0
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.css +0 -41
- package/lib/core/Designer/AiImageGenerator/GenerateSize/index.css +0 -3
- package/lib/core/Designer/AiImageGenerator/History/index.css +0 -73
- package/lib/core/Designer/AiImageGenerator/NumberSlider/index.css +0 -8
- package/lib/core/Designer/AiImageGenerator/UploadReference/index.css +0 -45
- package/lib/core/Designer/AiImageGenerator/index.css +0 -128
- package/lib/core/Designer/AppointmentModal/index.css +0 -16
- package/lib/core/Designer/ChatRobot/components/CopyBtn/index.css +0 -0
- package/lib/core/Designer/ChatRobot/components/SearchCondition/index.css +0 -31
- package/lib/core/Designer/ChatRobot/index.css +0 -167
- package/lib/core/Designer/ChatRobot/markdown.css +0 -840
- package/lib/core/Designer/CompListPanel/CompCard/index.css +0 -65
- package/lib/core/Designer/CompListPanel/index.css +0 -63
- package/lib/core/Designer/ConfigPanel/TerminalSelect/index.css +0 -29
- package/lib/core/Designer/ConfigPanel/index.css +0 -123
- package/lib/core/Designer/LeftTitle/index.css +0 -9
- package/lib/core/Designer/PageCompList/index.css +0 -108
- package/lib/core/Designer/QuickMenuBar/index.css +0 -109
- package/lib/core/Designer/RenderHtml/index.css +0 -5
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.css +0 -47
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.css +0 -22
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.css +0 -52
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.css +0 -9
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.css +0 -25
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.css +0 -23
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.css +0 -36
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.css +0 -22
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.css +0 -52
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.css +0 -9
- package/lib/core/Designer/ToolBarModal/ToolBtn/index.css +0 -22
- package/lib/core/Designer/ToolBarModal/index.css +0 -30
- package/lib/core/Designer/ViewArea/index.css +0 -80
- package/lib/core/Designer/index.css +0 -6
- package/lib/index.css +0 -286
- package/lib/meta-comp/components/Button/editable.css +0 -6
- package/lib/meta-comp/components/Button/index.css +0 -23
- package/lib/meta-comp/components/Image/index.css +0 -21
- package/lib/meta-comp/components/Text/index.css +0 -88
- package/lib/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.css +0 -65
- package/lib/meta-comp/config-panels/ButtonConfig/index.css +0 -4
- package/lib/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.css +0 -23
- package/lib/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.css +0 -15
- package/lib/meta-comp/config-panels/ImageConfig/index.css +0 -4
- package/lib/meta-comp/config-panels/PlayIconConfig/index.css +0 -39
- package/lib/meta-comp/config-panels/TextConfig/TextEditModal/index.css +0 -22
- package/lib/meta-comp/config-panels/TextConfig/TextLabel/index.css +0 -22
- package/lib/meta-comp/config-panels/TextConfig/UnderlineSelect/index.css +0 -18
- package/lib/meta-comp/config-panels/TextConfig/index.css +0 -50
- /package/es/{assets/less/variables.css → common/Carousel/index.less} +0 -0
- /package/es/common/{Carousel/index.css → ImageLazy/index.less} +0 -0
- /package/es/common/{ImageLazy/index.css → MagicLink/index.less} +0 -0
- /package/es/common/{MagicLink/index.css → NewImg/index.less} +0 -0
- /package/es/composite-comp/ashita/components/WalletAshita/mobile/{index.css → index.less} +0 -0
- /package/es/{common/NewImg/index.css → composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigContent/index.less} +0 -0
- /package/es/composite-comp/ashita/{components/WalletAshita/pc/index.css → config-panels/WalletAshitaConfig/WalletConfigImageGroup/index.less} +0 -0
- /package/es/composite-comp/bol/components/Banner/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/bol/components/Carousel/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/bol/components/ImageGallery/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/bol/components/ImageText/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/bol/components/Video/mobile/Layout1/{index.css → index.less} +0 -0
- /package/es/composite-comp/bol/components/Video/mobile/Layout2/{index.css → index.less} +0 -0
- /package/es/composite-comp/bol/components/Video/mobile/Layout3/{index.css → index.less} +0 -0
- /package/es/composite-comp/bol/components/Video/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/{ashita/config-panels/WalletAshitaConfig/WalletConfigContent/index.css → bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less} +0 -0
- /package/es/composite-comp/{ashita/config-panels/WalletAshitaConfig/WalletConfigImageGroup/index.css → bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less} +0 -0
- /package/es/composite-comp/bol/config-panels/{CarouselConfig/CarouselConfigImageGroup/index.css → TextCompConfig/TextConfigContent/index.less} +0 -0
- /package/es/composite-comp/bol/{config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.css → second-config-panels/TextSecondConfig/TextContentConfigContent/index.less} +0 -0
- /package/es/composite-comp/dito/components/Bargain/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/Campaign/mobile/components/Bargain/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/Campaign/mobile/components/CountDown/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/Campaign/mobile/components/FlashSale/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/Campaign/mobile/components/GroupBuy/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/Campaign/mobile/components/ProductItem/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/Campaign/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/CommonFunctions/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/FlashDeal/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/GroupBuy/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/HeadNavigation/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/MenuNavigation/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/MobileNavigation/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/PersonalInformation/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/PersonalInformationSecond/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/Recommend/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/SearchBanner/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/SearchBar/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/SignBoard/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/{bol/config-panels/TextCompConfig/TextConfigContent/index.css → dito/config-panels/BargainConfig/FlashDealConfigTitle/index.less} +0 -0
- /package/es/composite-comp/{bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.css → dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less} +0 -0
- /package/es/composite-comp/dito/config-panels/{BargainConfig/FlashDealConfigTitle/index.css → GroupedCarouselConfig/ConfigTitle/index.less} +0 -0
- /package/es/composite-comp/dito/config-panels/{FlashDealConfig/FlashDealConfigTitle/index.css → NewsConfig/ConfigTitle/index.less} +0 -0
- /package/es/composite-comp/dito/config-panels/{GroupedCarouselConfig/ConfigTitle/index.css → RecommendConfig/RecommendConfigContent/index.less} +0 -0
- /package/es/composite-comp/dito/config-panels/{NewsConfig/ConfigTitle/index.css → SearchBannerConfig/ConfigImageGroup/index.less} +0 -0
- /package/es/composite-comp/dito/config-panels/{RecommendConfig/RecommendConfigContent/index.css → SearchDITOConfig/ConfigImageGroup/index.less} +0 -0
- /package/es/composite-comp/monpay/components/Bundle/mobile/BundleItem/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/Bundle/mobile/BundleProdItem/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/Bundle/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/InterestProducts/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/MerchantSales/mobile/StoreItem/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/MerchantSales/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/MonpayFlashDeal/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/MonpayRecommend/mobile/SearchCondition/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/MonpayRecommend/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/MonpaySignBoard/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/{dito/config-panels/SearchBannerConfig/ConfigImageGroup/index.css → monpay/config-panels/MonpayRecommendConfig/RecommendConfigContent/index.less} +0 -0
- /package/es/composite-comp/{dito/config-panels/SearchDITOConfig/ConfigImageGroup/index.css → monpay/config-panels/MonpayRecommendConfig/RecommendConfigTitle/index.less} +0 -0
- /package/es/composite-comp/nuri/components/AffiliateRecommend/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/nuri/components/WalletNuri/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/{monpay/config-panels/MonpayRecommendConfig/RecommendConfigContent/index.css → nuri/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.less} +0 -0
- /package/es/composite-comp/{monpay/config-panels/MonpayRecommendConfig/RecommendConfigTitle/index.css → nuri/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less} +0 -0
- /package/es/composite-comp/public/components/Location/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/public/components/Stores/mobile/StoreItem/{index.css → index.less} +0 -0
- /package/es/composite-comp/public/components/Stores/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/public/components/Wallet/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/{nuri/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.css → public/config-panels/WalletConfig/WalletConfigImageGroup/index.less} +0 -0
- /package/es/{composite-comp/nuri/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.css → core/Designer/ChatRobot/components/CopyBtn/index.less} +0 -0
- /package/{es/composite-comp/public/config-panels/WalletConfig/WalletConfigImageGroup/index.css → lib/common/Carousel/index.less} +0 -0
- /package/{es/core/Designer/ChatRobot/components/CopyBtn/index.css → lib/common/ImageLazy/index.less} +0 -0
- /package/lib/{assets/less/variables.css → common/MagicLink/index.less} +0 -0
- /package/lib/common/{Carousel/index.css → NewImg/index.less} +0 -0
- /package/lib/composite-comp/ashita/components/WalletAshita/mobile/{index.css → index.less} +0 -0
- /package/lib/{common/ImageLazy/index.css → composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigContent/index.less} +0 -0
- /package/lib/{common/MagicLink/index.css → composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigImageGroup/index.less} +0 -0
- /package/lib/composite-comp/bol/components/Banner/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/bol/components/Carousel/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/bol/components/ImageGallery/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/bol/components/ImageText/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/bol/components/Video/mobile/Layout1/{index.css → index.less} +0 -0
- /package/lib/composite-comp/bol/components/Video/mobile/Layout2/{index.css → index.less} +0 -0
- /package/lib/composite-comp/bol/components/Video/mobile/Layout3/{index.css → index.less} +0 -0
- /package/lib/composite-comp/bol/components/Video/mobile/{index.css → index.less} +0 -0
- /package/lib/{common/NewImg/index.css → composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less} +0 -0
- /package/lib/composite-comp/{ashita/components/WalletAshita/pc/index.css → bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less} +0 -0
- /package/lib/composite-comp/{ashita/config-panels/WalletAshitaConfig/WalletConfigContent/index.css → bol/config-panels/TextCompConfig/TextConfigContent/index.less} +0 -0
- /package/lib/composite-comp/{ashita/config-panels/WalletAshitaConfig/WalletConfigImageGroup/index.css → bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less} +0 -0
- /package/lib/composite-comp/dito/components/Bargain/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/Campaign/mobile/components/Bargain/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/Campaign/mobile/components/CountDown/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/Campaign/mobile/components/FlashSale/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/Campaign/mobile/components/GroupBuy/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/Campaign/mobile/components/ProductItem/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/Campaign/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/CommonFunctions/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/FlashDeal/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/GroupBuy/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/HeadNavigation/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/MenuNavigation/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/MobileNavigation/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/PersonalInformation/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/PersonalInformationSecond/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/Recommend/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/SearchBanner/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/SearchBar/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/SignBoard/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/{bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.css → dito/config-panels/BargainConfig/FlashDealConfigTitle/index.less} +0 -0
- /package/lib/composite-comp/{bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.css → dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less} +0 -0
- /package/lib/composite-comp/{bol/config-panels/TextCompConfig/TextConfigContent/index.css → dito/config-panels/GroupedCarouselConfig/ConfigTitle/index.less} +0 -0
- /package/lib/composite-comp/{bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.css → dito/config-panels/NewsConfig/ConfigTitle/index.less} +0 -0
- /package/lib/composite-comp/dito/config-panels/{BargainConfig/FlashDealConfigTitle/index.css → RecommendConfig/RecommendConfigContent/index.less} +0 -0
- /package/lib/composite-comp/dito/config-panels/{FlashDealConfig/FlashDealConfigTitle/index.css → SearchBannerConfig/ConfigImageGroup/index.less} +0 -0
- /package/lib/composite-comp/dito/config-panels/{GroupedCarouselConfig/ConfigTitle/index.css → SearchDITOConfig/ConfigImageGroup/index.less} +0 -0
- /package/lib/composite-comp/monpay/components/Bundle/mobile/BundleItem/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/Bundle/mobile/BundleProdItem/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/Bundle/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/InterestProducts/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/MerchantSales/mobile/StoreItem/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/MerchantSales/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/MonpayFlashDeal/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/MonpayRecommend/mobile/SearchCondition/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/MonpayRecommend/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/MonpaySignBoard/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/{dito/config-panels/NewsConfig/ConfigTitle/index.css → monpay/config-panels/MonpayRecommendConfig/RecommendConfigContent/index.less} +0 -0
- /package/lib/composite-comp/{dito/config-panels/RecommendConfig/RecommendConfigContent/index.css → monpay/config-panels/MonpayRecommendConfig/RecommendConfigTitle/index.less} +0 -0
- /package/lib/composite-comp/nuri/components/AffiliateRecommend/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/nuri/components/WalletNuri/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/{dito/config-panels/SearchBannerConfig/ConfigImageGroup/index.css → nuri/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.less} +0 -0
- /package/lib/composite-comp/{dito/config-panels/SearchDITOConfig/ConfigImageGroup/index.css → nuri/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less} +0 -0
- /package/lib/composite-comp/public/components/Location/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/public/components/Stores/mobile/StoreItem/{index.css → index.less} +0 -0
- /package/lib/composite-comp/public/components/Stores/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/public/components/Wallet/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/{monpay/config-panels/MonpayRecommendConfig/RecommendConfigContent/index.css → public/config-panels/WalletConfig/WalletConfigImageGroup/index.less} +0 -0
- /package/lib/{composite-comp/monpay/config-panels/MonpayRecommendConfig/RecommendConfigTitle/index.css → core/Designer/ChatRobot/components/CopyBtn/index.less} +0 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
|
|
2
|
+
.confirm_wrap {
|
|
3
|
+
padding: 16px 16px 12px 16px;
|
|
4
|
+
.confirm_title {
|
|
5
|
+
display: flex;
|
|
6
|
+
align-items: center;
|
|
7
|
+
font-family: 'Open Sans';
|
|
8
|
+
font-style: normal;
|
|
9
|
+
font-weight: 600;
|
|
10
|
+
font-size: 16px;
|
|
11
|
+
line-height: 24px;
|
|
12
|
+
color: #232F46;
|
|
13
|
+
.confirm_title_text {
|
|
14
|
+
margin-left: 16px;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
.confirm_content {
|
|
18
|
+
font-family: 'Open Sans';
|
|
19
|
+
font-style: normal;
|
|
20
|
+
font-weight: 400;
|
|
21
|
+
font-size: 13px;
|
|
22
|
+
line-height: 18px;
|
|
23
|
+
color: #232F46;
|
|
24
|
+
margin-left: 40px;
|
|
25
|
+
margin-top: 10px;
|
|
26
|
+
}
|
|
27
|
+
.confirm_footer {
|
|
28
|
+
margin-top: 24px;
|
|
29
|
+
display: flex;
|
|
30
|
+
align-items: center;
|
|
31
|
+
justify-content: flex-end;
|
|
32
|
+
}
|
|
33
|
+
}
|
package/lib/common/Tag/index.js
CHANGED
|
@@ -11,6 +11,8 @@ var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
|
11
11
|
|
|
12
12
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
13
|
|
|
14
|
+
require("./index.less");
|
|
15
|
+
|
|
14
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
17
|
|
|
16
18
|
function Tag(props) {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
.m-tagWrap {
|
|
2
|
+
padding: 6px 12px;
|
|
3
|
+
border: 1px solid #E4E4E4;
|
|
4
|
+
color: #545454;
|
|
5
|
+
border-radius: 4px;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
font-size: 14px;
|
|
8
|
+
line-height: 24px;
|
|
9
|
+
margin-right: 15px;
|
|
10
|
+
margin-top: 8px;
|
|
11
|
+
|
|
12
|
+
&.active {
|
|
13
|
+
color: #FF8650;
|
|
14
|
+
border-color: #FF8650;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -9,6 +9,8 @@ exports["default"] = Toast;
|
|
|
9
9
|
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
11
|
|
|
12
|
+
require("./index.less");
|
|
13
|
+
|
|
12
14
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
13
15
|
|
|
14
16
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
.toastWrap {
|
|
2
|
+
position: fixed;
|
|
3
|
+
display: flex;
|
|
4
|
+
top: 40%;
|
|
5
|
+
left: 20px;
|
|
6
|
+
right: 20px;
|
|
7
|
+
z-index: 99999;
|
|
8
|
+
transform: translateZ(1000px);
|
|
9
|
+
background-color: #e5f6ea;
|
|
10
|
+
min-height: 32px;
|
|
11
|
+
align-items: center;
|
|
12
|
+
margin-bottom: 15px;
|
|
13
|
+
background: rgba(0, 0, 0, 0.8);
|
|
14
|
+
border-radius: 16px;
|
|
15
|
+
animation: fadeIn .2s linear;
|
|
16
|
+
|
|
17
|
+
span {
|
|
18
|
+
text-overflow: ellipsis;
|
|
19
|
+
color: #fff;
|
|
20
|
+
font-weight: 500;
|
|
21
|
+
font-size: 14px;
|
|
22
|
+
text-align: center;
|
|
23
|
+
color: #FFFFFF;
|
|
24
|
+
line-height: 24px;
|
|
25
|
+
padding: 15px;
|
|
26
|
+
letter-spacing: .5px;
|
|
27
|
+
width: 100%;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -15,6 +15,8 @@ var _mobx = require("../../../mobx");
|
|
|
15
15
|
|
|
16
16
|
var _constants = require("../../../constants");
|
|
17
17
|
|
|
18
|
+
require("./index.less");
|
|
19
|
+
|
|
18
20
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
21
|
|
|
20
22
|
var __extends = void 0 && (void 0).__extends || function () {
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
.magicAnchorModal {
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
.footer {
|
|
5
|
+
display: flex;
|
|
6
|
+
align-items: center;
|
|
7
|
+
justify-content: flex-end;
|
|
8
|
+
padding-top: 20px;
|
|
9
|
+
|
|
10
|
+
.btn-cancel {
|
|
11
|
+
margin-right: 12px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.btn-confirm {
|
|
15
|
+
background: #2F54EB;
|
|
16
|
+
border: none;
|
|
17
|
+
border-radius: 6px;
|
|
18
|
+
// margin-left: 20px;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -23,6 +23,8 @@ var _constants = require("../../constants");
|
|
|
23
23
|
|
|
24
24
|
var _mobx = require("../../mobx");
|
|
25
25
|
|
|
26
|
+
require("./index.less");
|
|
27
|
+
|
|
26
28
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
27
29
|
|
|
28
30
|
var __extends = void 0 && (void 0).__extends || function () {
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
.m-url-picker {
|
|
2
|
+
position: relative;
|
|
3
|
+
.disabled {
|
|
4
|
+
position: absolute;
|
|
5
|
+
left: 0;
|
|
6
|
+
right: 0;
|
|
7
|
+
bottom: 0;
|
|
8
|
+
top: 0;
|
|
9
|
+
background-color: #D2D9E5;
|
|
10
|
+
z-index: 1;
|
|
11
|
+
opacity: 0.5;
|
|
12
|
+
border-radius: 8px;
|
|
13
|
+
}
|
|
14
|
+
.noEditable {
|
|
15
|
+
background: rgba(239,239,239,0.3) !important;
|
|
16
|
+
}
|
|
17
|
+
.input-url {
|
|
18
|
+
width: 100%;
|
|
19
|
+
height: 40px;
|
|
20
|
+
background: #FFFFFF;
|
|
21
|
+
border: 1px solid #D2D9E5;
|
|
22
|
+
border-radius: 8px;
|
|
23
|
+
display: flex;
|
|
24
|
+
padding: 9px 14px;
|
|
25
|
+
display: flex;
|
|
26
|
+
align-items: center;
|
|
27
|
+
|
|
28
|
+
input {
|
|
29
|
+
border: none;
|
|
30
|
+
outline: none;
|
|
31
|
+
height: 24px;
|
|
32
|
+
flex-grow: 1;
|
|
33
|
+
font-family: 'Open Sans';
|
|
34
|
+
font-style: normal;
|
|
35
|
+
font-weight: 400;
|
|
36
|
+
font-size: 14px;
|
|
37
|
+
color: #232F46;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/* 使用webkit内核的浏览器 */
|
|
41
|
+
input::-webkit-input-placeholder {
|
|
42
|
+
font-family: 'Open Sans';
|
|
43
|
+
font-style: normal;
|
|
44
|
+
font-weight: 400;
|
|
45
|
+
font-size: 14px;
|
|
46
|
+
color: #8493AF;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/* Firefox版本4-18 */
|
|
50
|
+
input:-moz-placeholder {
|
|
51
|
+
font-family: 'Open Sans';
|
|
52
|
+
font-style: normal;
|
|
53
|
+
font-weight: 400;
|
|
54
|
+
font-size: 14px;
|
|
55
|
+
color: #8493AF;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* Firefox版本19+ */
|
|
59
|
+
input::-moz-placeholder {
|
|
60
|
+
font-family: 'Open Sans';
|
|
61
|
+
font-style: normal;
|
|
62
|
+
font-weight: 400;
|
|
63
|
+
font-size: 14px;
|
|
64
|
+
color: #8493AF;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/* IE浏览器 */
|
|
68
|
+
input:-ms-input-placeholder {
|
|
69
|
+
font-family: 'Open Sans';
|
|
70
|
+
font-style: normal;
|
|
71
|
+
font-weight: 400;
|
|
72
|
+
font-size: 14px;
|
|
73
|
+
color: #8493AF;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.icon-btns {
|
|
77
|
+
display: flex;
|
|
78
|
+
align-items: center;
|
|
79
|
+
|
|
80
|
+
&>span {
|
|
81
|
+
margin-left: 12px;
|
|
82
|
+
cursor: pointer;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
.player-hidden {
|
|
2
|
+
display: none !important;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.quality-components {
|
|
6
|
+
float: right;
|
|
7
|
+
color: #fff;
|
|
8
|
+
height: 35px;
|
|
9
|
+
position: relative;
|
|
10
|
+
box-sizing: border-box;
|
|
11
|
+
margin-top: 4px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.current-quality {
|
|
15
|
+
display: flex;
|
|
16
|
+
height: 100%;
|
|
17
|
+
align-items: center;
|
|
18
|
+
justify-content: center;
|
|
19
|
+
// width: 70px;
|
|
20
|
+
cursor: pointer;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.quality-list {
|
|
24
|
+
position: absolute;
|
|
25
|
+
bottom: 46px;
|
|
26
|
+
display: none;
|
|
27
|
+
padding: 0;
|
|
28
|
+
margin: 0;
|
|
29
|
+
list-style: none;
|
|
30
|
+
|
|
31
|
+
li {
|
|
32
|
+
text-align: center;
|
|
33
|
+
// width: 70px;
|
|
34
|
+
line-height: 30px;
|
|
35
|
+
background-color: rgba(0, 0, 0, .6);
|
|
36
|
+
cursor: pointer;
|
|
37
|
+
|
|
38
|
+
&.current {
|
|
39
|
+
color: #00c1de;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&+li {
|
|
43
|
+
border-top: 1px solid rgba(78, 78, 78, 0.3);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&:hover {
|
|
47
|
+
background-color: rgba(0, 0, 0, .5);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.quality-modal {
|
|
55
|
+
position: absolute;
|
|
56
|
+
bottom: 20%;
|
|
57
|
+
left: 5%;
|
|
58
|
+
background-color: rgba(0, 0, 0, .6);
|
|
59
|
+
border-radius: 5px;
|
|
60
|
+
color: #fff;
|
|
61
|
+
padding: 10px 15px;
|
|
62
|
+
font-size: 14px;
|
|
63
|
+
display: none;
|
|
64
|
+
|
|
65
|
+
span.current-quality-tag {
|
|
66
|
+
color: #00c1de;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
@media(max-width: 768px) {
|
|
71
|
+
.current-quality {
|
|
72
|
+
width: 40px;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.quality-list li {
|
|
76
|
+
width: 45px;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
.player-hidden {
|
|
2
|
+
display: none !important;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.rate-components {
|
|
6
|
+
float: right;
|
|
7
|
+
color: #fff;
|
|
8
|
+
height: 35px;
|
|
9
|
+
position: relative;
|
|
10
|
+
box-sizing: border-box;
|
|
11
|
+
margin-top: 5px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.current-rate {
|
|
15
|
+
display: flex;
|
|
16
|
+
height: 100%;
|
|
17
|
+
align-items: center;
|
|
18
|
+
justify-content: center;
|
|
19
|
+
width: 70px;
|
|
20
|
+
cursor: pointer;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.rate-list {
|
|
24
|
+
position: absolute;
|
|
25
|
+
bottom: 46px;
|
|
26
|
+
display: none;
|
|
27
|
+
padding: 0;
|
|
28
|
+
margin: 0;
|
|
29
|
+
list-style: none;
|
|
30
|
+
|
|
31
|
+
li {
|
|
32
|
+
text-align: center;
|
|
33
|
+
width: 70px;
|
|
34
|
+
line-height: 30px;
|
|
35
|
+
background-color: rgba(0, 0, 0, .6);
|
|
36
|
+
cursor: pointer;
|
|
37
|
+
|
|
38
|
+
&.current {
|
|
39
|
+
color: #00c1de;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&+li {
|
|
43
|
+
border-top: 1px solid rgba(78, 78, 78, 0.3);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&:hover {
|
|
47
|
+
background-color: rgba(0, 0, 0, .5);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
@media(max-width: 768px) {
|
|
55
|
+
.current-rate {
|
|
56
|
+
width: 40px;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.rate-list li {
|
|
60
|
+
width: 43px;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -15,6 +15,8 @@ var _closeImg = _interopRequireDefault(require("./closeImg.png"));
|
|
|
15
15
|
|
|
16
16
|
var _commonUtil = require("../../utils/commonUtil");
|
|
17
17
|
|
|
18
|
+
require("./index.less");
|
|
19
|
+
|
|
18
20
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
21
|
|
|
20
22
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
.video-container {
|
|
2
|
+
position: relative;
|
|
3
|
+
height: 100%;
|
|
4
|
+
background-image: linear-gradient(0, rgba(0, 0, 0, .2), rgba(0, 0, 0, .1), rgba(0, 0, 0, .2));
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
.video-cover-img {
|
|
8
|
+
position: absolute;
|
|
9
|
+
top: 0;
|
|
10
|
+
right: 0;
|
|
11
|
+
left: 0;
|
|
12
|
+
bottom: 0;
|
|
13
|
+
object-fit: cover;
|
|
14
|
+
width: 100%;
|
|
15
|
+
height: 100%;
|
|
16
|
+
z-index: 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.prism-player .prism-cover {
|
|
20
|
+
z-index: 0;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.video-wrap {
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 100%;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.pc-video-modal-wrap {
|
|
30
|
+
position: fixed;
|
|
31
|
+
top: 0;
|
|
32
|
+
left: 0;
|
|
33
|
+
right: 0;
|
|
34
|
+
bottom: 0;
|
|
35
|
+
display: flex;
|
|
36
|
+
align-items: center;
|
|
37
|
+
justify-content: center;
|
|
38
|
+
z-index: 999;
|
|
39
|
+
|
|
40
|
+
.video-shadow-wrap {
|
|
41
|
+
position: fixed;
|
|
42
|
+
top: 0;
|
|
43
|
+
left: 0;
|
|
44
|
+
right: 0;
|
|
45
|
+
bottom: 0;
|
|
46
|
+
z-index: 1000;
|
|
47
|
+
opacity: .4;
|
|
48
|
+
background-color: #000;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.content-wrap {
|
|
52
|
+
width: 1100px;
|
|
53
|
+
max-width: 90%;
|
|
54
|
+
height: 600px;
|
|
55
|
+
// padding: 10px;
|
|
56
|
+
background: rgb(255 255 255);
|
|
57
|
+
border-radius: 5px;
|
|
58
|
+
z-index: 1001;
|
|
59
|
+
position: relative;
|
|
60
|
+
|
|
61
|
+
.close-img-wrap {
|
|
62
|
+
position: absolute;
|
|
63
|
+
right: 14px;
|
|
64
|
+
top: 14px;
|
|
65
|
+
width: 20px;
|
|
66
|
+
height: 20px;
|
|
67
|
+
cursor: pointer;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
.player-hidden {
|
|
2
|
+
display: none !important;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.rate-components {
|
|
6
|
+
float: right;
|
|
7
|
+
color: #fff;
|
|
8
|
+
height: 35px;
|
|
9
|
+
position: relative;
|
|
10
|
+
box-sizing: border-box;
|
|
11
|
+
margin-top: 5px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.current-rate {
|
|
15
|
+
display: flex;
|
|
16
|
+
height: 100%;
|
|
17
|
+
align-items: center;
|
|
18
|
+
justify-content: center;
|
|
19
|
+
width: 70px;
|
|
20
|
+
cursor: pointer;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.rate-list {
|
|
24
|
+
position: absolute;
|
|
25
|
+
bottom: 46px;
|
|
26
|
+
display: none;
|
|
27
|
+
padding: 0;
|
|
28
|
+
margin: 0;
|
|
29
|
+
list-style: none;
|
|
30
|
+
|
|
31
|
+
li {
|
|
32
|
+
text-align: center;
|
|
33
|
+
width: 70px;
|
|
34
|
+
line-height: 30px;
|
|
35
|
+
background-color: rgba(0, 0, 0, .6);
|
|
36
|
+
cursor: pointer;
|
|
37
|
+
|
|
38
|
+
&.current {
|
|
39
|
+
color: #00c1de;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&+li {
|
|
43
|
+
border-top: 1px solid rgba(78, 78, 78, 0.3);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&:hover {
|
|
47
|
+
background-color: rgba(0, 0, 0, .5);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
@media(max-width: 768px) {
|
|
55
|
+
.current-rate {
|
|
56
|
+
width: 40px;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.rate-list li {
|
|
60
|
+
width: 43px;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -13,6 +13,8 @@ var _closeImg = _interopRequireDefault(require("./closeImg.png"));
|
|
|
13
13
|
|
|
14
14
|
var _commonUtil = require("../../utils/commonUtil");
|
|
15
15
|
|
|
16
|
+
require("./index.less");
|
|
17
|
+
|
|
16
18
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
19
|
|
|
18
20
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
.video-container {
|
|
2
|
+
position: relative;
|
|
3
|
+
height: 100%;
|
|
4
|
+
background-image: linear-gradient(0, rgba(0, 0, 0, .2), rgba(0, 0, 0, .1), rgba(0, 0, 0, .2));
|
|
5
|
+
&:empty {
|
|
6
|
+
height: 400px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.video-cover-img {
|
|
10
|
+
position: absolute;
|
|
11
|
+
top: 0;
|
|
12
|
+
right: 0;
|
|
13
|
+
left: 0;
|
|
14
|
+
bottom: 0;
|
|
15
|
+
object-fit: cover;
|
|
16
|
+
width: 100%;
|
|
17
|
+
height: 100%;
|
|
18
|
+
z-index: 0;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.prism-player .prism-cover {
|
|
22
|
+
z-index: 0;
|
|
23
|
+
}
|
|
24
|
+
.prism-player video{
|
|
25
|
+
position:relative !important;
|
|
26
|
+
left: 0 !important;
|
|
27
|
+
top: 0 !important;
|
|
28
|
+
transform: none !important;
|
|
29
|
+
display: block !important;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.video-wrap {
|
|
33
|
+
width: 100%;
|
|
34
|
+
height: 100%;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.pc-video-modal-wrap {
|
|
39
|
+
position: fixed;
|
|
40
|
+
top: 0;
|
|
41
|
+
left: 0;
|
|
42
|
+
right: 0;
|
|
43
|
+
bottom: 0;
|
|
44
|
+
display: flex;
|
|
45
|
+
align-items: center;
|
|
46
|
+
justify-content: center;
|
|
47
|
+
z-index: 999;
|
|
48
|
+
|
|
49
|
+
.video-shadow-wrap {
|
|
50
|
+
position: fixed;
|
|
51
|
+
top: 0;
|
|
52
|
+
left: 0;
|
|
53
|
+
right: 0;
|
|
54
|
+
bottom: 0;
|
|
55
|
+
z-index: 1000;
|
|
56
|
+
opacity: .4;
|
|
57
|
+
background-color: #000;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.content-wrap {
|
|
61
|
+
width: 1100px;
|
|
62
|
+
max-width: 90%;
|
|
63
|
+
height: 600px;
|
|
64
|
+
// padding: 10px;
|
|
65
|
+
background: rgb(255 255 255);
|
|
66
|
+
border-radius: 5px;
|
|
67
|
+
z-index: 1001;
|
|
68
|
+
position: relative;
|
|
69
|
+
|
|
70
|
+
.close-img-wrap {
|
|
71
|
+
position: absolute;
|
|
72
|
+
right: 14px;
|
|
73
|
+
top: 14px;
|
|
74
|
+
width: 20px;
|
|
75
|
+
height: 20px;
|
|
76
|
+
cursor: pointer;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
@@ -17,6 +17,8 @@ var _Iconfont = _interopRequireDefault(require("../Iconfont"));
|
|
|
17
17
|
|
|
18
18
|
var _locale = require("../../locale");
|
|
19
19
|
|
|
20
|
+
require("./index.less");
|
|
21
|
+
|
|
20
22
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
21
23
|
|
|
22
24
|
var __extends = void 0 && (void 0).__extends || function () {
|