|
@@ -227,15 +227,17 @@ section {
|
|
|
.top-aside {
|
|
|
width: calc(100% - 80px);
|
|
|
position: fixed;
|
|
|
+ z-index: 99;
|
|
|
top: 0;
|
|
|
left: 81px;
|
|
|
- height: 60px;
|
|
|
+ height: 70px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
overflow: hidden;
|
|
|
background-color: #ffffff;
|
|
|
animation: 0.5s topExpande linear;
|
|
|
+ border-bottom: 10px solid #F2F3F6;
|
|
|
.business {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
@@ -313,6 +315,7 @@ section {
|
|
|
.button-collapsed {
|
|
|
cursor: pointer;
|
|
|
position: absolute;
|
|
|
+ z-index: 101;
|
|
|
bottom: 20px;
|
|
|
width: 12px;
|
|
|
height: 30px;
|