字体加粗

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 {
font-size: 14px;
color: #333;
font-weight: 500;
font-weight: 600;
}
.info-icon {

View File

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

View File

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

View File

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

View File

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