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