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