From f4a8292a874d20b0ca334a52a3cab6b5d183871f Mon Sep 17 00:00:00 2001 From: season Date: Thu, 17 Oct 2019 09:53:30 +0800 Subject: [PATCH] 商品分类 --- pages/goods/categoryList/categoryList.wxml | 19 +++++++++---------- pages/goods/categoryList/categoryList.wxss | 23 +++++++++++++++++++---- 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/pages/goods/categoryList/categoryList.wxml b/pages/goods/categoryList/categoryList.wxml index 096519b..b5e39d8 100644 --- a/pages/goods/categoryList/categoryList.wxml +++ b/pages/goods/categoryList/categoryList.wxml @@ -145,8 +145,7 @@ - - {{ittms.items.name}} + {{ittms.items.name}} @@ -197,8 +196,8 @@ - - {{user.name}} + + {{user.name}} @@ -220,9 +219,9 @@ - - - {{goods.items.name}} + + + {{goods.items.name}} @@ -248,9 +247,9 @@ - - - {{item.name}} + + + {{item.name}} diff --git a/pages/goods/categoryList/categoryList.wxss b/pages/goods/categoryList/categoryList.wxss index 0736c06..7b8606e 100644 --- a/pages/goods/categoryList/categoryList.wxss +++ b/pages/goods/categoryList/categoryList.wxss @@ -322,6 +322,19 @@ line-height: 65rpx; font-size: 24rpx; } .brand_img_frame{ + width: 45%; + margin-top: 18rpx; + margin-right: 15rpx; + height: 160rpx; + } + .brand_img{ + width:200rpx; + height:86rpx; + margin-bottom: 10rpx; + margin-top: 10rpx; + + } + .type_img_frame{ width: 30%; height: 140rpx; margin-top: 18rpx; @@ -330,16 +343,18 @@ line-height: 65rpx; } - .brand_img{ - width:65%; - height:63%; + + + .type_img{ + width:80rpx; + height:80rpx; margin-bottom: 10rpx; margin-top: 10rpx; } .brand_img-name{ width: 100%; - height: 20%; + height: 80rpx; } .select_classify.width80.text3{ padding-right: 20rpx; -- libgit2 0.21.4