mod: 使用unocss重写首页样式

This commit is contained in:
张传龙
2022-06-19 15:02:58 +08:00
parent 8ae4046285
commit ac9ccbadf0
3 changed files with 41 additions and 51 deletions

View File

@@ -30,12 +30,12 @@ body {
/* 自定义滚动条样式 */
.cur-scroll {
&::-webkit-scrollbar{
width:8px;
height:6px;
width: 6px;
height: 6px;
}
&::-webkit-scrollbar-thumb{
background-color: transparent;
border-radius:4px;
border-radius: 3px;
}
&::-webkit-scrollbar-corner{