From 0cb32caa3e3dadf5ec9a588c26ee81cb8001b210 Mon Sep 17 00:00:00 2001 From: paulGao Date: Wed, 26 Oct 2022 15:42:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=A7=92=E6=9D=80=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/pages/promotion/seckill.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/buyer/src/pages/promotion/seckill.vue b/buyer/src/pages/promotion/seckill.vue index 7b013c18..c7d8fcbb 100644 --- a/buyer/src/pages/promotion/seckill.vue +++ b/buyer/src/pages/promotion/seckill.vue @@ -62,7 +62,7 @@ {{ nowHour >= list[currIndex].timeLine ? "立即抢购" : "即将开始" }}
已售罄 @@ -209,6 +209,8 @@ export default { line-height: 35px; font-size: 14px; background-color: $theme_color; + margin-bottom: 1px; + margin-right: 1px; } .goods-seckill-btn-gray { background-color: #666; @@ -256,10 +258,10 @@ export default { } } .goods-show-info1 { - width: 275px; + width: 290px; padding: 6px; margin: 10px 0px; - margin-left: 5px; + margin-left: 8px; position: relative; border: 1px solid #fff; cursor: pointer;