This commit is contained in:
kbing1981 2024-07-18 16:55:00 +08:00
parent fd543d3608
commit 1a28c33eb5
2 changed files with 9 additions and 6 deletions

View File

@ -11,8 +11,8 @@
</view> </view>
</view> </view>
<!-- 数据列表 --> <!-- 数据列表 -->
<view v-if="goods.length > 0" class="margin-sm bg ding-view" v-for="(item,index) in goods" :key='index' <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: 30rpx;"> @click="goNav('/my/order/pay?ordersId='+item.ordersId,item)" style="border-radius: 20rpx;padding: 36rpx;">
<view class="flex justify-between"> <view class="flex justify-between">
<view class="flex align-center profile-img"> <view class="flex align-center profile-img">
<image src="../../static/logo.png" style="width: 55rpx;height: 55rpx;border: 1px solid#d7f2ee;border-radius: 50%;"> <image src="../../static/logo.png" style="width: 55rpx;height: 55rpx;border: 1px solid#d7f2ee;border-radius: 50%;">
@ -840,6 +840,9 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.pay-margin{
margin: 20rpx 20rpx;
}
.gengduoShow{ .gengduoShow{
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@ -873,6 +876,7 @@
.gengduo{ .gengduo{
font-weight: 400; font-weight: 400;
color: #7D7D7D; color: #7D7D7D;
margin-top: 20rpx;
} }
.profile-img{ .profile-img{
margin-top: -20rpx; margin-top: -20rpx;
@ -895,12 +899,12 @@
border-radius:20rpx 20rpx 20rpx 1rpx; border-radius:20rpx 20rpx 20rpx 1rpx;
} }
.showBtn{ .showBtn{
margin: 30rpx 0; margin: 35rpx 0;
width: 100%; width: 103%;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: right; align-items: right;
justify-content: center; justify-content: right;
} }
.popup-mian-btn span:nth-child(1){ .popup-mian-btn span:nth-child(1){

View File

@ -756,7 +756,6 @@
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
align-items:flex-start;
} }
/deep/.padding-tb-sm{ /deep/.padding-tb-sm{
background: #fff; background: #fff;