From e4cc29aa780858f42fdc02667a7d1fdb3c556d7e Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Tue, 18 Dec 2018 18:52:08 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BC=98=E6=83=A0=E5=8D=A1=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/discountCardList/discountCardList.wxss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/discountCardList/discountCardList.wxss b/pages/discountCardList/discountCardList.wxss index d585027..c4aef49 100644 --- a/pages/discountCardList/discountCardList.wxss +++ b/pages/discountCardList/discountCardList.wxss @@ -72,8 +72,8 @@ .detail_msg text{ display: block; font-size:28rpx; - height: 60rpx; - line-height: 60rpx; + height: 65rpx; + line-height: 65rpx; color: #333; text-align: center; } @@ -139,7 +139,9 @@ font-size: 28rpx; color:#FF3535!important; background: none; + border-top:1px solid #eee; } +button::after{ border: none; } .buycardbtn button text{ margin-left: 10rpx; }