Commit a63a0ed2 by 高淑倩

样式

parent 851d3dd1
...@@ -97,8 +97,8 @@ ...@@ -97,8 +97,8 @@
<!-- <image class="bottom-image" src="/assets/imgs/7_1_0/explain.png" /> --> <!-- <image class="bottom-image" src="/assets/imgs/7_1_0/explain.png" /> -->
</view> </view>
</view> </view>
<view class="vip-right"> <view class="vip-right df" bindtap="handelChangeSelectVip">
<view class="right-check-status" bindtap="handelChangeSelectVip"> <view class="right-check-status">
<image class="check-status-img" src="{{isSelect ? '/assets/imgs/7_1_0/08_22/trade-success.png' : '/assets/imgs/7_1_0/08_22/trade-unsel.png'}}" /> <image class="check-status-img" src="{{isSelect ? '/assets/imgs/7_1_0/08_22/trade-success.png' : '/assets/imgs/7_1_0/08_22/trade-unsel.png'}}" />
</view> </view>
<view class="right-check-tips {{isSelect? 'tip-check' : 'tip-un-check'}}"> <view class="right-check-tips {{isSelect? 'tip-check' : 'tip-un-check'}}">
......
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
.address-wrap{ .address-wrap{
padding: 0 30rpx; padding: 0 30rpx;
} }
.vip-right {
width: 100rpx;
height: 100rpx;
}
.address-section{ .address-section{
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
...@@ -278,10 +282,10 @@ ...@@ -278,10 +282,10 @@
.tip-check { .tip-check {
width: 155rpx; width: 155rpx;
height: 55rpx; height: 55rpx;
right: 4rpx; right: 33rpx;
} }
.tip-un-check { .tip-un-check {
width: 100rpx; width: 100rpx;
height: 55rpx; height: 55rpx;
right: 0rpx; right: 33rpx;
} }
\ No newline at end of file
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