代码拉取完成,页面将自动刷新
同步操作将从 馒头拿来摸摸/OCDeer.css 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
}
body{
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
/*navs-1*/
.container{
position: relative;
}
.container .navs-1{
position: relative;
width: 80px;
height: 420px;
background: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
transition: 0.5s;
}
.container .navs-1.active{
width: 300px;
}
.container .navs-1 ul{
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.container .navs-1 ul li{
position: relative;
list-style: none;
width: 100%;
}
.container .navs-1 ul li:hover{
background: #efefef;
}
.container .navs-1 ul li a{
position: relative;
display: block;
width: 100%;
display: flex;
text-decoration: none;
color: #6843d1;
font-weight: 500;
}
.container .navs-1 ul li a .icon{
position: relative;
display: block;
min-width: 80px;
height: 60px;
line-height: 60px;
text-align: center;
}
.container .navs-1 ul li a .icon .fa{
font-size: 24px;
}
.container .navs-1 ul li a .title{
position: relative;
display: block;
height: 60px;
line-height: 60px;
white-space: nowrap;
}
.toggle{
position: absolute;
top: calc(50% - 20px);
right: -20px;
width: 40px;
height: 40px;
background: #f5f5f5;
cursor: pointer;
border: 5px solid #ffffff;
border-radius: 50%;
}
.toggle::before{
content: '\f054';
font-family: fontAwesome;
position: absolute;
width: 100%;
height: 100%;
line-height: 35px;
text-align: center;
font-size: 16px;
color: #6843d1;
}
.toggle.active::before{
content: '\f053';
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。