Commit e1490e1a by 高淑倩

modify: 激活_增加2倍高,字体清晰

parent ab69af1c
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<button type="primary" plain='false' bindtap="handleTtoActiveMemebr">激活立享会员特权</button> <button type="primary" plain='false' bindtap="handleTtoActiveMemebr">激活立享会员特权</button>
</view>--> </view>-->
<view wx:if='{{!currentMobile}}' class="member-unActive" bindtap="handleTtoActiveMemebr"> <view wx:if='{{!currentMobile}}' class="member-unActive" bindtap="handleTtoActiveMemebr">
<text class="un-active-btn" >激活立享会员特权</text> <text class="un-active-btn" >升级7-Eleven会员2.0版本</text>
</view> </view>
<view wx:if='{{currentMobile}}' catchtap="handleToMemberOfOwn" class="activation-content activation-bg {{true ? 'user-content' : ''}}" style="{{personData.backgroundImageUrl ? 'background-image: url('+ personData.backgroundImageUrl +');' : 'background-image: url(' + baseUrl + ');'}}"> <view wx:if='{{currentMobile}}' catchtap="handleToMemberOfOwn" class="activation-content activation-bg {{true ? 'user-content' : ''}}" style="{{personData.backgroundImageUrl ? 'background-image: url('+ personData.backgroundImageUrl +');' : 'background-image: url(' + baseUrl + ');'}}">
<view class='user-info' wx:if='{{currentMobile}}'> <view class='user-info' wx:if='{{currentMobile}}'>
......
...@@ -92,12 +92,13 @@ ...@@ -92,12 +92,13 @@
background-color: rgb(11, 170, 52); background-color: rgb(11, 170, 52);
color: #FFF; color: #FFF;
text-align: center; text-align: center;
height: 100rpx; height: 200rpx;
line-height: 100rpx; line-height: 200rpx;
border-radius: 6rpx; border-radius: 6rpx;
font-size: 30rpx; font-size: 36rpx;
font-weight: 700; font-weight: 700;
letter-spacing:2rpx; letter-spacing: 5rpx;
cursor: pointer;
} }
.un-active-btn{ .un-active-btn{
/* font-family:"iconfont-711" !important; */ /* font-family:"iconfont-711" !important; */
......
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