修改圆球层级
This commit is contained in:
@ -275,7 +275,7 @@ const powerGenerationData = ref([
|
|||||||
background: linear-gradient(135deg, #7df6ff 0%, #29f1fa 100%);
|
background: linear-gradient(135deg, #7df6ff 0%, #29f1fa 100%);
|
||||||
box-shadow: 0 0 vh(10) rgba(41, 241, 250, 0.8);
|
box-shadow: 0 0 vh(10) rgba(41, 241, 250, 0.8);
|
||||||
border: vh(2) solid rgba(255, 255, 255, 0.9);
|
border: vh(2) solid rgba(255, 255, 255, 0.9);
|
||||||
z-index: 10;
|
z-index: 1;
|
||||||
transition: left 0.5s ease;
|
transition: left 0.5s ease;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user