diff --git a/packageA/my/orderList.vue b/packageA/my/orderList.vue index 702a558..8b8b90f 100644 --- a/packageA/my/orderList.vue +++ b/packageA/my/orderList.vue @@ -43,7 +43,7 @@ {{ item.title }} - + {{ item.user.nickname }} @@ -58,16 +58,23 @@ {{ "报名中" }} - {{ dateWeeks(item.sign_start_time) }} - |{{ + {{ dateWeeks(item.sign_start_time) }} + {{ dateWeeks(item.sign_start_time) }} + + {{ item.address_detail }} + - - + + + + + @@ -1053,19 +1060,19 @@ // white-space: nowrap; .bbb { background: #ffffff; - margin-top: 30rpx; + margin-top: 24rpx; border-radius: 36rpx; } .right { - margin-left: 24rpx; + margin-left: 30rpx; width: 100%; - padding: 20rpx 0; + // padding: 20rpx 0; .title { width: 95%; font-family: PingFang SC, PingFang SC; - font-weight: 500; + font-weight: bold; font-size: 30rpx; color: #323232; } @@ -1135,7 +1142,7 @@ font-weight: 400; font-size: 26rpx; color: #323232; - line-height: 30rpx; + // line-height: 30rpx; .time_tex { width: 116rpx; @@ -1145,16 +1152,18 @@ font-weight: 400; font-size: 24rpx; color: #323232; - line-height: 42rpx; - text-align: center; + display: flex; + justify-content: center; + align-items: center; + line-height: 30rpx; } } - .imgs_con { + .imgs_con_div { + margin-right: 12rpx; width: 202rpx; height: 202rpx; - margin-right: 20rpx; - object-fit: cover; + overflow: hidden; &:first-child { border-radius: 18rpx 0 0 18rpx; @@ -1163,6 +1172,12 @@ &:nth-child(3) { border-radius: 0 18rpx 18rpx 0; } + + .imgs_con { + width: 100%; + height: 100%; + object-fit: cover; + } } }