From bc64e2a7374780d4d98187b31feca67861471b7d Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Fri, 29 Mar 2024 23:39:59 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E5=A4=A9=E5=A4=A9=E7=A7=92=E6=9D=80):[#101?= =?UTF-8?q?7]=E5=B7=B2=E6=8A=A2=E6=95=B0=E9=87=8F=EF=BC=8C=E6=96=87?= =?UTF-8?q?=E5=AD=97=E6=95=B0=E9=87=8F=E8=BF=87=E5=A4=9A=E4=BC=9A=E8=A2=AB?= =?UTF-8?q?=E6=8C=A4=E5=88=B0=E7=AC=AC=E4=BA=8C=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/seckill.vue | 45 +++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 20 deletions(-) diff --git a/pkg_product/views/seckill.vue b/pkg_product/views/seckill.vue index b80672b..c13205a 100644 --- a/pkg_product/views/seckill.vue +++ b/pkg_product/views/seckill.vue @@ -126,11 +126,13 @@ 已抢{{ item.sales }}件 立即抢购 --> - - - 已抢{{ item.sales }} + + + + 已抢{{ item.sales }} + + - @@ -612,23 +614,26 @@ export default { } } .line-price { - .number { - width: 82px; - height: 24px; - border-radius: 12px; - line-height: 24px; - color: #fff; - font-size: 12px; - font-weight: bold; - background: rgba(250,181,176,0.39); - box-shadow: 1px 1px 1px rgba(0,0,0,0.16); - .bg { - z-index: 1; - height: 100%; - padding: 0 4px 0 12px; - margin: 0 2px 0 0; + .number-wrap { + display: flex; + .number { + height: 24px; + padding: 0 20rpx 0 0; border-radius: 12px; - background-color: #E92727; + line-height: 24px; + color: #fff; + font-size: 12px; + font-weight: bold; + background: rgba(250,181,176,0.39); + box-shadow: 1px 1px 1px rgba(0,0,0,0.16); + .bg { + z-index: 1; + height: 100%; + padding: 0 4px 0 12px; + margin: 0 2px 0 0; + border-radius: 12px; + background-color: #E92727; + } } } .price-wrap {