From fb5390eb8eaf52aa1679e1aac9535ca8cd23e15f Mon Sep 17 00:00:00 2001 From: haoyuntao Date: Wed, 8 May 2024 18:01:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/activity/newGoods.vue | 15 ++++++++------- pages/activity/presale.vue | 15 ++++++++++----- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/pages/activity/newGoods.vue b/pages/activity/newGoods.vue index 2a9a92f..22ff02c 100644 --- a/pages/activity/newGoods.vue +++ b/pages/activity/newGoods.vue @@ -4,7 +4,8 @@ - + + @@ -161,7 +162,7 @@ .newGoods { width: 100%; position: relative; - + height: 100vh; .bgImg { width: 100%; height: 100%; @@ -174,12 +175,11 @@ .firGoods { width: 100%; - height: 510rpx; background-image: url('https://www.royaum.com.cn/static/newGoods/top.png'); background-repeat: no-repeat; /* 不重复平铺背景图片 */ background-position: center top; /* 居中显示背景图片 */ background-size: 100% auto; /* 拉伸并填充至元素内部 */ - + image{width:100%} .topLine { display: flex; justify-content: center; @@ -249,9 +249,10 @@ } .goodsList { - width: 100%; - padding: 26rpx 0 30rpx 26rpx; - background-image: url('https://www.royaum.com.cn/static/newGoods/bot.png'); + width: 100%; + padding: 26rpx 0 30rpx 26rpx; + background-color: #ffcdd5; + //background-image: url('https://www.royaum.com.cn/static/newGoods/bot.png'); background-repeat: no-repeat; background-size: 100% 100%; diff --git a/pages/activity/presale.vue b/pages/activity/presale.vue index 8b56930..e789ecc 100644 --- a/pages/activity/presale.vue +++ b/pages/activity/presale.vue @@ -1,8 +1,11 @@