|
@@ -90,28 +90,22 @@ export default {
|
|
|
src: url('@/assets/style/DFLiShuW7.ttf');
|
|
|
}
|
|
|
|
|
|
-.cad {
|
|
|
- top: 52px !important;
|
|
|
- right: 29px !important;
|
|
|
- width: 219px !important;
|
|
|
- height: 149px !important;
|
|
|
- border-radius: 4px;
|
|
|
- z-index: 999;
|
|
|
- background: rgba(255, 168, 149, 0.2) !important;
|
|
|
- svg {
|
|
|
- path {
|
|
|
- stroke-width: 0.5;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
.mobile {
|
|
|
.cad {
|
|
|
- top: 12px !important;
|
|
|
- right: 13px !important;
|
|
|
- width: 111px !important;
|
|
|
- height: 111px !important;
|
|
|
- border-radius: 5px;
|
|
|
+ top: 8vw !important;
|
|
|
+ right: 3.6vw !important;
|
|
|
+ width: 35vw !important;
|
|
|
+ height: 35vw !important;
|
|
|
+ border-radius: 0.9vw;
|
|
|
+ z-index: 999;
|
|
|
+ background: rgba(21, 52, 115, 0.80) !important;
|
|
|
+ backdrop-filter: blur(1.8vw);
|
|
|
+ border: 1px solid #94E1FF;
|
|
|
+ svg {
|
|
|
+ path {
|
|
|
+ stroke-width: 0.5;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -129,16 +123,14 @@ export default {
|
|
|
// 小地图 当前位置标志
|
|
|
// 位置圆圈。默认半径2.69,圆圈粗细1.076
|
|
|
#ele1 circle {
|
|
|
- fill: #A10E0C;d
|
|
|
- r: 1.2;
|
|
|
- stroke-width: 0.3;
|
|
|
- stroke: rgba;
|
|
|
+ fill: #00a0e6;
|
|
|
+ stroke: #fff;
|
|
|
}
|
|
|
// 视野
|
|
|
#ele1 path {
|
|
|
- fill: rgba(161, 14, 12, 0.7);
|
|
|
- stroke-width: 0.3;
|
|
|
+ fill: #00a0e6;
|
|
|
stroke: #fff;
|
|
|
+ opacity: 0.7;
|
|
|
}
|
|
|
|
|
|
#popup {
|