This commit is contained in:
kbing1981 2024-07-02 10:41:38 +08:00
parent 06f813662a
commit e2bce12390
2 changed files with 8 additions and 7 deletions

View File

@ -84,7 +84,7 @@
</view>
<radio-group name="openWay" style="margin-left: 45upx;" @tap='selectWay(item.id)'>
<label class="tui-radio">
<radio color="#096f4b" :checked="openWay === item.id ? true : false" />
<radio color="#019c88" :checked="openWay === item.id ? true : false" />
</label>
</radio-group>
</view>
@ -684,7 +684,7 @@
width: 90%;
margin: 0 auto;
text-align: center;
background: linear-gradient(to right, #223845, #00a85b);
background: linear-gradient(to right, #019c88, #2ebe93);
height: 80upx;
border-radius: 60rpx;
color: #ffffff;

View File

@ -29,15 +29,15 @@
</view>
<view class="coupon-level" v-for="(item,index) in wallet" :key='index'@click="active(item)" :class="{active:item.isSelect}">
<view class="r-amount">
<span>¥{{item.price}}</span>
<span>¥{{item.sumMoney}}</span>
<span>¥{{item.price}}</span>
<span>到账¥{{item.sumMoney}}</span>
</view>
<view class="bo-amount">
<view class="amount-balance">
<view>
<span>赠送</span>
<span>实得</span>
<span>{{item.money}}</span>
<span></span>
<span></span>
</view>
</view>
<view class="amount-block">
@ -1234,6 +1234,7 @@
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-top: 15rpx;
}
.bgimg {
background: url(../../static/wallet/reduce.png);
@ -1352,7 +1353,7 @@
}
.amount-balance span:nth-child(2){
font-weight: bold;
font-size: 36rpx;
font-size: 40rpx;
color:#333;
}
.amount-block{