diff --git a/pages/order/index.vue b/pages/order/index.vue index 5acc3ee..4a8a66b 100644 --- a/pages/order/index.vue +++ b/pages/order/index.vue @@ -167,9 +167,12 @@ - + + + @@ -967,17 +970,11 @@ .popup-head span:nth-child(2){ width: 50rpx; height: 50rpx; - line-height: 19px; - text-align: center; - font-size: 24px; - color: #15AB8D; - border-radius: 50%; - border: 3px solid #15AB8D; + } - .popup-head span:nth-child(1){ - font-weight: bold; - font-size: 32rpx; - color: #333333; + .popup-img{ + width: 50rpx; + height: 50rpx; } .popup-head{ width: 100%; @@ -993,8 +990,8 @@ width: 100%; height: 255px; background: #FFFFFF; - border-top-left-radius: 56rpx; - border-top-right-radius: 56rpx; + border-top-left-radius: 46rpx; + border-top-right-radius: 46rpx; display: flex; flex-direction: column; } diff --git a/static/closeimg.png b/static/closeimg.png new file mode 100644 index 0000000..438abac Binary files /dev/null and b/static/closeimg.png differ