Commit a63a0ed2 by 高淑倩

样式

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