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; }