From 1d8f2181dc1ab9049aeda797e1f392e47f52792e Mon Sep 17 00:00:00 2001 From: taiwan Date: Sat, 25 Dec 2021 15:41:04 +0800 Subject: [PATCH] 商品列表标题字体大小修改 --- pages/goods/goodsList/goodsList.wxss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/goods/goodsList/goodsList.wxss b/pages/goods/goodsList/goodsList.wxss index a5dd8c0..c21ffdf 100644 --- a/pages/goods/goodsList/goodsList.wxss +++ b/pages/goods/goodsList/goodsList.wxss @@ -114,13 +114,13 @@ page { } .item-cont .title { - font-size: 26rpx; + font-size: 30rpx; height: 72rpx; margin-bottom: 20rpx; /* padding-right: 10rpx; */ line-height: 36rpx; color: #2C2C2C; - text-align: justify; + /* text-align: justify; */ overflow: hidden; } -- libgit2 0.21.4