Authored by ccbikai

侧边栏收缩

.side-nav {
display: table-cell;
background: #fff;
position: fixed;
top: 0;
right: 640rem / $pxConvertRem;
bottom: 0;
left: 0;
right: 640rem / $pxConvertRem;
width: 540rem / $pxConvertRem;
z-index: -1;
overflow: hidden;
@include transition(right .3s);
... ...