|
@@ -68,6 +68,7 @@
|
|
|
}
|
|
}
|
|
|
&.show-short {
|
|
&.show-short {
|
|
|
width: 3rem;
|
|
width: 3rem;
|
|
|
|
|
+ border-left: 1px solid #d6d6d6;
|
|
|
&:hover {
|
|
&:hover {
|
|
|
width: 14.563rem;
|
|
width: 14.563rem;
|
|
|
border-left-color: rgba(0, 0, 0, 0.1);
|
|
border-left-color: rgba(0, 0, 0, 0.1);
|
|
@@ -145,7 +146,7 @@
|
|
|
background: url('/sideBg.png') no-repeat -14px 0;
|
|
background: url('/sideBg.png') no-repeat -14px 0;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|
|
|
-.show-short .side-bg {
|
|
|
|
|
|
|
+.side-bg:hover {
|
|
|
background: url('/sideBg.png') no-repeat 0 0;
|
|
background: url('/sideBg.png') no-repeat 0 0;
|
|
|
}
|
|
}
|
|
|
.side-bg-current {
|
|
.side-bg-current {
|
|
@@ -157,7 +158,7 @@
|
|
|
height: 95px;
|
|
height: 95px;
|
|
|
background: url('/sideBg-current.png') no-repeat -1px 0;
|
|
background: url('/sideBg-current.png') no-repeat -1px 0;
|
|
|
transition: all 0.5s cubic-bezier(0.34, 1.25, 0.3, 1);
|
|
transition: all 0.5s cubic-bezier(0.34, 1.25, 0.3, 1);
|
|
|
- transition-delay: 0.1s;
|
|
|
|
|
|
|
+ transition-delay: 0.3s;
|
|
|
}
|
|
}
|
|
|
.show-side-bg.side-bg-current:hover {
|
|
.show-side-bg.side-bg-current:hover {
|
|
|
background: url('/sideBg-current.png') no-repeat 0 0;
|
|
background: url('/sideBg-current.png') no-repeat 0 0;
|