Commit b7dad918 by 高淑倩

modify: 会员中心样式

parent 4c3a3242
...@@ -22,13 +22,13 @@ ...@@ -22,13 +22,13 @@
</view> </view>
</view> </view>
<view class='df tc'> <view class='df tc'>
<view class='df-1 point'> <view class='df-1 point person-right'>
<view class='point-desc' style="color:{{personCenter.fontColor}};">积分</view>
<view class='point-number' style="color:{{personCenter.fontColor}};">{{personCenter.bonus}}</view> <view class='point-number' style="color:{{personCenter.fontColor}};">{{personCenter.bonus}}</view>
<view class='point-desc' style="color:{{personCenter.fontColor}};">积分</view>
</view> </view>
<view class='df-1 point'> <view class='df-1 point'>
<view class='point-desc' style="color:{{personCenter.fontColor}};">优惠券</view>
<view class='point-number' style="color:{{personCenter.fontColor}};">{{personCenter.coupon}}</view> <view class='point-number' style="color:{{personCenter.fontColor}};">{{personCenter.coupon}}</view>
<view class='point-desc' style="color:{{personCenter.fontColor}};">优惠券</view>
</view> </view>
</view> </view>
<!-- <view class="activation-content {{true ? 'user-content' : ''}}"> <!-- <view class="activation-content {{true ? 'user-content' : ''}}">
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
height: 166rpx; height: 166rpx;
margin-top: 18rpx; margin-top: 18rpx;
border-radius: 7rpx; border-radius: 7rpx;
box-shadow: 0 0 40rpx 1rpx #ccc;
} }
.point{ .point{
padding:36rpx 0 25rpx 0; padding:36rpx 0 25rpx 0;
...@@ -75,4 +76,9 @@ ...@@ -75,4 +76,9 @@
.qr-code image{ .qr-code image{
width: 100rpx; width: 100rpx;
height: 100rpx; height: 100rpx;
}
.person-right {
border-right: 1px solid #c8c9c9;
padding: 0 0 5rpx 0;
box-sizing: border-box;
} }
\ No newline at end of file
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
.pic-item { .pic-item {
flex: 1; flex: 1;
height: 200rpx; height: 200rpx;
margin-right: 8rpx;
} }
.pic-img { .pic-img {
height: 100%; height: 100%;
......
/* pages/userCenter.wxss */ /* pages/userCenter.wxss */
@import './../../base/base.wxss'; @import './../../base/base.wxss';
page {
background: #fff!important;
}
.user-center{ .user-center{
padding: 15rpx 30rpx; padding: 15rpx 30rpx;
margin-bottom: 120rpx; margin-bottom: 120rpx;
background: #fff;
} }
/* .activation-content{ /* .activation-content{
position: relative; position: relative;
...@@ -60,6 +63,7 @@ ...@@ -60,6 +63,7 @@
line-height: 100rpx; line-height: 100rpx;
padding: 0 54rpx; padding: 0 54rpx;
position: relative; position: relative;
margin-top:20rpx;
} }
.arrow-left { .arrow-left {
width: 32rpx; width: 32rpx;
......
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