Commit fc477b94 authored by youjie's avatar youjie

no message

parent 9e6ab4ed
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
@scrolltoupper="scrollTopHandler" class="col" @scrolltoupper="scrollTopHandler" class="col"
style="height: 1px;width: 100%;"> style="height: 1px;width: 100%;">
<view class="userStyle"> <view class="userStyle">
<view class="headStatus" v-if="scrollTop > 50" :style="[titleStyle,{ <view class="headStatus"
:class="[statistics&&statistics.isVip==1?'active':'']" v-if="scrollTop > 50" :style="[titleStyle,{
zIndex: scrollTop < 10 ? 'unset' : 2, zIndex: scrollTop < 10 ? 'unset' : 2,
opacity: scrollTop < 10 ? '100' : scrollTop, opacity: scrollTop < 10 ? '100' : scrollTop,
}]"> }]">
...@@ -368,6 +369,11 @@ ...@@ -368,6 +369,11 @@
background: url("https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638748787642081151.png") no-repeat; background: url("https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638748787642081151.png") no-repeat;
background-size: 100% auto; background-size: 100% auto;
} }
.headStatus.active{
background: url("https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638748788146223914.png") no-repeat;
background-size: 100% auto;
}
.headStatus .title { .headStatus .title {
font-size: 18px; font-size: 18px;
...@@ -377,6 +383,9 @@ ...@@ -377,6 +383,9 @@
line-height: 34px; line-height: 34px;
text-align: center; text-align: center;
} }
.headStatus.active .title{
color: #fff;
}
.userMyOrderBox { .userMyOrderBox {
width: 100%; width: 100%;
......
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