Browse Source

feat: 导览全部楼层设施样式优化

v1.0.1
jiannibang 3 years ago
parent
commit
bc151283ed
  1. 12
      src/views/Guide/Guide.vue

12
src/views/Guide/Guide.vue

@ -325,7 +325,7 @@ const handleFacility = async fac => {
.right {
flex: 1;
display: flex;
padding: 0 68px;
padding: 0 60px 0 68px;
border-bottom: 1px solid #fff;
overflow: hidden;
.format {
@ -346,6 +346,7 @@ const handleFacility = async fac => {
.fac {
display: flex;
flex-direction: column;
width: 52px;
img {
width: 36px;
height: 36px;
@ -358,9 +359,6 @@ const handleFacility = async fac => {
color: rgba(0, 0, 0, 0.6);
align-items: center;
}
.fac + .fac {
margin-left: 16px;
}
}
}
}
@ -455,7 +453,7 @@ const handleFacility = async fac => {
.all-item {
flex: 1;
display: flex;
padding: 0 68px;
padding: 0 68px 0 60px;
height: 94.44px;
overflow: hidden;
&.current {
@ -483,6 +481,7 @@ const handleFacility = async fac => {
.fac {
display: flex;
flex-direction: column;
width: 52px;
img {
width: 36px;
height: 36px;
@ -495,9 +494,6 @@ const handleFacility = async fac => {
color: rgba(0, 0, 0, 0.6);
align-items: center;
}
.fac + .fac {
margin-left: 16px;
}
}
}
.floors-item {

Loading…
Cancel
Save