Style correction

This commit is contained in:
Vion
2022-01-18 17:18:39 +08:00
parent 5f8154bb63
commit 9115a4738d
24 changed files with 287 additions and 264 deletions

View File

@@ -278,7 +278,7 @@ img, picture {
width:100%;
}
.rc-top{
margin-top: 74px;
margin-top: 90px;
}
.rc-list__header {
background: none;
@@ -497,35 +497,40 @@ img, picture {
}
h2{
font-size:20px;
padding-bottom:1rem;
}
.ts-scrollable
{
padding-bottom:1rem;
scrollbar-width: thin;
li
{
margin-left: 30px;
width: 8.125rem;
height: 2.5rem;
line-height: 40px;
//line-height: 40px;
font-size: .875rem;
padding:.375rem;
}
/*
&::-webkit-scrollbar{
background:unset;
height:4px;
height: 6px;
width:50%;
background:transparent;
}
&::-webkit-scrollbar-thumb{
background-color:#d7d7d7;
height:2px;
border-radius:10px;
width:50%;
}
&::-webkit-scrollbar-track{
background-color:ddd;
height:2px;
//background-color:#ddd;
background-color:transparent;
}
&::-webkit-scrollbar-button{
background:unset;
}
*/
/* */
}
}