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.
108 lines
1.5 KiB
108 lines
1.5 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: 8px;
|
|
width: 38px;
|
|
height: 38px;
|
|
bottom: 262px;
|
|
}
|
|
|
|
.relocate.high {
|
|
bottom: 381px;
|
|
}
|
|
|
|
.tomob {
|
|
position: fixed;
|
|
z-index: 15 !important;
|
|
right: 8px;
|
|
width: 128px;
|
|
height: 40px;
|
|
bottom: 210px;
|
|
}
|
|
|
|
.tomob.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;
|
|
}
|
|
.tip {
|
|
z-index: 15 !important;
|
|
position: fixed;
|
|
right: 8px;
|
|
bottom: 306px;
|
|
width: 112px;
|
|
height: 34px;
|
|
}
|
|
|
|
.tip.high {
|
|
bottom: 426px;
|
|
}
|
|
|