更新至V1.72,更新内容在笔记中查看

This commit is contained in:
小胡
2023-01-31 16:43:25 +08:00
Unverified
parent d05598c2bd
commit 6bfb17dbfd
14 changed files with 30 additions and 24 deletions

View File

@@ -84,6 +84,7 @@
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
}
.resNav .resNav-left{

View File

@@ -2,11 +2,15 @@
/*滚动条美化*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
width:6px;
height: 5px;
}
::-webkit-scrollbar:hover
{
width:10px;
height: 5px;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{