|
|
|
@ -4,7 +4,8 @@ |
|
|
|
|
<view> |
|
|
|
|
<u-navbar title="新品首发" :border-bottom="false" title-color="#333" :background="background"></u-navbar> |
|
|
|
|
</view> |
|
|
|
|
<view class="firGoods" :style="{backgroundImage:'url('+backgroundImg+')'}"> |
|
|
|
|
<view class="firGoods" > |
|
|
|
|
<image :src="backgroundImg" ></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="goodsList"> |
|
|
|
|
<view class="goodsItem" v-for="(item,index) in list" :key="index" @click="goDetails(item.goods_id)"> |
|
|
|
@ -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%; |
|
|
|
|
|
|
|
|
|