fix:样式修改

This commit is contained in:
chenpingsen
2024-09-03 15:45:44 +08:00
parent e4d54f411a
commit 0b9ae9dcd3
8 changed files with 18 additions and 13 deletions

View File

@@ -523,7 +523,8 @@
font-size: 14px;
font-weight: 400;
opacity: 1;
border: 1px solid rgba(207, 212, 219, 1);
// border: 1px solid rgba(207, 212, 219, 1);
border: none;
line-height: 20.27px;
color: white;
text-align: center;
@@ -534,7 +535,7 @@
.selected {
background: linear-gradient(180deg, rgba(201, 245, 255, 1) 0%, rgba(138, 215, 255, 1) 100%);
color: rgba(0, 61, 90, 1);
border: 1px solid white;
border: none;
}
.btn:hover {