diff --git a/pages/index/index.vue b/pages/index/index.vue index 6d594a6..f1e9bc2 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -155,7 +155,7 @@ v-for="(item,index) in mallAds" :key="index" @tap="goAdPage(item)"> - 🔥 正在拼 + 🔥 ¥{{item.productList[0].originalPrice}} {{item.title}} ¥{{item.productList[0].groupPrice}} @@ -168,7 +168,7 @@ v-for="(item,index) in mallAds" :key="index" @tap="goAdPage(item)"> - 🔥 正在拼 + 🔥 ¥{{item.productList[0].originalPrice}} {{item.title}} ¥{{item.productList[0].groupPrice}} @@ -181,7 +181,7 @@ v-for="(item,index) in mallAds" :key="index" @tap="goAdPage(item)"> - 🔥 正在拼 + 🔥 ¥{{item.productList[0].originalPrice}} {{item.title}} ¥{{item.productList[0].groupPrice}} @@ -194,7 +194,7 @@ v-for="(item,index) in mallAds" :key="index" @tap="goAdPage(item)"> - 🔥 正在拼 + 🔥 ¥{{item.productList[0].originalPrice}} {{item.title}} ¥{{item.productList[0].groupPrice}} @@ -3336,19 +3336,23 @@ .flat-card-tag { position: absolute; - top: 1rpx; + top: 0rpx; left: 0; height: 32rpx; padding: 0 14rpx; border-radius: 999rpx; background: rgba(255, 255, 255, 0.94); color: #ff6a23; - font-size: 17rpx; + font-size: 20rpx; font-weight: 900; line-height: 32rpx; box-shadow: 0 6rpx 14rpx rgba(255, 110, 36, 0.14); } + .flat-card-origin-price { + text-decoration: line-through; + } + .flat-card-name { margin-top: 12rpx; height: 34rpx;