This commit is contained in:
zhaotiantian
2023-11-21 18:31:48 +08:00
35 changed files with 507 additions and 311 deletions
+21
View File
@@ -1,3 +1,4 @@
<<<<<<< HEAD
.type-time{
text-align: right;
padding-right: 4%;
@@ -25,4 +26,24 @@
.unSelect{
color: #A3A4A4;
}
=======
*::-webkit-scrollbar {
width: 12px;
height: 12px;
}
*::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}
*::-webkit-scrollbar-corner {
background-color: transparent;
}
*::-webkit-scrollbar-thumb {
border: 4px solid rgba(0, 0, 0, 0);
height: 6px;
border-radius: 25px;
background-clip: padding-box;
background-color: rgba(0, 0, 0, 0.30);
>>>>>>> 330154ae420452f6810cf7e7b439383c13ab5114
}