Commit 34850256 by 高淑倩

modify: style

parent a193f4aa
...@@ -21,7 +21,7 @@ Component({ ...@@ -21,7 +21,7 @@ Component({
*/ */
data: { data: {
imgUrls: [], imgUrls: [],
indicatorDots: true, indicatorDots: false,
autoplay: true, autoplay: true,
interval: 5000, interval: 5000,
duration: 1000, duration: 1000,
......
<!--component/personCenter/personCenter.wxml--> <!--component/personCenter/personCenter.wxml-->
<view wx:if='{{!memberActivateStatus}}' class="activation-content activation-bg {{true ? 'user-content' : ''}}" style="{{'background-image: url(../../assets/imgs/user-bg.png)'}}"> <!--<view wx:if='{{!memberActivateStatus}}' class="activation-content activation-bg {{true ? 'user-content' : ''}}" style="{{'background-image: url(../../assets/imgs/user-bg.png)'}}">
<button type="primary" plain='false' bindtap="handleTtoActiveMemebr">激活立享会员特权</button> <button type="primary" plain='false' bindtap="handleTtoActiveMemebr">激活立享会员特权</button>
</view>-->
<view wx:if='{{!memberActivateStatus}}' class="member-unActive">
<!--<button type="primary" class="un-active-btn" plain='false' bindtap="handleTtoActiveMemebr">激活立享会员特权</button>-->
<text class="un-active-btn" bindtap="handleTtoActiveMemebr">激活立享会员特权</text>
</view> </view>
<view wx:if='{{memberActivateStatus}}' class="activation-content activation-bg {{true ? 'user-content' : ''}}" style="{{personData.backgroundImageUrl ? 'background-image: url('+ personData.backgroundImageUrl +');' : 'background-image: url(' + baseUrl + ');'}}"> <view wx:if='{{memberActivateStatus}}' class="activation-content activation-bg {{true ? 'user-content' : ''}}" style="{{personData.backgroundImageUrl ? 'background-image: url('+ personData.backgroundImageUrl +');' : 'background-image: url(' + baseUrl + ');'}}">
......
...@@ -93,4 +93,17 @@ ...@@ -93,4 +93,17 @@
.user-name-content { .user-name-content {
position: absolute; position: absolute;
top: 7rpx; top: 7rpx;
} }
\ No newline at end of file
.member-unActive{
margin: 18rpx 0;
background-color: rgb(11, 170, 52);
color: #FFF;
text-align: center;
height: 100rpx;
line-height: 100rpx;
border-radius: 6rpx;
font-size: 30rpx;
font-weight: 700;
letter-spacing:2rpx;
}
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