mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-03-01 18:12:43 +08:00
更新至V1.72,更新内容在笔记中查看
This commit is contained in:
@@ -84,6 +84,7 @@
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.resNav .resNav-left{
|
||||
|
||||
@@ -2,11 +2,15 @@
|
||||
/*滚动条美化*/
|
||||
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
|
||||
::-webkit-scrollbar
|
||||
{
|
||||
width:6px;
|
||||
height: 5px;
|
||||
}
|
||||
::-webkit-scrollbar:hover
|
||||
{
|
||||
width:10px;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
/*定义滚动条轨道 内阴影+圆角*/
|
||||
::-webkit-scrollbar-track
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user