From 7ae5947afeac4c8200fbf9f4540e5cf25823cc80 Mon Sep 17 00:00:00 2001 From: cheng.xu Date: Thu, 26 Sep 2019 17:26:01 +0800 Subject: [PATCH] 商品分类 --- pages/goods/categoryList/categoryList.js | 1 + pages/goods/categoryList/categoryList.wxml | 10 ++++++---- pages/goods/categoryList/categoryList.wxss | 12 +++++++++++- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/pages/goods/categoryList/categoryList.js b/pages/goods/categoryList/categoryList.js index 13eb389..582ec11 100644 --- a/pages/goods/categoryList/categoryList.js +++ b/pages/goods/categoryList/categoryList.js @@ -32,6 +32,7 @@ Page({ //选择分类的控制属性 select_classify_on:223, index:223, + classify_name:"国家",//项目类型 }, onLoad: function(tt) { const res = wx.getSystemInfoSync(), diff --git a/pages/goods/categoryList/categoryList.wxml b/pages/goods/categoryList/categoryList.wxml index e589110..1d1c849 100644 --- a/pages/goods/categoryList/categoryList.wxml +++ b/pages/goods/categoryList/categoryList.wxml @@ -121,14 +121,14 @@ - diff --git a/pages/goods/categoryList/categoryList.wxss b/pages/goods/categoryList/categoryList.wxss index c4aa9d2..354082c 100644 --- a/pages/goods/categoryList/categoryList.wxss +++ b/pages/goods/categoryList/categoryList.wxss @@ -236,4 +236,14 @@ line-height: 45rpx; } .text-indent{ text-indent: 31rpx; - } \ No newline at end of file + } + .classify_name{ + width: 90%; + margin: auto; + height: 80rpx; + border-bottom: 1rpx solid #eee; + line-height: 80rpx; + } + .classify_content{ + width: 100% + } \ No newline at end of file -- libgit2 0.21.4