From 2931e9a22c9b280ae4eb29a6c3e49d08f58e215f Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 15 Dec 2025 18:01:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E5=9B=A2=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- groupBuying/index/index.vue | 59 +++++++++++++++++++++++++++++++++---- 1 file changed, 54 insertions(+), 5 deletions(-) diff --git a/groupBuying/index/index.vue b/groupBuying/index/index.vue index 6c924f9..ecad082 100644 --- a/groupBuying/index/index.vue +++ b/groupBuying/index/index.vue @@ -91,11 +91,26 @@ x1 - - + + + + + 可核销门店: + 这里是店铺名称 + + + 门店地址: + 这里是店铺名称 + + + 剩余成团时间: + 00:39:15 - + + 申请退款 + 邀请好友 + @@ -337,6 +352,11 @@ color: rgba(123, 209, 54, 1); background: rgba(123, 209, 54, 0.12); } + &.error{ + border-color:#FF1C1C; + color: #FF1C1C; + background: rgba(255, 28, 28, 0.18); + } } .price{ color: #ED5A2E; @@ -345,13 +365,42 @@ font-size: 40rpx; } .info{ - display: flex; padding: 16rpx 34rpx; flex-direction: column; align-items: flex-start; - gap: 32rpx; border-radius: 8rpx; background: #F8F8F8; + .title{ + min-width: 208rpx; + padding-right: 8rpx; + box-sizing: border-box; + } + .stitle{ + color: #666; + &.price{ + font-size: 32rpx; + color: #ed5a2e; + font-weight: 700; + } + } + + } + .btns{ + margin-top: 28rpx; + display: flex; + justify-content: flex-end; + gap: 34rpx; + .btn{ + padding: 8rpx 14rpx; + border-radius: 10rpx; + border: 2rpx solid #D9D9D9; + background: #FFF; + &.black{ + border-color:#343030 ; + background-color: #343030; + color: #fff; + } + } } } }