提交 0e6a587c 编写于 作者: A afc163

Update size sidebar style

上级 89407aa1
......@@ -448,15 +448,19 @@ footer ul li > a {
transform: scale(0.6);
font-size: 12px;
color: #5C6B76;
opacity: 0.4;
opacity: 0;
transform: scale(0.6) rotate(180deg);
transition: transform 0.3s ease;
transition: all 0.3s ease;
}
.aside-container li[open=open] h4:after {
transform: scale(0.6) rotate(0deg);
}
.aside-container li:hover h4:after {
opacity: 0.8;
}
.aside-container li > ul.aside-list-show {
display: block;
}
......@@ -477,7 +481,6 @@ footer ul li > a {
.aside-container > ul > li > a {
padding-left: 46px;
font-size: 14px;
font-weight: 600;
border-left: 3px solid transparent;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册