样式优化

This commit is contained in:
2025-11-29 17:30:43 +08:00
parent 358e85be10
commit f4951c18f8
13 changed files with 91 additions and 35 deletions

View File

@@ -184,10 +184,10 @@
border: 0.5pt solid rgba(0, 0, 0, 0.06);
border-radius: 12px;
// box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.06);
overflow: hidden;
.form_group {
background: #ffffff;
border-radius: 12px;
.form_item {
display: flex;
@@ -330,7 +330,7 @@
.logout_button {
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.12);
border: 0.5pt solid rgba(0, 0, 0, 0.06);
border-radius: 16px;
padding: 2px 6px;
display: flex;
@@ -353,7 +353,7 @@
}
&.group {
border: 1px solid rgba(0, 0, 0, 0.12);
border: 1px solid rgba(0, 0, 0, 0.06);
border-radius: 16px;
overflow: hidden;
@@ -368,7 +368,7 @@
}
&:first-child {
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
}
}