更新
This commit is contained in:
@@ -1142,7 +1142,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.bottom {
|
.bottom {
|
||||||
height: px2vh(357);
|
height: px2vh(257);
|
||||||
background: url('@/assets/img/largeScreen2/center-10.png') no-repeat;
|
background: url('@/assets/img/largeScreen2/center-10.png') no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
padding: px2vh(50) px2vw(30) px2vh(30);
|
padding: px2vh(50) px2vw(30) px2vh(30);
|
||||||
@@ -1724,17 +1724,17 @@
|
|||||||
backdrop-filter: blur(8px);
|
backdrop-filter: blur(8px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.map-mode-switch::before,
|
// .map-mode-switch::before,
|
||||||
.map-mode-switch::after {
|
// .map-mode-switch::after {
|
||||||
content: '';
|
// content: '';
|
||||||
position: absolute;
|
// position: absolute;
|
||||||
right: px2vw(12);
|
// right: px2vw(12);
|
||||||
left: px2vw(12);
|
// left: px2vw(12);
|
||||||
height: 1px;
|
// height: 1px;
|
||||||
pointer-events: none;
|
// pointer-events: none;
|
||||||
background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.68), rgba(217, 119, 6, 0.56), transparent);
|
// background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.68), rgba(217, 119, 6, 0.56), transparent);
|
||||||
box-shadow: 0 0 px2vw(12) rgba(217, 119, 6, 0.46);
|
// box-shadow: 0 0 px2vw(12) rgba(217, 119, 6, 0.46);
|
||||||
}
|
// }
|
||||||
|
|
||||||
.map-mode-switch::before {
|
.map-mode-switch::before {
|
||||||
top: -px2vh(5);
|
top: -px2vh(5);
|
||||||
@@ -1780,16 +1780,16 @@
|
|||||||
0 0 px2vw(18) rgba(217, 119, 6, 0.38);
|
0 0 px2vw(18) rgba(217, 119, 6, 0.38);
|
||||||
}
|
}
|
||||||
|
|
||||||
.map-mode-button.active::after {
|
// .map-mode-button.active::after {
|
||||||
content: '';
|
// content: '';
|
||||||
position: absolute;
|
// position: absolute;
|
||||||
right: 18%;
|
// right: 18%;
|
||||||
bottom: -px2vh(4);
|
// bottom: -px2vh(4);
|
||||||
left: 18%;
|
// left: 18%;
|
||||||
height: px2vh(2);
|
// height: px2vh(2);
|
||||||
background: var(--tech-amber);
|
// background: var(--tech-amber);
|
||||||
box-shadow: 0 0 px2vw(12) rgba(217, 119, 6, 0.9);
|
// box-shadow: 0 0 px2vw(12) rgba(217, 119, 6, 0.9);
|
||||||
}
|
// }
|
||||||
|
|
||||||
.map-title-bar {
|
.map-title-bar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -2677,11 +2677,11 @@
|
|||||||
&::before {
|
&::before {
|
||||||
content: 'ALARM MONITOR';
|
content: 'ALARM MONITOR';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: px2vh(20);
|
top: px2vh(10);
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
color: rgba(0, 212, 255);
|
color: rgba(0, 212, 255);
|
||||||
font-size: px2vw(18);
|
font-size: px2vw(14);
|
||||||
letter-spacing: px2vw(6);
|
letter-spacing: px2vw(6);
|
||||||
text-shadow: 0 0 px2vw(8) rgba(0, 212, 255, 0.7);
|
text-shadow: 0 0 px2vw(8) rgba(0, 212, 255, 0.7);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user