This commit is contained in:
parent
fd543d3608
commit
1a28c33eb5
|
@ -11,8 +11,8 @@
|
|||
</view>
|
||||
</view>
|
||||
<!-- 数据列表 -->
|
||||
<view v-if="goods.length > 0" class="margin-sm bg ding-view" v-for="(item,index) in goods" :key='index'
|
||||
@click="goNav('/my/order/pay?ordersId='+item.ordersId,item)" style="border-radius: 20rpx;padding: 30rpx;">
|
||||
<view v-if="goods.length > 0" class="pay-margin bg ding-view" v-for="(item,index) in goods" :key='index'
|
||||
@click="goNav('/my/order/pay?ordersId='+item.ordersId,item)" style="border-radius: 20rpx;padding: 36rpx;">
|
||||
<view class="flex justify-between">
|
||||
<view class="flex align-center profile-img">
|
||||
<image src="../../static/logo.png" style="width: 55rpx;height: 55rpx;border: 1px solid#d7f2ee;border-radius: 50%;">
|
||||
|
@ -840,6 +840,9 @@
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.pay-margin{
|
||||
margin: 20rpx 20rpx;
|
||||
}
|
||||
.gengduoShow{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -873,6 +876,7 @@
|
|||
.gengduo{
|
||||
font-weight: 400;
|
||||
color: #7D7D7D;
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
.profile-img{
|
||||
margin-top: -20rpx;
|
||||
|
@ -895,12 +899,12 @@
|
|||
border-radius:20rpx 20rpx 20rpx 1rpx;
|
||||
}
|
||||
.showBtn{
|
||||
margin: 30rpx 0;
|
||||
width: 100%;
|
||||
margin: 35rpx 0;
|
||||
width: 103%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: right;
|
||||
justify-content: center;
|
||||
justify-content: right;
|
||||
}
|
||||
|
||||
.popup-mian-btn span:nth-child(1){
|
||||
|
|
|
@ -756,7 +756,6 @@
|
|||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
align-items:flex-start;
|
||||
}
|
||||
/deep/.padding-tb-sm{
|
||||
background: #fff;
|
||||
|
|
Loading…
Reference in New Issue