From 88bb4f655698e1e557ff996100c774628275820a Mon Sep 17 00:00:00 2001 From: slj Date: Tue, 23 Nov 2021 15:25:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/cell/index.wxss | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/components/cell/index.wxss b/components/cell/index.wxss index 44062f5..5153b53 100644 --- a/components/cell/index.wxss +++ b/components/cell/index.wxss @@ -4,7 +4,7 @@ border-bottom: 1px solid #E7E7E7; display: flex; flex-direction: row; - padding: 20rpx 20rpx; + padding: 10px 20rpx; } .cell-left { flex:1; @@ -13,9 +13,10 @@ justify-content: space-around; } .cell_title { - font-weight: 300; - font-size: 17px; + font-weight: 400; + font-size: 16px; color: #000; + font-family: PingFangSC-Regular; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; @@ -35,9 +36,9 @@ color: #D4D4D4; } .cell_info_top { - padding: 0 20rpx; - width: 66rpx; - height: 33rpx; + padding: 0 10px; + width: 20px; + height: 12px; } .cell-right { margin-left: 10rpx;