diff --git a/pages-activity/activity/duiduipeng/index.vue b/pages-activity/activity/duiduipeng/index.vue
index c12032b..c2832f6 100644
--- a/pages-activity/activity/duiduipeng/index.vue
+++ b/pages-activity/activity/duiduipeng/index.vue
@@ -104,7 +104,7 @@
对对碰游戏
- ×
+ ×
@@ -2365,13 +2365,13 @@ onLoad((opts) => {
justify-content: center;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
-
- text {
+
+ .game-close-btn-text {
font-size: 48rpx;
color: rgba(255, 255, 255, 0.8);
line-height: 1;
}
-
+
&:active {
background: rgba(255, 255, 255, 0.2);
}
diff --git a/pages-activity/activity/yifanshang/index.vue b/pages-activity/activity/yifanshang/index.vue
index 57bb7f7..28d214a 100644
--- a/pages-activity/activity/yifanshang/index.vue
+++ b/pages-activity/activity/yifanshang/index.vue
@@ -69,9 +69,9 @@
>
{{ item.number || item.position || index + 1 }}
- 已售
- 已选
- 可选
+ 已售
+ 已选
+ 可选
@@ -960,7 +960,7 @@ watch([activityId, currentIssueId], ([newActId, newIssueId]) => {
font-size: 20rpx;
color: $text-tertiary;
- text {
+ .choice-status-text {
padding: 4rpx 12rpx;
border-radius: 20rpx;
background: rgba(255, 255, 255, 0.8);
diff --git a/pages-shop/shop/detail.vue b/pages-shop/shop/detail.vue
index 11f96c9..4fed724 100644
--- a/pages-shop/shop/detail.vue
+++ b/pages-shop/shop/detail.vue
@@ -4,7 +4,14 @@
加载中...
商品库存不足,由于市场价格存在波动,请联系客服核实价格和补充库存
-
+
+
+
+
+
+
+
+
{{ detail.title || detail.name || '-' }}
@@ -37,7 +44,7 @@