You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

105 lines
1.6 KiB

.tabs {
position: fixed;
display: flex;
bottom: 0;
left: 0;
right: 0;
height: 83px;
z-index: 15 !important;
background: #ffffff;
padding-top: 9px;
box-shadow: 0px -2px 10px rgba(220, 183, 123, 0.3);
}
.tabs > .tab {
flex: 1;
height: 50px;
text-align: center;
}
.tabs > .tab > .btn {
width: 76px;
height: 32px;
margin: auto;
border-radius: 64px;
font-style: normal;
font-weight: 900;
font-size: 14px;
line-height: 32px;
text-align: center;
color: #6a6665;
}
.tabs > .tab > .btn.active {
background: #ffdb00;
}
.relocate {
position: fixed;
z-index: 15 !important;
right: 4px;
width: 46px;
height: 46px;
bottom: 235px;
}
.relocate.high {
bottom: 362px;
}
.floor {
display: inline-flex;
z-index: 15 !important;
position: fixed;
left: 8px;
bottom: 211px;
height: 24px;
padding: 0 12px;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 24px;
color: #6a6665;
background: #fff;
border-radius: 24px;
align-content: center;
justify-content: center;
align-items: center;
}
.floor.high {
bottom: 338px;
}
.floor > .sep {
height: 12px;
width: 1px;
margin: 0 8px;
background: #e2e1df;
}
.floor > .value {
font-size: 14px;
color: #ef9617;
}
.tip {
display: inline-flex;
z-index: 15 !important;
position: fixed;
right: 8px;
bottom: 211px;
padding: 0 10px;
height: 25px;
line-height: 25px;
background: #f37b6f;
backdrop-filter: blur(2px);
border-radius: 50px;
font-family: PingFang SC;
font-style: normal;
font-weight: bold;
font-size: 12px;
color: #ffffff;
}
.tip.high {
bottom: 338px;
}