This commit is contained in:
2025-09-14 00:21:54 +08:00
commit d40b3bbd62
766 changed files with 36275 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
picker {
border: 1px solid #eeeeee;
border-radius: 5px;
}
button {
height: 40px;
border-radius: 1000px;
font-size: 16px;
font-weight: 500;
line-height: 40px;
}
button::after {
border: none;
}
.button-hover::after {
border: none;
}
textarea {
padding: 0;
}
/* textarea > *:first-child > *:first-child {
color: #999 !important;
} */
.xhs-inner-switch-control-switch::after {
background-color: aqua;
}
picker {
border: none;
}
/* dakjdhkjhsjf */
radio * {
display: flex;
}
checkbox * {
display: flex;
}
slider > div > div > div > div:nth-child(2) {
width: 16px !important;
height: 16px !important;
margin-top: -8px !important;
margin-left: -8px !important;
}
/* switch > * > *:last-child::after {
width: 24px !important;
height: 24px !important;
top: 50% !important;
margin-top: -12px !important;
} */