Commit 71b6374b authored by 王炽's avatar 王炽

vipicon 修改

parent 834fea86
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
> >
<!-- <image <!-- <image
class="goods-img-bg"productIdUrl class="goods-img-bg"productIdUrl
:src="$baseUrl + `integral/1004/listItemImgBg.png`" :src="$baseUrl + `integral/1005/listItemImgBg.png`"
mode="aspectFit" mode="aspectFit"
/> --> /> -->
<view class="goods-item-container" @click="handleGoodsItemClick('xingpin',i)"> <view class="goods-item-container" @click="handleGoodsItemClick('xingpin',i)">
...@@ -400,7 +400,7 @@ ...@@ -400,7 +400,7 @@
import RegisterLayer from "../components/RegisterLayer.vue"; import RegisterLayer from "../components/RegisterLayer.vue";
const integralData = ref({ const integralData = ref({
"tupianBanben": "1004", "tupianBanben": "1005",
"swiper": [ "swiper": [
{ {
"bannerImg": "integralBannerBg0.png", "bannerImg": "integralBannerBg0.png",
...@@ -594,7 +594,7 @@ ...@@ -594,7 +594,7 @@
], ],
"goodsListData": { "goodsListData": {
"listCommon": { "listCommon": {
"listItemImgBg": "integral/1004/listItemImgBg.png" "listItemImgBg": "integral/1005/listItemImgBg.png"
}, },
"tabInfo": { "tabInfo": {
"tabBg": "tapSelectBg.png", "tabBg": "tapSelectBg.png",
...@@ -1669,15 +1669,15 @@ ...@@ -1669,15 +1669,15 @@
height: 154rpx; height: 154rpx;
// margin-left: 32rpx; // margin-left: 32rpx;
// margin-right: 32rpx; // margin-right: 32rpx;
// background: url('@{baseUrl}integral/1004/vipDetailBg.png') no-repeat center/cover; // background: url('@{baseUrl}integral/1005/vipDetailBg.png') no-repeat center/cover;
flex-direction: row; flex-direction: row;
position: relative; position: relative;
display: flex; display: flex;
.vip-icon { .vip-icon {
width: 138rpx; width: 97rpx;
height: auto; height: 92rpx;
margin-left: 10rpx; margin-left: 15rpx;
margin-top: 30rpx; margin-top: 30rpx;
} }
...@@ -1687,6 +1687,7 @@ ...@@ -1687,6 +1687,7 @@
position: relative; position: relative;
height: 100%; height: 100%;
justify-content: center; justify-content: center;
margin-left: 15rpx;
.vip-name { .vip-name {
font-size: 25rpx; font-size: 25rpx;
...@@ -1723,7 +1724,7 @@ ...@@ -1723,7 +1724,7 @@
height: 37rpx; height: 37rpx;
margin-left: 10rpx; margin-left: 10rpx;
margin-top: 5rpx; margin-top: 5rpx;
// background: url('@{baseUrl}integral/1004/tabNowBg.png') no-repeat center/contain; // background: url('@{baseUrl}integral/1005/tabNowBg.png') no-repeat center/contain;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
...@@ -1759,7 +1760,7 @@ ...@@ -1759,7 +1760,7 @@
// flex: 1; // flex: 1;
height: 144rpx; height: 144rpx;
width: 492rpx; width: 492rpx;
// background: url('@{baseUrl}integral/1004/inteBarAreaBg.png') no-repeat center/cover; // background: url('@{baseUrl}integral/1005/inteBarAreaBg.png') no-repeat center/cover;
margin-left: 16rpx; margin-left: 16rpx;
// padding: 16rpx 24rpx; // padding: 16rpx 24rpx;
.integralClick { .integralClick {
...@@ -2003,8 +2004,8 @@ ...@@ -2003,8 +2004,8 @@
justify-content: center; justify-content: center;
&.active { &.active {
//https://duiba.oss-cn-hangzhou.aliyuncs.com/fh/integral/1004/tapSelectBg.png //https://duiba.oss-cn-hangzhou.aliyuncs.com/fh/integral/1005/tapSelectBg.png
// background-image: url('@{baseUrl}integral/1004/tapSelectBg.png'); // background-image: url('@{baseUrl}integral/1005/tapSelectBg.png');
background-size: 100% 100%; background-size: 100% 100%;
.tab-line1 { color: #1d1e25; } .tab-line1 { color: #1d1e25; }
.tab-line2 { color: #b27c1e; } .tab-line2 { color: #b27c1e; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment