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.
161 lines
2.6 KiB
161 lines
2.6 KiB
.tabs-wrapper {
|
|
position: fixed;
|
|
display: flex;
|
|
bottom: 26px;
|
|
left: 10px;
|
|
right: 10px;
|
|
height: 90px;
|
|
z-index: 15 !important;
|
|
background: #ffffff;
|
|
padding: 14px;
|
|
padding-top: 20px;
|
|
border-radius: 0 0 18px 18px;
|
|
}
|
|
.tabs {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0 4px;
|
|
background: #f3f4f8;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.tabs > .tab {
|
|
flex: 1;
|
|
height: 50px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tabs > .tab > .btn {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 48px;
|
|
margin: auto;
|
|
border-radius: 10px;
|
|
font-family: PingFang SC;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
text-align: center;
|
|
color: #323337;
|
|
}
|
|
|
|
.tabs > .tab > .btn.active {
|
|
background: linear-gradient(180deg, #508af7 0%, #5ea5f9 100%);
|
|
box-shadow: 0px 6px 12px rgba(93, 172, 249, 0.2);
|
|
color: #ffffff;
|
|
}
|
|
|
|
.warning {
|
|
position: fixed;
|
|
z-index: 15 !important;
|
|
right: 10px;
|
|
width: 115px;
|
|
height: 29px;
|
|
bottom: 282px;
|
|
}
|
|
.warning.high {
|
|
bottom: 382px;
|
|
}
|
|
|
|
.relocate {
|
|
position: fixed;
|
|
z-index: 15 !important;
|
|
right: 10px;
|
|
width: 48px;
|
|
height: 57px;
|
|
bottom: 238px;
|
|
}
|
|
|
|
.relocate.high {
|
|
bottom: 338px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
.tomap {
|
|
z-index: 15 !important;
|
|
position: fixed;
|
|
width: 48px;
|
|
height: 57px;
|
|
bottom: 238px;
|
|
left: 10px;
|
|
}
|
|
.tomap.high {
|
|
bottom: 338px;
|
|
}
|
|
.progress {
|
|
position: absolute;
|
|
left: 20px;
|
|
right: 20px;
|
|
top: -2px;
|
|
height: 4px;
|
|
background: #edeff3;
|
|
border-radius: 5px;
|
|
z-index: 1;
|
|
}
|
|
.bar {
|
|
position: absolute;
|
|
left: 20px;
|
|
top: -2px;
|
|
height: 4px;
|
|
background: #437af7;
|
|
border-radius: 5px;
|
|
z-index: 2;
|
|
}
|
|
.bubble {
|
|
display: flex;
|
|
position: absolute;
|
|
z-index: 3;
|
|
width: 33px;
|
|
height: 14px;
|
|
top: -6.5px;
|
|
background: #ffffff;
|
|
text-align: center;
|
|
border: 2px solid #437af7;
|
|
border-radius: 12px;
|
|
font-family: DINPro;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-size: 10px;
|
|
color: #437af7;
|
|
justify-content: center;
|
|
align-items: center;
|
|
transform: translate(-50%, 0);
|
|
}
|
|
|