From 13918a1f994fcde92e7a84034a22ed7c30599036 Mon Sep 17 00:00:00 2001 From: cheng.xu Date: Thu, 26 Sep 2019 19:36:40 +0800 Subject: [PATCH] 商品分类, --- pages/goods/categoryList/categoryList.wxml | 3 +++ pages/goods/categoryList/categoryList.wxss | 16 +++++++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) 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 -- libgit2 0.21.4