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.
98 lines
1.8 KiB
98 lines
1.8 KiB
.floor-list {
|
|
position: absolute;
|
|
top: -172px;
|
|
left: 10px;
|
|
height: 160px;
|
|
width: 40px;
|
|
padding: 4px 0;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
z-index: 1000;
|
|
background: #ffffff;
|
|
box-shadow: 0px 8px 8px rgba(104, 110, 127, 0.04);
|
|
border-radius: 12px;
|
|
.show-nav {
|
|
top: -442px;
|
|
}
|
|
&.nav-end {
|
|
top: -212px;
|
|
}
|
|
.floor-tip {
|
|
position: absolute;
|
|
width: 40px;
|
|
height: 68px;
|
|
bottom: 0;
|
|
left: calc(100vw - 60px);
|
|
background: center / cover no-repeat url(./tip.png);
|
|
border-radius: 8px;
|
|
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
|
|
}
|
|
ul {
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
height: 152px;
|
|
}
|
|
li {
|
|
display: inline-block;
|
|
line-height: 38px;
|
|
font-family: DINPro;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
color: #333333;
|
|
width: 32px;
|
|
height: 38px;
|
|
&.active {
|
|
background: #53c79d;
|
|
border-radius: 6px;
|
|
color: #fff;
|
|
}
|
|
}
|
|
img {
|
|
position: absolute;
|
|
width: 8px;
|
|
height: 3px;
|
|
margin: auto;
|
|
left: 0;
|
|
right: 0;
|
|
&.top {
|
|
top: 7px;
|
|
}
|
|
&.bottom {
|
|
bottom: 7px;
|
|
transform-origin: center;
|
|
transform: rotate(180deg);
|
|
}
|
|
}
|
|
}
|
|
.floor-sub {
|
|
position: absolute;
|
|
bottom: calc(100vh - 42px);
|
|
left: 10px;
|
|
display: inline-flex;
|
|
z-index: 1000;
|
|
height: 32px;
|
|
padding: 0 12px;
|
|
font-family: PingFang SC;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #323337;
|
|
background: #fff;
|
|
border-radius: 20px;
|
|
align-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
.loc {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
.sep {
|
|
height: 10px;
|
|
width: 1px;
|
|
margin: 0 8px;
|
|
background: #c9cbd1;
|
|
}
|
|
}
|
|
|