|
@@ -176,37 +176,10 @@
|
|
|
.map-stage__bottom {
|
|
.map-stage__bottom {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: flex-end;
|
|
align-items: flex-end;
|
|
|
- justify-content: space-between;
|
|
|
|
|
- gap: 20rpx;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.map-stage__status {
|
|
|
|
|
- max-width: 56%;
|
|
|
|
|
- padding: 18rpx 20rpx;
|
|
|
|
|
- border-radius: 28rpx;
|
|
|
|
|
- background: rgba(248, 251, 244, 0.9);
|
|
|
|
|
- box-shadow: 0 14rpx 30rpx rgba(22, 48, 32, 0.12);
|
|
|
|
|
- backdrop-filter: blur(12rpx);
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.map-stage__status-label {
|
|
|
|
|
- font-size: 20rpx;
|
|
|
|
|
- letter-spacing: 3rpx;
|
|
|
|
|
- color: #5f7a65;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.map-stage__status-value {
|
|
|
|
|
- margin-top: 8rpx;
|
|
|
|
|
- font-size: 30rpx;
|
|
|
|
|
- font-weight: 600;
|
|
|
|
|
- color: #163020;
|
|
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ width: 100%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.map-stage__status-meta {
|
|
|
|
|
- margin-top: 8rpx;
|
|
|
|
|
- font-size: 22rpx;
|
|
|
|
|
- color: #45624b;
|
|
|
|
|
-}
|
|
|
|
|
|
|
|
|
|
.compass-widget {
|
|
.compass-widget {
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -268,6 +241,7 @@
|
|
|
display: block;
|
|
display: block;
|
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
|
z-index: 1;
|
|
z-index: 1;
|
|
|
|
|
+ opacity: 0.42;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.compass-widget__north-arrow-outline,
|
|
.compass-widget__north-arrow-outline,
|
|
@@ -395,6 +369,18 @@
|
|
|
box-shadow: inset 0 0 0 2rpx rgba(255, 255, 255, 0.2);
|
|
box-shadow: inset 0 0 0 2rpx rgba(255, 255, 255, 0.2);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.compass-widget__edge-arrow {
|
|
|
|
|
+ width: 0;
|
|
|
|
|
+ height: 0;
|
|
|
|
|
+ margin-top: -2rpx;
|
|
|
|
|
+ margin-bottom: -4rpx;
|
|
|
|
|
+ border-left: 8rpx solid transparent;
|
|
|
|
|
+ border-right: 8rpx solid transparent;
|
|
|
|
|
+ border-top: 14rpx solid rgba(58, 49, 37, 0.72);
|
|
|
|
|
+ filter: drop-shadow(0 1rpx 1rpx rgba(255, 255, 255, 0.18));
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
.compass-widget__hint {
|
|
.compass-widget__hint {
|
|
|
max-width: 196rpx;
|
|
max-width: 196rpx;
|
|
|
font-size: 14rpx;
|
|
font-size: 14rpx;
|
|
@@ -883,3 +869,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|