This commit is contained in:
X1627315083
2024-06-20 10:36:45 +08:00
parent 814dd1205c
commit dc93403506
28 changed files with 1506 additions and 394 deletions

View File

@@ -15,6 +15,15 @@ input {
outline: none;
border: 0.1rem solid #dcdfe6;
}
select {
height: 2.5rem;
border: 0.2rem solid #c4c4c4 !important;
border-radius: 4px;
/* 设置圆角半径 */
}
select:focus-visible {
border: 0.2rem solid #c4c4c4 !important;
}
ul,
li {
list-style: none;