字体加粗

This commit is contained in:
筱野
2025-10-16 22:17:45 +08:00
parent 484d76fc68
commit 54ac130e37
5 changed files with 9 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
.auto-degrade-text { .auto-degrade-text {
font-size: 14px; font-size: 14px;
color: #333; color: #333;
font-weight: 500; font-weight: 600;
} }
.info-icon { .info-icon {

View File

@@ -15,7 +15,8 @@
background: transparent; background: transparent;
border: none; border: none;
outline: none; outline: none;
line-height: 1.4; line-height: 24px;
font-weight: 500;
resize: none; resize: none;
.textarea-placeholder{ .textarea-placeholder{
color: theme.$textarea-placeholder-color; color: theme.$textarea-placeholder-color;
@@ -46,6 +47,7 @@
padding: 2px 6px; padding: 2px 6px;
margin-right: 6px; margin-right: 6px;
margin-bottom: 6px; margin-bottom: 6px;
font-weight: 500;
} }
} }
} }

View File

@@ -26,6 +26,7 @@
padding: 0 3px; padding: 0 3px;
font-size: 14px; font-size: 14px;
color: theme.$primary-color; color: theme.$primary-color;
font-weight: 500;
.dot { .dot {
width: 8px; width: 8px;
height: 8px; height: 8px;
@@ -63,6 +64,7 @@
height: 28px; height: 28px;
line-height: 28px; line-height: 28px;
border-radius: 14px; border-radius: 14px;
font-weight: 600;
&.time-am { &.time-am {
font-weight: 600; font-weight: 600;
} }

View File

@@ -42,6 +42,8 @@
align-items: center; align-items: center;
.form-item-label{ .form-item-label{
display: flex; display: flex;
font-weight: 500;
font-size: 14px;
} }
.form-right-wrapper{ .form-right-wrapper{
display: flex; display: flex;

View File

@@ -156,7 +156,7 @@
font-size: 14px; font-size: 14px;
.section-title { .section-title {
font-size: 16px; font-size: 14px;
color: theme.$primary-color; color: theme.$primary-color;
font-weight: 600; font-weight: 600;
} }