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

Loading…
Cancel
Save