diff --git a/pages/goods/categoryList/categoryList.wxml b/pages/goods/categoryList/categoryList.wxml index 1d1c849..faaed5b 100644 --- a/pages/goods/categoryList/categoryList.wxml +++ b/pages/goods/categoryList/categoryList.wxml @@ -139,7 +139,10 @@ {{classify_name}} + + + diff --git a/pages/goods/categoryList/categoryList.wxss b/pages/goods/categoryList/categoryList.wxss index 354082c..47a1e90 100644 --- a/pages/goods/categoryList/categoryList.wxss +++ b/pages/goods/categoryList/categoryList.wxss @@ -240,10 +240,20 @@ line-height: 45rpx; .classify_name{ width: 90%; margin: auto; - height: 80rpx; + height: 70rpx; border-bottom: 1rpx solid #eee; - line-height: 80rpx; + line-height: 85rpx; + font-weight: 600; + } .classify_content{ - width: 100% + width: 67% + + } + .classify_content-frame{ + width: 90%; + height: 90%; + margin: auto; + flex-wrap:wrap; + justify-content:space-between; } \ No newline at end of file