|
|
|
@ -441,11 +441,10 @@ watch( |
|
|
|
z-index: 60; |
|
|
|
display: block; |
|
|
|
overflow: hidden; |
|
|
|
background: linear-gradient(113.71deg, #435acd 0%, #749cf3 100%); |
|
|
|
background: var(--guide-floorBg); |
|
|
|
&.all { |
|
|
|
width: calc(100vw - 510px); |
|
|
|
background: right / 100px 100vh no-repeat linear-gradient(113.71deg, #435acd 0%, #749cf3 100%), |
|
|
|
left / calc(100vw - 510px - 100px) 100vh no-repeat linear-gradient(113.71deg, #dee6f6 0%, #dee6f6 100%); |
|
|
|
background: var(--guide-allFloorBgH); |
|
|
|
} |
|
|
|
&::-webkit-scrollbar { |
|
|
|
display: none; |
|
|
|
@ -514,7 +513,7 @@ watch( |
|
|
|
font-size: 28px; |
|
|
|
line-height: 96%; |
|
|
|
text-align: center; |
|
|
|
color: #ffffff; |
|
|
|
color: var(--guide-floorColor); |
|
|
|
transition: all 0.5s; |
|
|
|
&.all { |
|
|
|
font-weight: 700; |
|
|
|
@ -532,10 +531,10 @@ watch( |
|
|
|
height: 20px; |
|
|
|
display: flex; |
|
|
|
content: '您在本层'; |
|
|
|
background: linear-gradient(99.5deg, #f0b92b 0%, #f9d556 100%); |
|
|
|
background: var(--guide-currentBg); |
|
|
|
font-weight: 700; |
|
|
|
font-size: 12px; |
|
|
|
color: rgba(0, 0, 0, 0.8); |
|
|
|
color: var(--guide-currentColor); |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
} |
|
|
|
|