feat: 意见反馈调整

This commit is contained in:
2025-10-20 20:36:33 +08:00
parent 3055d49644
commit 5e981b6de3
8 changed files with 140 additions and 348 deletions

View File

@@ -19,6 +19,10 @@
background-color: #f5f7fa;
}
.bg-EEF8FF {
background-color: #eef8ff;
}
.bg-liner {
background: linear-gradient(205deg, #8ae3fc 0%, rgba(138, 227, 252, 0) 20%),
linear-gradient(155deg, #fef7e1 0%, rgba(254, 247, 225, 0) 20%),

View File

@@ -55,6 +55,10 @@
margin: 12px;
}
.mt-12 {
margin-top: 12px;
}
.mb-12 {
margin-bottom: 12px;
}
@@ -63,6 +67,10 @@
margin-left: 12px;
}
.mr-12 {
margin-right: 12px;
}
.ml-16 {
margin-left: 16px;
}

View File

@@ -2,6 +2,10 @@
width: 100%;
}
.w-vw {
width: 100vw;
}
.w-50 {
width: 50%;
}