s-material-react 1.3.33 → 1.3.34
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/css/common/coupon.scss +7 -6
- package/css/pages/cart.scss +97 -0
- package/css/pages/classifyNavGroup/classifyNav.scss +20 -0
- package/css/pages/classifyNavGroup/classifyNavOne.scss +20 -0
- package/css/pages/classifyNavGroup/classifyNavThree.scss +36 -0
- package/css/pages/classifyNavGroup/classifyNavTwo.scss +16 -0
- package/css/pages/classifyNavGroup/index.scss +4 -0
- package/css/pages/cube.scss +9 -1
- package/css/pages/goods.scss +6 -7
- package/css/pages/{goodsClassify.scss → goodsClassifyGroup/goodsClassify.scss} +8 -1
- package/css/pages/goodsClassifyGroup/goodsClassifyOne.scss +127 -0
- package/css/pages/goodsClassifyGroup/goodsClassifyTwo.scss +49 -0
- package/css/pages/goodsClassifyGroup/index.scss +3 -0
- package/css/pages/goodsDetail.scss +1 -1
- package/css/pages/goodsDetailGroup/GoodsDetailHandleBarOne.scss +61 -0
- package/css/pages/goodsDetailGroup/GoodsDetailInfoOne.scss +32 -0
- package/css/pages/goodsDetailGroup/index.scss +2 -0
- package/css/pages/goodsGroup/goodsSlider.scss +52 -0
- package/css/pages/goodsGroup/goodsSlideshow.scss +88 -0
- package/css/pages/goodsGroup/index.scss +2 -0
- package/css/pages/goodsList.scss +10 -3
- package/css/pages/index.scss +14 -7
- package/css/pages/lineGroup/index.scss +1 -0
- package/css/pages/lineGroup/textLine.scss +19 -0
- package/css/pages/orderList.scss +3 -2
- package/css/pages/slider.scss +55 -0
- package/dist/components/ClassifyNav/ClassifyNav/index.d.ts +15 -0
- package/dist/components/ClassifyNav/ClassifyNavTwo/index.d.ts +24 -0
- package/dist/components/ClassifyNav/index.d.ts +2 -15
- package/dist/components/ClassifyNavGroup/ClassifyNav/index.d.ts +15 -0
- package/dist/components/ClassifyNavGroup/ClassifyNavOne/index.d.ts +29 -0
- package/dist/components/ClassifyNavGroup/ClassifyNavThree/index.d.ts +18 -0
- package/dist/components/ClassifyNavGroup/ClassifyNavTwo/index.d.ts +16 -0
- package/dist/components/ClassifyNavGroup/index.d.ts +4 -0
- package/dist/components/Goods/index.d.ts +11 -5
- package/dist/components/GoodsClassifyGroup/GoodsClassify/components/classifyFloor.d.ts +8 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassify/components/classifySkeleton.d.ts +1 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassify/components/index.d.ts +2 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassify/index.d.ts +10 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/components/classifyFloor.d.ts +8 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/components/classifyOneContent.d.ts +2 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/components/classifyOneFloor.d.ts +2 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/components/classifyOneHeader.d.ts +2 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/components/classifySkeleton.d.ts +1 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/components/context.d.ts +1 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/components/index.d.ts +2 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/hooks/useGoodsClassifyGroup.d.ts +1 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/hooks/useGoodsClassifyOne.d.ts +4 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyOne/index.d.ts +2 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyTwo/components/goodsClassifyTwoContent.d.ts +7 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyTwo/components/level3Arr.d.ts +9 -0
- package/dist/components/GoodsClassifyGroup/GoodsClassifyTwo/index.d.ts +9 -0
- package/dist/components/GoodsClassifyGroup/index.d.ts +3 -0
- package/dist/components/GoodsDetailAndEvaluate/goodsDetailEvaluate.d.ts +1 -0
- package/dist/components/GoodsDetailAndEvaluate/goodsDetailInfo.d.ts +3 -0
- package/dist/components/GoodsDetailAndEvaluate/index.d.ts +3 -0
- package/dist/components/GoodsDetailBanner/index.d.ts +3 -0
- package/dist/components/GoodsDetailCoupon/index.d.ts +3 -0
- package/dist/components/GoodsDetailHandleBar/goodsDetailPopup.d.ts +10 -0
- package/dist/components/GoodsDetailHandleBar/index.d.ts +3 -0
- package/dist/components/GoodsDetailInfo/goodsDetailCollection.d.ts +2 -0
- package/dist/components/GoodsDetailInfo/index.d.ts +3 -0
- package/dist/components/GoodsDetailPromotion/index.d.ts +3 -0
- package/dist/components/GoodsDetailSku/goodsDetailPopup.d.ts +10 -0
- package/dist/components/GoodsDetailSku/index.d.ts +6 -0
- package/dist/components/GoodsGroup/Goods/index.d.ts +30 -0
- package/dist/components/GoodsGroup/GoodsSlider/index.d.ts +19 -0
- package/dist/components/GoodsGroup/GoodsSlideshow/index.d.ts +17 -0
- package/dist/components/GoodsGroup/index.d.ts +3 -26
- package/dist/components/GoodsGroupBackup/index.d.ts +26 -0
- package/dist/components/GoodsList/components/filter.d.ts +2 -1
- package/dist/components/GoodsList/index.d.ts +13 -1
- package/dist/components/LineGroup/Line/index.d.ts +12 -0
- package/dist/components/LineGroup/TextLine/index.d.ts +16 -0
- package/dist/components/LineGroup/index.d.ts +2 -0
- package/dist/components/Mine/components/index.d.ts +2 -0
- package/dist/components/Mine/components/menuList.d.ts +1 -0
- package/dist/components/Mine/components/orderEntry.d.ts +1 -0
- package/dist/components/MineBackup/components/index.d.ts +2 -0
- package/dist/components/MineBackup/components/menuList.d.ts +1 -0
- package/dist/components/MineBackup/components/orderEntry.d.ts +1 -0
- package/dist/components/MineBackup/index.d.ts +8 -0
- package/dist/components/MineData/index.d.ts +8 -0
- package/dist/components/MineFunction/index.d.ts +6 -0
- package/dist/components/MineOrderEntry/index.d.ts +5 -0
- package/dist/components/OrderList/components/orderItem.d.ts +2 -2
- package/dist/components/OrderList/components/orderListItem.d.ts +3 -17
- package/dist/components/OrderList/index.d.ts +8 -1
- package/dist/components/PlaceOrder/PlaceOrderAddress/index.d.ts +3 -0
- package/dist/components/PlaceOrder/PlaceOrderAddress/orderAddress.d.ts +12 -0
- package/dist/components/PlaceOrder/PlaceOrderCoupon/index.d.ts +2 -0
- package/dist/components/PlaceOrder/PlaceOrderDelivery/index.d.ts +3 -0
- package/dist/components/PlaceOrder/PlaceOrderGood/index.d.ts +2 -0
- package/dist/components/PlaceOrder/PlaceOrderInfo/index.d.ts +2 -0
- package/dist/components/PlaceOrder/PlaceOrderOperate/index.d.ts +14 -0
- package/dist/components/PlaceOrder/PlaceOrderResult/index.d.ts +18 -0
- package/dist/components/PlaceOrder/local/index.d.ts +2 -0
- package/dist/components/Search/Search/index.d.ts +1 -3
- package/dist/components/Search/SearchStyleTwo/index.d.ts +1 -3
- package/dist/components/Slider/index.d.ts +11 -0
- package/dist/components/Slider/item.d.ts +3 -1
- package/dist/components/Slider/slider.d.ts +33 -0
- package/dist/components/goodsDetailGroup/GoodsDetailAndEvaluate/index.d.ts +2 -0
- package/dist/components/goodsDetailGroup/GoodsDetailHandleBar/index.d.ts +0 -1
- package/dist/components/goodsDetailGroup/GoodsDetailHandleBarOne/index.d.ts +16 -0
- package/dist/components/goodsDetailGroup/GoodsDetailInfoOne/handleBar.d.ts +2 -0
- package/dist/components/goodsDetailGroup/GoodsDetailInfoOne/index.d.ts +7 -0
- package/dist/components/goodsDetailGroup/GoodsDetailSku/index.d.ts +1 -6
- package/dist/components/goodsDetailGroup/common/goodsDetailPopup.d.ts +13 -0
- package/dist/components/goodsDetailGroup/common/skuItem.d.ts +11 -0
- package/dist/components/goodsDetailGroup/index.d.ts +2 -0
- package/dist/components/index.d.ts +6 -8
- package/dist/index.js +1 -1
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/addressItem/checkboxItem.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/addressItem/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/card/index.d.ts +9 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/coupon/index-next.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/coupon/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/evaluateItem/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/evaluateList/index.d.ts +5 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/icon/index.d.ts +7 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/mock/index.d.ts +300 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/noData/index.d.ts +7 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/rate/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/rateItem/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/scrollWrap/index.d.ts +8 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/common/stepNum/index.d.ts +5 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressDetail/components/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressDetail/components/pickChinaAddress/china.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressDetail/components/pickChinaAddress/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressDetail/components/skull/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressDetail/components/switchItem/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressDetail/config.d.ts +51 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressDetail/index.d.ts +11 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressList/components/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressList/components/skull.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/AddressList/index.d.ts +11 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/ArticleDetail/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Cart/components/cartItem.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Cart/components/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Cart/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/ClassifyNav/index.d.ts +15 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/CollectionList/components/collectItem.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/CollectionList/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/CouponList/components/couponItem.d.ts +9 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/CouponList/components/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/CouponList/components/noData.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/CouponList/components/skull.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/CouponList/index.d.ts +8 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Cube/index.d.ts +20 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/EvaluateDetail/index.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/EvaluateList/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/ExpressInfo/components/expressInfoStep.d.ts +6 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/ExpressInfo/components/expressInfoTop.d.ts +6 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/ExpressInfo/components/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/ExpressInfo/index.d.ts +16 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Footprint/components/collectItem.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Footprint/components/footprint.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Footprint/components/footprintGroup.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Footprint/components/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Footprint/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Goods/index.d.ts +25 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsClassify/components/classifyFloor.d.ts +8 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsClassify/components/classifySkeleton.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsClassify/components/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsClassify/index.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsBanner.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailAndEvaluate.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailCollection.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailCoupon.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailEvaluate.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailHandleBar.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailInfo.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailPopup.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailPromotion.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsDetailSize.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/goodsInfo.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/index.d.ts +8 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/components/skuItem.d.ts +9 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetail/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetailSwiper/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsDetailTopInfo/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsGroup/index.d.ts +26 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsList/components/filter.d.ts +5 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsList/components/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/GoodsList/index.d.ts +6 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Line/index.d.ts +12 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Mine/MineData/index.d.ts +8 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Mine/MineFunction/index.d.ts +6 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Mine/MineOrderEntry/index.d.ts +5 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Mine/components/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Mine/components/menuList.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Mine/components/orderEntry.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Mine/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/MineBackup/components/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/MineBackup/components/menuList.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/MineBackup/components/orderEntry.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/MineBackup/index.d.ts +8 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/MineData/index.d.ts +8 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/MineFunction/index.d.ts +6 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/MineOrderEntry/index.d.ts +5 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Notice/index.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/NoticeDetail/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/OrderDetail/component/footer.d.ts +13 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/OrderDetail/index.d.ts +14 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/OrderList/components/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/OrderList/components/orderItem.d.ts +6 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/OrderList/components/orderListItem.d.ts +23 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/OrderList/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PaymentMode/config.d.ts +6 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PaymentMode/index.d.ts +11 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/PlaceOrderAddress/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/PlaceOrderAddress/orderAddress.d.ts +12 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/PlaceOrderCoupon/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/PlaceOrderDelivery/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/PlaceOrderGood/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/PlaceOrderInfo/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/PlaceOrderOperate/index.d.ts +14 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/PlaceOrderResult/index.d.ts +18 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/components/coupon.d.ts +5 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/components/index.d.ts +4 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/components/operate.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/components/orderAddress.d.ts +12 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/components/orderPrice.d.ts +12 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/components/shop.d.ts +4 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/index.d.ts +14 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrder/local/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/PlaceOrderAddress/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/PlaceOrderAddress/orderAddress.d.ts +12 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/PlaceOrderCoupon/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/PlaceOrderDelivery/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/PlaceOrderGood/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/PlaceOrderInfo/index.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/PlaceOrderOperate/index.d.ts +14 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/PlaceOrderResult/index.d.ts +18 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/PlaceOrderGroup/index.d.ts +7 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Search/index.d.ts +16 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/SearchPage/index.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Service/index.d.ts +12 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Slider/index.d.ts +25 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Slider/item.d.ts +4 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Title/index.d.ts +18 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/Video/index.d.ts +13 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailAndEvaluate/goodsDetailEvaluate.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailAndEvaluate/goodsDetailInfo.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailAndEvaluate/index.d.ts +7 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailBanner/index.d.ts +8 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailCoupon/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailHandleBar/goodsDetailPopup.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailHandleBar/index.d.ts +14 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailInfo/goodsDetailCollection.d.ts +2 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailInfo/index.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailPromotion/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailSku/goodsDetailPopup.d.ts +10 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/GoodsDetailSku/index.d.ts +6 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/goodsDetailGroup/index.d.ts +7 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/components/index.d.ts +35 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/hooks/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/hooks/useDynamicHeight.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/hooks/useSafeTabBar.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/routerMap/index.d.ts +21 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/static/icon/index.d.ts +7 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/static/index.d.ts +1 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/utils/checkImgUrl.d.ts +0 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/utils/index.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/utils/payment.d.ts +14 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/utils/storage.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/utils/useService.d.ts +3 -0
- package/dist/lowcode_materials_react/packages/s-material-react/src/utils/util.d.ts +1 -0
- package/dist/qj-api-store/packages/qj-b2c-api/src/index.d.ts +2 -0
- package/dist/qj-api-store/packages/qj-b2c-api/src/operation/index.d.ts +150 -0
- package/dist/qj-api-store/packages/qj-b2c-api/src/user/index.d.ts +43 -0
- package/dist/routerMap/index.d.ts +21 -0
- package/dist/s-material-react/src/components/ClassifyNavGroup/ClassifyNav/index.d.ts +15 -0
- package/dist/s-material-react/src/components/ClassifyNavGroup/index.d.ts +3 -0
- package/dist/store-api/packages/qj-mobile-store/src/index.d.ts +3 -0
- package/dist/store-api/packages/qj-mobile-store/src/store/goodsDetail/hooks/index.d.ts +10 -0
- package/dist/store-api/packages/qj-mobile-store/src/store/goodsDetail/index.d.ts +3 -0
- package/dist/store-api/packages/qj-mobile-store/src/store/index.d.ts +21 -0
- package/package.json +1 -1
- package/css/pages/classifyNav.scss +0 -19
- /package/{css/pages/goodsGroup.scss → dist/lowcode_materials_react/packages/s-material-react/src/options/index.d.ts} +0 -0
package/css/common/coupon.scss
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
background: radial-gradient(transparent 0px, transparent 4px, #1a1922 4px, #1a1922) -10px -10px;
|
|
8
8
|
background-size: 20px 20px;
|
|
9
9
|
margin-bottom: 14px;
|
|
10
|
-
|
|
10
|
+
color: #fff;
|
|
11
11
|
&:after {
|
|
12
12
|
content: '';
|
|
13
13
|
position: absolute;
|
|
@@ -30,12 +30,13 @@
|
|
|
30
30
|
display: grid;
|
|
31
31
|
grid-template-columns: 100px 1fr 50px;
|
|
32
32
|
position: relative;
|
|
33
|
+
column-gap: 15px;
|
|
33
34
|
|
|
34
35
|
.coupon-pick {
|
|
35
36
|
line-height: 30px;
|
|
36
37
|
height: 30px;
|
|
37
38
|
background: #bfa676;
|
|
38
|
-
color: #fff;
|
|
39
|
+
//color: #fff;
|
|
39
40
|
text-align: center;
|
|
40
41
|
border-radius: 12px;
|
|
41
42
|
margin-top: 32px;
|
|
@@ -44,7 +45,7 @@
|
|
|
44
45
|
line-height: 30px;
|
|
45
46
|
height: 30px;
|
|
46
47
|
background: #666;
|
|
47
|
-
color: #fff;
|
|
48
|
+
//color: #fff;
|
|
48
49
|
text-align: center;
|
|
49
50
|
border-radius: 12px;
|
|
50
51
|
margin-top: 32px;
|
|
@@ -64,12 +65,12 @@
|
|
|
64
65
|
.symbol {
|
|
65
66
|
font-size: 15px;
|
|
66
67
|
margin: 25px 0 10px;
|
|
67
|
-
color: #fff;
|
|
68
|
+
//color: #fff;
|
|
68
69
|
}
|
|
69
70
|
|
|
70
71
|
.num {
|
|
71
72
|
font-size: 12px;
|
|
72
|
-
color: #fff;
|
|
73
|
+
//color: #fff;
|
|
73
74
|
text-align: center;
|
|
74
75
|
}
|
|
75
76
|
}
|
|
@@ -83,7 +84,7 @@
|
|
|
83
84
|
.title {
|
|
84
85
|
margin-bottom: 12px;
|
|
85
86
|
font-size: 16px;
|
|
86
|
-
color: #fff;
|
|
87
|
+
//color: #fff;
|
|
87
88
|
line-height: 22px;
|
|
88
89
|
}
|
|
89
90
|
|
package/css/pages/cart.scss
CHANGED
|
@@ -191,3 +191,100 @@
|
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
|
+
|
|
195
|
+
.cart-edit {
|
|
196
|
+
text-align: right;
|
|
197
|
+
border-bottom: 1px solid #e2e2e2;
|
|
198
|
+
padding: 6px 0;
|
|
199
|
+
background-color: #ffffff;
|
|
200
|
+
|
|
201
|
+
.btn {
|
|
202
|
+
display: inline-block;
|
|
203
|
+
font-size: 12px;
|
|
204
|
+
margin-right: 10px;
|
|
205
|
+
color: #333333;
|
|
206
|
+
padding: 10px 12px;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
.cart-promote-active{
|
|
210
|
+
margin: 0 12px;
|
|
211
|
+
text-align: left;
|
|
212
|
+
padding-bottom: 10px;
|
|
213
|
+
border-bottom: 1px solid #e2e2e2;
|
|
214
|
+
}
|
|
215
|
+
.cart-list-item {
|
|
216
|
+
width: 100%;
|
|
217
|
+
padding: 22px 12px;
|
|
218
|
+
box-sizing: border-box;
|
|
219
|
+
display: grid;
|
|
220
|
+
grid-template-columns: 20px 82px 1fr;
|
|
221
|
+
gap: 10px;
|
|
222
|
+
//
|
|
223
|
+
background-color: #ffffff;
|
|
224
|
+
.checkBoxWrap {
|
|
225
|
+
position: relative;
|
|
226
|
+
|
|
227
|
+
checkbox {
|
|
228
|
+
position: absolute;
|
|
229
|
+
top: 50%;
|
|
230
|
+
left: 0;
|
|
231
|
+
margin-top: -10px;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.wx-checkbox-input {
|
|
235
|
+
width: 18px;
|
|
236
|
+
height: 18px;
|
|
237
|
+
border-radius: 50%;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.wx-checkbox-input.wx-checkbox-input-checked {
|
|
241
|
+
background-color: #000000;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.wx-checkbox-input.wx-checkbox-input-checked::before {
|
|
245
|
+
color: #ffffff;
|
|
246
|
+
font-size: 14px;
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.img {
|
|
251
|
+
width: 82px;
|
|
252
|
+
height: 82px;
|
|
253
|
+
border-radius: 10px;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.cartItem-info {
|
|
257
|
+
.cartItem-goodsName {
|
|
258
|
+
font-size: 14px;
|
|
259
|
+
min-height: 28px;
|
|
260
|
+
line-height: 17px;
|
|
261
|
+
display: block;
|
|
262
|
+
margin-bottom: 6px;
|
|
263
|
+
padding-top: 4px;
|
|
264
|
+
text-align: left;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.cartItem-size {
|
|
268
|
+
font-size: 12px;
|
|
269
|
+
color: #bababa;
|
|
270
|
+
margin-bottom: 6px;
|
|
271
|
+
text-align: left;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.cartItem-handleWrap {
|
|
275
|
+
display: flex;
|
|
276
|
+
justify-content: space-between;
|
|
277
|
+
|
|
278
|
+
.price {
|
|
279
|
+
font-size: 12px;
|
|
280
|
+
color: #000;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.stepper {
|
|
284
|
+
height: 18px;
|
|
285
|
+
--input-width: 30px;
|
|
286
|
+
--button-width: 18px;
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
.classifyNav {
|
|
2
|
+
width: 100%;
|
|
3
|
+
display: grid;
|
|
4
|
+
grid-template-columns: repeat(4, 1fr);
|
|
5
|
+
|
|
6
|
+
.classifyNavItem {
|
|
7
|
+
.img {
|
|
8
|
+
width: 60px;
|
|
9
|
+
height: 60px;
|
|
10
|
+
display: block;
|
|
11
|
+
margin: 10px auto 0;
|
|
12
|
+
}
|
|
13
|
+
.label {
|
|
14
|
+
display: block;
|
|
15
|
+
text-align: center;
|
|
16
|
+
margin-top: 6px;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
.classifyNav-one {
|
|
2
|
+
width: 95%;
|
|
3
|
+
margin: 0 auto;
|
|
4
|
+
display: grid;
|
|
5
|
+
gap: 10px;
|
|
6
|
+
padding: 10px 0;
|
|
7
|
+
box-sizing: border-box;
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
.classifyNav-item {
|
|
11
|
+
|
|
12
|
+
.classifyNav-item-img {
|
|
13
|
+
margin: 0 auto 5px;
|
|
14
|
+
width: 60px;
|
|
15
|
+
height: 60px;
|
|
16
|
+
display: block;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
.classifyNav-three {
|
|
2
|
+
width: 95%;
|
|
3
|
+
margin: 0 auto;
|
|
4
|
+
display: grid;
|
|
5
|
+
gap: 10px;
|
|
6
|
+
padding: 10px 0;
|
|
7
|
+
box-sizing: border-box;
|
|
8
|
+
|
|
9
|
+
.classifyNav-three-item {
|
|
10
|
+
background-size: cover;
|
|
11
|
+
background-position: center;
|
|
12
|
+
margin: 0 auto;
|
|
13
|
+
border: 1px solid #ccc;
|
|
14
|
+
position: relative;
|
|
15
|
+
|
|
16
|
+
.classifyNav-three-item-tag {
|
|
17
|
+
position: absolute;
|
|
18
|
+
width: 100%;
|
|
19
|
+
bottom: 0;
|
|
20
|
+
background: red;
|
|
21
|
+
text-align: center;
|
|
22
|
+
|
|
23
|
+
.classifyNav-three-item-txt {
|
|
24
|
+
&.weight {
|
|
25
|
+
font-weight: bold;
|
|
26
|
+
}
|
|
27
|
+
&.italic {
|
|
28
|
+
font-style: italic;
|
|
29
|
+
}
|
|
30
|
+
&.decoration {
|
|
31
|
+
text-decoration: underline;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
package/css/pages/cube.scss
CHANGED
|
@@ -105,13 +105,21 @@
|
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
& .block:nth-child(1) {
|
|
108
|
-
grid-row: 1 /
|
|
108
|
+
grid-row: 1 / 3;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
& .block:nth-child(2) {
|
|
112
112
|
grid-row: 1 / 2;
|
|
113
113
|
grid-column: 2/4;
|
|
114
114
|
}
|
|
115
|
+
& .block:nth-child(3) {
|
|
116
|
+
grid-row: 2 / 3;
|
|
117
|
+
grid-column: 2/3;
|
|
118
|
+
}
|
|
119
|
+
& .block:nth-child(4) {
|
|
120
|
+
grid-row: 2 / 3;
|
|
121
|
+
grid-column: 3/4;
|
|
122
|
+
}
|
|
115
123
|
}
|
|
116
124
|
|
|
117
125
|
.block {
|
package/css/pages/goods.scss
CHANGED
|
@@ -16,11 +16,6 @@
|
|
|
16
16
|
padding: 8px;
|
|
17
17
|
position: relative;
|
|
18
18
|
|
|
19
|
-
.anticon {
|
|
20
|
-
position: absolute;
|
|
21
|
-
right: 10px;
|
|
22
|
-
bottom: 10px;
|
|
23
|
-
}
|
|
24
19
|
}
|
|
25
20
|
|
|
26
21
|
.titleType {
|
|
@@ -39,7 +34,9 @@
|
|
|
39
34
|
.price {
|
|
40
35
|
font-size: 20px;
|
|
41
36
|
color: #f00;
|
|
42
|
-
|
|
37
|
+
display: flex;
|
|
38
|
+
justify-content: space-between;
|
|
39
|
+
align-items: center;
|
|
43
40
|
.subPrice {
|
|
44
41
|
font-size: 14px;
|
|
45
42
|
}
|
|
@@ -52,7 +49,9 @@
|
|
|
52
49
|
text-decoration: line-through;
|
|
53
50
|
}
|
|
54
51
|
}
|
|
55
|
-
|
|
52
|
+
.outer-shadow {
|
|
53
|
+
box-shadow: 4px 4px 4px #969292;
|
|
54
|
+
}
|
|
56
55
|
.goods-one {
|
|
57
56
|
.goods-img {
|
|
58
57
|
height: 310px;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
width: 100%;
|
|
6
6
|
margin-bottom: 17px;
|
|
7
7
|
height: 34px;
|
|
8
|
-
background-color: #f4f4f4;
|
|
9
8
|
border-radius: 20px;
|
|
10
9
|
text-align: center;
|
|
11
10
|
display: flex;
|
|
@@ -26,15 +25,18 @@
|
|
|
26
25
|
grid-template-columns: 90px 1fr;
|
|
27
26
|
width: 100%;
|
|
28
27
|
height: 100%;
|
|
28
|
+
|
|
29
29
|
.side {
|
|
30
30
|
.adm-side-bar-item-active {
|
|
31
31
|
--adm-color-primary: #000000;
|
|
32
32
|
}
|
|
33
|
+
|
|
33
34
|
.typeBlock {
|
|
34
35
|
.adm-side-bar-item-highlight {
|
|
35
36
|
display: none;
|
|
36
37
|
}
|
|
37
38
|
}
|
|
39
|
+
|
|
38
40
|
.typeNoBlock {
|
|
39
41
|
.adm-side-bar-item-highlight {
|
|
40
42
|
display: block;
|
|
@@ -82,18 +84,23 @@
|
|
|
82
84
|
top: 50%;
|
|
83
85
|
}
|
|
84
86
|
}
|
|
87
|
+
|
|
85
88
|
.container_columns1 {
|
|
86
89
|
grid-template-columns: repeat(1, 1fr);
|
|
87
90
|
}
|
|
91
|
+
|
|
88
92
|
.container_columns2 {
|
|
89
93
|
grid-template-columns: repeat(2, 1fr);
|
|
90
94
|
}
|
|
95
|
+
|
|
91
96
|
.container_columns3 {
|
|
92
97
|
grid-template-columns: repeat(3, 1fr);
|
|
93
98
|
}
|
|
99
|
+
|
|
94
100
|
.container_columns4 {
|
|
95
101
|
grid-template-columns: repeat(4, 1fr);
|
|
96
102
|
}
|
|
103
|
+
|
|
97
104
|
.container {
|
|
98
105
|
display: grid;
|
|
99
106
|
gap: 10px;
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
.goodsClassifyOne {
|
|
2
|
+
.goodsClassifyOne-headerPart {
|
|
3
|
+
position: relative;
|
|
4
|
+
border-bottom: 1px solid #dddddd;
|
|
5
|
+
|
|
6
|
+
.goodsClassifyOne-topListWrap {
|
|
7
|
+
width: 100%;
|
|
8
|
+
height: 40px;
|
|
9
|
+
line-height: 40px;
|
|
10
|
+
display: flex;
|
|
11
|
+
align-items: center;
|
|
12
|
+
|
|
13
|
+
.goodsClassifyOne-topList {
|
|
14
|
+
flex: 1;
|
|
15
|
+
margin-left: 15px;
|
|
16
|
+
display: flex;
|
|
17
|
+
align-items: center;
|
|
18
|
+
overflow-x: auto;
|
|
19
|
+
padding-right: 20px;
|
|
20
|
+
|
|
21
|
+
.goodsClassifyOne-topListItem {
|
|
22
|
+
display: inline-block;
|
|
23
|
+
border: 1px solid #000000;
|
|
24
|
+
border-radius: 20px;
|
|
25
|
+
height: 25px;
|
|
26
|
+
line-height: 25px;
|
|
27
|
+
padding: 0 7px;
|
|
28
|
+
box-sizing: border-box;
|
|
29
|
+
margin-right: 10px;
|
|
30
|
+
flex-shrink: 0;
|
|
31
|
+
|
|
32
|
+
&.active {
|
|
33
|
+
//color: red;
|
|
34
|
+
//border-color: red;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.goodsClassifyOne-icon {
|
|
40
|
+
margin-right: 15px;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.goodsClassifyOne-tipWrap {
|
|
45
|
+
width: 100%;
|
|
46
|
+
height: 200px;
|
|
47
|
+
position: absolute;
|
|
48
|
+
top: 0;
|
|
49
|
+
left: 0;
|
|
50
|
+
z-index: 99;
|
|
51
|
+
border-radius: 10px;
|
|
52
|
+
overflow: hidden;
|
|
53
|
+
background-color: #FFFFFF;
|
|
54
|
+
border: 1px solid #dddddd;
|
|
55
|
+
|
|
56
|
+
.goodsClassifyOne-tipWrap-handleBar {
|
|
57
|
+
width: 100%;
|
|
58
|
+
height: 40px;
|
|
59
|
+
line-height: 40px;
|
|
60
|
+
box-sizing: border-box;
|
|
61
|
+
padding-right: 15px;
|
|
62
|
+
display: flex;
|
|
63
|
+
flex-direction: row-reverse;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.goodsClassifyOne-tipWrapItemWrap {
|
|
67
|
+
display: grid;
|
|
68
|
+
grid-template-columns: repeat(3, 1fr);
|
|
69
|
+
gap: 10px;
|
|
70
|
+
padding: 0 15px 15px;
|
|
71
|
+
box-sizing: border-box;
|
|
72
|
+
|
|
73
|
+
.goodsClassifyOne-tipWrapItem {
|
|
74
|
+
border: 1px solid #000000;
|
|
75
|
+
border-radius: 20px;
|
|
76
|
+
height: 25px;
|
|
77
|
+
line-height: 25px;
|
|
78
|
+
text-align: center;
|
|
79
|
+
|
|
80
|
+
&.active {
|
|
81
|
+
color: red;
|
|
82
|
+
border-color: red;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.goodsClassifyOneContent {
|
|
90
|
+
display: flex;
|
|
91
|
+
|
|
92
|
+
.goodsClassifyOneFloor {
|
|
93
|
+
width: 100%;
|
|
94
|
+
display: grid;
|
|
95
|
+
padding: 20px;
|
|
96
|
+
grid-template-columns: repeat(2, 1fr);
|
|
97
|
+
box-sizing: border-box;
|
|
98
|
+
|
|
99
|
+
.goodsClassifyOneFloorItem {
|
|
100
|
+
text-align: center;
|
|
101
|
+
|
|
102
|
+
.pic {
|
|
103
|
+
width: 70px;
|
|
104
|
+
height: 70px;
|
|
105
|
+
display: inline-block;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.title {
|
|
109
|
+
display: flex;
|
|
110
|
+
justify-content: center;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.goodsClassifyOneFloorNoBlc {
|
|
116
|
+
.adm-side-bar-item-highlight {
|
|
117
|
+
display: none !important;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.goodsClassifyOneFloorNoRound {
|
|
122
|
+
svg {
|
|
123
|
+
display: none !important;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
.goodsClassifyTwo {
|
|
2
|
+
|
|
3
|
+
.goodsClassifyTwoWrap {
|
|
4
|
+
display: flex;
|
|
5
|
+
|
|
6
|
+
.side {
|
|
7
|
+
width: 88px;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.main {
|
|
11
|
+
flex: 1;
|
|
12
|
+
|
|
13
|
+
.goodsClassifyTwoContent {
|
|
14
|
+
padding: 10px;
|
|
15
|
+
|
|
16
|
+
.firstLevelImg {
|
|
17
|
+
display: block;
|
|
18
|
+
margin-bottom: 20px;
|
|
19
|
+
width: auto;
|
|
20
|
+
max-width: 100%;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.level2Title {
|
|
24
|
+
font-size: 16px;
|
|
25
|
+
text-align: center;
|
|
26
|
+
margin-bottom: 10px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.level3Arr {
|
|
30
|
+
display: grid;
|
|
31
|
+
|
|
32
|
+
.level3ArrItem {
|
|
33
|
+
.logo {
|
|
34
|
+
width: 70px;
|
|
35
|
+
height: 70px;
|
|
36
|
+
display: block;
|
|
37
|
+
margin: 0 auto;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.title {
|
|
41
|
+
text-align: center;
|
|
42
|
+
display: block;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
.goodsDetailHandleBarOne {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 54px;
|
|
4
|
+
background-color: #ffffff;
|
|
5
|
+
position: sticky;
|
|
6
|
+
bottom: 0;
|
|
7
|
+
left: 0;
|
|
8
|
+
//top: 0;
|
|
9
|
+
box-sizing: border-box;
|
|
10
|
+
padding: 7px 10px;
|
|
11
|
+
//display: grid;
|
|
12
|
+
//grid-template-columns: 30px 40px 1fr;
|
|
13
|
+
//gap: 20px;
|
|
14
|
+
display: flex;
|
|
15
|
+
|
|
16
|
+
.txt {
|
|
17
|
+
font-size: 13px;
|
|
18
|
+
margin-top: 4px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.server {
|
|
22
|
+
width: 30px;
|
|
23
|
+
margin-right: 20px;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.cart {
|
|
27
|
+
width: 40px;
|
|
28
|
+
margin-right: 20px;
|
|
29
|
+
background-color: #ffffff;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.linkGroup {
|
|
33
|
+
text-align: center;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.goods-detail-one-btn-group {
|
|
37
|
+
flex: 1;
|
|
38
|
+
display: grid;
|
|
39
|
+
grid-template-columns: repeat(2, 1fr);
|
|
40
|
+
width: 100%;
|
|
41
|
+
gap: 10px;
|
|
42
|
+
|
|
43
|
+
.btn {
|
|
44
|
+
display: flex;
|
|
45
|
+
align-items: center;
|
|
46
|
+
justify-content: center;
|
|
47
|
+
|
|
48
|
+
&.addCart {
|
|
49
|
+
background-color: #959595;
|
|
50
|
+
color: #ffffff;
|
|
51
|
+
text-align: center;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&.buy {
|
|
55
|
+
background-color: #000000;
|
|
56
|
+
color: #ffffff;
|
|
57
|
+
text-align: center;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
.goodsDetail-info-one {
|
|
2
|
+
background-color: #fff;
|
|
3
|
+
margin: 0 10px;
|
|
4
|
+
padding: 13px;
|
|
5
|
+
border-bottom: 1px solid #EDEDED;
|
|
6
|
+
|
|
7
|
+
.title {
|
|
8
|
+
font-size: 18px;
|
|
9
|
+
color: #000000;
|
|
10
|
+
line-height: 25px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.price {
|
|
14
|
+
font-size: 20px;
|
|
15
|
+
font-weight: 600;
|
|
16
|
+
line-height: 28px;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.handleBar {
|
|
20
|
+
display: flex;
|
|
21
|
+
text-align: center;
|
|
22
|
+
margin-top: 10px;
|
|
23
|
+
|
|
24
|
+
.collection {
|
|
25
|
+
flex: 1;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.share {
|
|
29
|
+
flex: 1;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
.goodsSlider {
|
|
2
|
+
margin: 0 10px;
|
|
3
|
+
overflow-x: auto;
|
|
4
|
+
white-space: nowrap;
|
|
5
|
+
border: 1px solid;
|
|
6
|
+
|
|
7
|
+
.goodsSliderItem {
|
|
8
|
+
border: 1px solid #ccc;
|
|
9
|
+
width: 180px;
|
|
10
|
+
box-sizing: border-box;
|
|
11
|
+
margin-right: 10px;
|
|
12
|
+
display: inline-block;
|
|
13
|
+
|
|
14
|
+
&:last-child {
|
|
15
|
+
margin-right: 0;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.img {
|
|
19
|
+
width: 100%;
|
|
20
|
+
height: 180px;
|
|
21
|
+
background-position: center;
|
|
22
|
+
background-size: cover;
|
|
23
|
+
border-bottom: 1px solid #ccc;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.board {
|
|
27
|
+
padding: 10px;
|
|
28
|
+
box-sizing: border-box;
|
|
29
|
+
|
|
30
|
+
.title {
|
|
31
|
+
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.info {
|
|
35
|
+
.lPart {
|
|
36
|
+
display: flex;
|
|
37
|
+
align-items: center;
|
|
38
|
+
|
|
39
|
+
.price {
|
|
40
|
+
margin-right: 5px;
|
|
41
|
+
color: red;
|
|
42
|
+
font-size: 16px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.marketPrice {
|
|
46
|
+
text-decoration: line-through;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|