diff --git a/my/order/revenueDetails.vue b/my/order/revenueDetails.vue index c4a379f..4abd9a4 100644 --- a/my/order/revenueDetails.vue +++ b/my/order/revenueDetails.vue @@ -2652,7 +2652,7 @@ box-sizing: border-box; } .huiBtn{ - background: #E2E2E2; + background: #f6f6f6; color: #333333; } .lanBtn{ @@ -2760,17 +2760,16 @@ } .popup-head{ width: 100%; - height: 99.38rpx; background-color: rgba(21, 171, 141, 0.09); display: flex; flex-direction: row; align-items: center; justify-content: space-between; - padding: 0 15px; + padding:42rpx 20rpx; } .popup-content{ width: 100%; - height: 510px; + height: 540px; background: #FFFFFF; border-top-left-radius: 56rpx; border-top-right-radius: 56rpx;