From 096e49952c1438b253b7ccadd492d22a8a318aca Mon Sep 17 00:00:00 2001 From: cheng.xu Date: Wed, 25 Sep 2019 17:50:44 +0800 Subject: [PATCH] 商品分享改版 --- pages/goods/categoryList/categoryList.wxml | 6 +++++- pages/goods/categoryList/categoryList.wxss | 16 +++++++++++++--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/pages/goods/categoryList/categoryList.wxml b/pages/goods/categoryList/categoryList.wxml index ad2ec9a..ffe605d 100644 --- a/pages/goods/categoryList/categoryList.wxml +++ b/pages/goods/categoryList/categoryList.wxml @@ -10,7 +10,11 @@ - + + diff --git a/pages/goods/categoryList/categoryList.wxss b/pages/goods/categoryList/categoryList.wxss index a9d23f1..9b03c00 100644 --- a/pages/goods/categoryList/categoryList.wxss +++ b/pages/goods/categoryList/categoryList.wxss @@ -46,12 +46,12 @@ swiper{ display: flex; align-items: center; margin: 0rpx 30rpx; - width: 675rpx; + width: 600rpx; height: 58rpx; border-radius: 29rpx; background-color: #fff; position: relative; - top:15rpx; + } .search-img { @@ -151,4 +151,14 @@ swiper{ .user-name { padding-left: 30rpx; } -.fenlei-list{z-index: -1;} \ No newline at end of file +.fenlei-list{z-index: -1;} + +/* 分享样式*/ +.share-height{ + line-height: 30rpx; + +} +.share-black-img{ + width:50rpx; + height: 40rpx; +} \ No newline at end of file -- libgit2 0.21.4