订单相关修改提测
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
</view>
|
||||
<view class="rechargeList">
|
||||
<view class="rechargeList_f" @click="clickinput(item,index)" v-for="(item,index) in listdata" :key="index">
|
||||
<viwe class="rechargeList_item flex-colum " :class="index == inputshow?'active':''">
|
||||
<view class="rechargeList_item flex-colum " :class="index == inputshow?'active':''">
|
||||
<view class="rechargeList_item_title">充值</view>
|
||||
<view class="flex-colum-start">
|
||||
<view class="rechargeList_item_amount">¥<text>{{item.minNum}}</text></view>
|
||||
@@ -49,7 +49,7 @@
|
||||
<view class="rechargeList_item_handsel" v-show="index != inputshow">赠送{{item.handselNum}}元</view>
|
||||
</view>
|
||||
|
||||
</viwe>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
@@ -486,14 +486,15 @@
|
||||
padding-right: 20rpx;
|
||||
padding-left: 0;
|
||||
.rechargeList_item{
|
||||
height: 130rpx;
|
||||
border-radius: 0rpx 48rpx 0rpx 0rpx;
|
||||
border: 4rpx solid #E5E5E5;
|
||||
align-items: initial;
|
||||
padding: 26rpx 22rpx;
|
||||
justify-content: space-between;
|
||||
position: relative;
|
||||
|
||||
.rechargeList_item_title{
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
.rechargeList_item_title,.rechargeList_item_handsel{
|
||||
font-weight: 400;
|
||||
font-size: 20rpx;
|
||||
@@ -549,6 +550,7 @@
|
||||
background: linear-gradient( 133deg, #F9F6ED 0%, #FFFFFF 100%);
|
||||
.rechargeList_item_title{
|
||||
color: #F7664E;
|
||||
margin-bottom: 47rpx;
|
||||
}
|
||||
.rechargeList_item_amount{
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user