From ec55de2d7bba46d8f56f3074fa74e27736887624 Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 24 Jun 2025 17:25:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(mine):=20=E6=8B=93=E5=B1=95=E7=BB=93?= =?UTF-8?q?=E4=BD=99=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/index.vue | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 1e38964..63621db 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -817,7 +817,6 @@ export default { } }) }) - console.log('🌈ad', this.otherMenuList) let a = this.markMenuList.some(item => { return item.ifshow == true @@ -1468,22 +1467,6 @@ export default { z-index: 5; } -// .left_progress:not(.big_area) .progress_text, -// .right_progress:not(.big_area) .progress_text { -// color: #000; -// text-shadow: -// 1rpx 1rpx 2rpx rgba(0, 0, 0, 0.8), -// 0 0 8rpx rgba(0, 91, 172, 0.8); -// } - -// .left_progress.big_area .progress_text, -// .right_progress.big_area .progress_text { -// color: #000; -// text-shadow: -// 1rpx 1rpx 2rpx rgba(0, 0, 0, 0.8), -// 0 0 8rpx rgba(255, 107, 53, 0.8); -// } - /* 终点标签样式 */ .endpoint_label { position: absolute; @@ -1529,14 +1512,14 @@ export default { top: 0; height: 100%; max-width: 50%; - background: linear-gradient(90deg, #005bac 0%, #3385d6 100%); + background: linear-gradient(90deg, #3385d6 0%, #3385d6 100%); border-radius: 20rpx 0 0 20rpx; transition: width 0.6s ease-in-out; overflow: hidden; } .left_progress.big_area { - background: linear-gradient(90deg, #ff6b35 0%, #f7931e 100%); + background: linear-gradient(90deg, #3385d6 0%, #3385d6 100%); box-shadow: 0 2rpx 8rpx rgba(255, 107, 53, 0.3); } @@ -1546,15 +1529,15 @@ export default { top: 0; height: 100%; max-width: 50%; - background: linear-gradient(270deg, #005bac 0%, #3385d6 100%); + background: linear-gradient(270deg, #ffb74d 0%, #ffb74d 100%); border-radius: 0 20rpx 20rpx 0; transition: width 0.6s ease-in-out; overflow: hidden; } .right_progress.big_area { - background: linear-gradient(270deg, #ff6b35 0%, #f7931e 100%); - box-shadow: 0 2rpx 8rpx rgba(255, 107, 53, 0.3); + background: linear-gradient(270deg, #ffb74d 0%, #ffb74d 100%); + box-shadow: 0 2rpx 8rpx rgba(34, 29, 27, 0.3); } .center_divider {