feat(mine): 拓展结余样式调整

This commit is contained in:
woody 2025-06-24 17:25:14 +08:00
parent 16d4fc43a6
commit ec55de2d7b
1 changed files with 5 additions and 22 deletions

View File

@ -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 {