diff --git a/pages/goods/index.vue b/pages/goods/index.vue index dc95e1f9..143be53f 100644 --- a/pages/goods/index.vue +++ b/pages/goods/index.vue @@ -120,6 +120,9 @@ 立即购买 + + + + + + @@ -290,6 +295,13 @@ background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient)); color: $white; } + .disabled-btn { + width: 630rpx; + height: 80rpx; + border-radius: 40rpx; + background: #999999; + color: $white; + } } //秒杀卡片