feat: 完成70%全局样式与可读性优化

This commit is contained in:
rain
2026-07-31 11:27:15 +08:00
parent 96524e4d6c
commit 555aa00043
116 changed files with 1928 additions and 1169 deletions
+13 -13
View File
@@ -318,7 +318,7 @@ onUnload(() => {
</script>
<style scoped lang="scss">
@use "../../styles/adaptive-frame-profiles.scss" as adaptive;
@import "../../styles/adaptive-frame-profiles.scss";
.feedback-page {
display: flex;
min-height: 100vh;
@@ -335,7 +335,7 @@ onUnload(() => {
.lead {
display: block;
color: $ink-muted;
font-size: 23rpx;
font-size: clamp(14px, 23rpx, 17px);
line-height: 1.5;
text-align: center;
}
@@ -345,7 +345,7 @@ onUnload(() => {
.field-note {
display: block;
color: $ink-muted;
font-size: 20rpx;
font-size: clamp(13px, 20rpx, 16px);
line-height: 1.5;
}
.type-grid {
@@ -360,13 +360,13 @@ onUnload(() => {
border: 0;
background: transparent;
line-height: normal;
@include adaptive.adaptive-profile-field;
@include adaptive-profile-field;
display: flex;
min-height: 88rpx;
align-items: center;
justify-content: center;
color: $ink-muted;
font-size: 22rpx;
font-size: clamp(14px, 22rpx, 17px);
text-align: center;
}
.type-chip::after {
@@ -381,7 +381,7 @@ onUnload(() => {
opacity: 0.55;
}
.form-panel {
@include adaptive.adaptive-profile-content;
@include adaptive-profile-content;
margin-top: 20rpx;
padding: 30rpx 34rpx;
}
@@ -391,7 +391,7 @@ onUnload(() => {
min-width: 0;
min-height: 210rpx;
color: $ink;
font-size: 24rpx;
font-size: clamp(15px, 24rpx, 18px);
line-height: 1.65;
}
.form-panel textarea[disabled],
@@ -401,7 +401,7 @@ onUnload(() => {
.counter {
display: block;
color: $ink-muted;
font-size: 20rpx;
font-size: clamp(13px, 20rpx, 16px);
text-align: right;
}
.contact-row {
@@ -415,7 +415,7 @@ onUnload(() => {
}
.contact-row text {
color: $ink;
font-size: 23rpx;
font-size: clamp(14px, 23rpx, 17px);
font-weight: 700;
}
.contact-row input {
@@ -423,14 +423,14 @@ onUnload(() => {
min-width: 0;
min-height: 68rpx;
color: $ink;
font-size: 22rpx;
font-size: clamp(14px, 22rpx, 17px);
text-align: right;
}
.field-error {
display: block;
margin-top: 7rpx;
color: #b42318;
font-size: 20rpx;
font-size: clamp(13px, 20rpx, 16px);
line-height: 1.4;
text-align: right;
}
@@ -438,7 +438,7 @@ onUnload(() => {
display: block;
margin-top: 15rpx;
color: $ink-muted;
font-size: 20rpx;
font-size: clamp(13px, 20rpx, 16px);
line-height: 1.5;
text-align: center;
}
@@ -447,7 +447,7 @@ onUnload(() => {
padding: 18rpx 20rpx;
border: 1px solid rgba(122, 91, 46, 0.24);
border-radius: 12rpx;
font-size: 21rpx;
font-size: clamp(13px, 21rpx, 16px);
line-height: 1.55;
}
.feedback-result--success {