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