|
|
|
@ -52,8 +52,7 @@ screen and (max-height: 420px) {
|
|
|
|
|
right: 1.8rem;
|
|
|
|
|
top: 65vh;
|
|
|
|
|
width: 2rem;
|
|
|
|
|
border: 1px solid rgba(255, 255, 255, 0.8);
|
|
|
|
|
border-radius: .3rem .3rem .3rem .3rem;
|
|
|
|
|
border-radius: .5rem .5rem .5rem .5rem;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
@ -76,23 +75,27 @@ screen and (max-height: 420px) {
|
|
|
|
|
position: relative;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 1.2rem;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
color: #2c2c2c;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
border-radius: .5rem .5rem 0 0;
|
|
|
|
|
padding-bottom: 4px;
|
|
|
|
|
}
|
|
|
|
|
.navigation-control-icon-zoom-in:hover {
|
|
|
|
|
background: rgba(204, 204, 204, 0.78);
|
|
|
|
|
border-radius: .3rem .3rem 0 0;
|
|
|
|
|
background: rgb(223, 223, 223);
|
|
|
|
|
border-radius: .5rem .5rem 0 0;
|
|
|
|
|
}
|
|
|
|
|
/* - 按钮*/
|
|
|
|
|
.navigation-control-icon-zoom-out {
|
|
|
|
|
position: relative;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 1.4rem;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
color: #2c2c2c;
|
|
|
|
|
border-radius: 0 0 .5rem .5rem;
|
|
|
|
|
}
|
|
|
|
|
.navigation-control-icon-zoom-out:hover {
|
|
|
|
|
background: rgba(204, 204, 204, 0.78);
|
|
|
|
|
border-radius: 0 0 .3rem .3rem;
|
|
|
|
|
background: rgb(223, 223, 223);
|
|
|
|
|
border-radius: 0 0 .5rem .5rem;
|
|
|
|
|
}
|
|
|
|
|
/* reset 按钮*/
|
|
|
|
|
.navigation-control-icon-reset {
|
|
|
|
@ -119,7 +122,7 @@ screen and (max-height: 420px) {
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 6rem;;
|
|
|
|
|
height: 6rem;;
|
|
|
|
|
fill: rgba(255, 255, 255, 0.5);
|
|
|
|
|
fill: #5b5b5b;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compass-outer-ring-background {
|
|
|
|
@ -129,7 +132,7 @@ screen and (max-height: 420px) {
|
|
|
|
|
width: 44px;
|
|
|
|
|
height: 44px;
|
|
|
|
|
border-radius: 44px;
|
|
|
|
|
border: 12px solid rgba(47, 53, 60, 0.8);
|
|
|
|
|
border: 12px solid rgb(255, 255, 255);
|
|
|
|
|
box-sizing: content-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -139,7 +142,7 @@ screen and (max-height: 420px) {
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 95px;
|
|
|
|
|
height: 95px;
|
|
|
|
|
fill: #faf6f6;
|
|
|
|
|
fill: #5b5b5b;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compass-gyro-active {
|
|
|
|
@ -153,7 +156,7 @@ screen and (max-height: 420px) {
|
|
|
|
|
width: 2rem;
|
|
|
|
|
height: 2rem;
|
|
|
|
|
border-radius: 33px;
|
|
|
|
|
background-color: rgba(47, 53, 60, 0.8);
|
|
|
|
|
background-color: rgba(250, 250, 250, 0.8);
|
|
|
|
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
|
|
box-sizing: content-box;
|
|
|
|
|
}
|
|
|
|
|