feat: 意见反馈

This commit is contained in:
duanshuwen
2025-10-18 17:09:52 +08:00
parent 4b066626cf
commit 8b4926eb2b
9 changed files with 61 additions and 111 deletions

View File

@@ -15,6 +15,10 @@
background-color: #e5e8ee;
}
.bg-F5F7FA {
background-color: #f5f7fa;
}
.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%),
@@ -25,3 +29,7 @@
),
linear-gradient(180deg, rgba(238, 248, 255, 0) 0%, #eef8ff 50%), #eef8ff;
}
.bg-button {
background: linear-gradient(90deg, #2d91ff 0%, #4de4ff 100%);
}

View File

@@ -6,3 +6,11 @@
.border-bottom {
border-bottom: 1px solid #e5e8ee;
}
.border-ff {
border: 1px solid #fff;
}
.border-none {
border: none;
}

View File

@@ -51,3 +51,7 @@
.color-21B466 {
color: #21b466;
}
.color-FA7319 {
color: #fa7319;
}

View File

@@ -70,3 +70,7 @@
.ml-20 {
margin-left: 20px;
}
.mr-20 {
margin-right: 20px;
}