diff --git a/pages/lease/lease.vue b/pages/lease/lease.vue index 7eaa7df..885cede 100644 --- a/pages/lease/lease.vue +++ b/pages/lease/lease.vue @@ -298,9 +298,11 @@ export default { .header { position: relative; //border: #120d0d solid 2rpx; - background: white; + background: #fedfcd; .fire-background-full { + position: relative; + left: 30rpx; width: 750rpx; height: 592rpx; } @@ -333,7 +335,7 @@ export default { .section-indicator { width: 8rpx; height: 40rpx; - background: #ff4757; + background: #f15a04; border-radius: 4rpx; margin-right: 20rpx; } @@ -413,7 +415,7 @@ export default { justify-content: center; width: 40rpx; height: 40rpx; - background: #ff6b6b; + background: #f15a04; border-radius: 50%; .map-icon { @@ -460,7 +462,7 @@ export default { .location-title { font-size: 24rpx; - color: #ff6b6b; + color: #f15a04; font-weight: 500; margin-right: 12rpx; } @@ -497,7 +499,7 @@ export default { } .get-location-btn { - background: #ff6b6b; + background: #f15a04; color: #ffffff; border: none; border-radius: 24rpx;