This commit is contained in:
zk
2023-11-22 09:14:44 +08:00
parent 1bd09f1c09
commit c1ceedeb91
+10 -8
View File
@@ -1,17 +1,19 @@
<<<<<<< HEAD .type-time {
.type-time{
text-align: right; text-align: right;
padding-right: 4%; padding-right: 4%;
padding-top: 5%; padding-top: 5%;
font-size: 18px; font-size: 18px;
span{
span {
padding: 0 2%; padding: 0 2%;
cursor: pointer; cursor: pointer;
} }
.select{
.select {
color: #45A2FF; color: #45A2FF;
position: relative; position: relative;
&:after{
&:after {
content: ''; content: '';
position: absolute; position: absolute;
display: block; display: block;
@@ -23,10 +25,11 @@
background-size: 100% 100%; background-size: 100% 100%;
} }
} }
.unSelect{
.unSelect {
color: #A3A4A4; color: #A3A4A4;
} }
======= }
*::-webkit-scrollbar { *::-webkit-scrollbar {
width: 12px; width: 12px;
height: 12px; height: 12px;
@@ -45,5 +48,4 @@
border-radius: 25px; border-radius: 25px;
background-clip: padding-box; background-clip: padding-box;
background-color: rgba(0, 0, 0, 0.30); background-color: rgba(0, 0, 0, 0.30);
>>>>>>> 330154ae420452f6810cf7e7b439383c13ab5114
} }