页面正在加载,请稍候...
@keyframes navClose{
0%, 100%{
height: calc(100% - 58px);
top:58px;
z-index: 2;
border-right:1px solid #aaa;
}
0%{
width:180px;
left: calc(50% - 560px - 90px);
}
100%{
width:0px;
left: calc(50% - 560px);
}
}
@keyframes navOpen{
0%, 100%{
height: calc(100% - 58px);
top:58px;
z-index: 2;
border-right:1px solid #aaa;
}
0%{
width:0px;
left: calc(50% - 560px);
}
100%{
width:180px;
left: calc(50% - 560px - 90px);
}
}