|
|
@ -61,8 +61,8 @@ const liquidHeight = computed(() => { |
|
|
|
left: 0; |
|
|
|
width: 100%; |
|
|
|
background: linear-gradient(to top, #0099ff, #e6f7ff); /* 颜色渐变,可按需调整 */ |
|
|
|
border-radius: 10px; |
|
|
|
min-height: 1.5rem; |
|
|
|
border-radius: 0 0 10px 10px; |
|
|
|
} |
|
|
|
.liquid-level-middle{ |
|
|
|
background: linear-gradient(352deg, #0093f5, #effafe); |
|
|
|