chore: reback font style -- wight font
This commit is contained in:
@@ -236,7 +236,7 @@
|
|||||||
======================================== */
|
======================================== */
|
||||||
@media (max-width: 639px) {
|
@media (max-width: 639px) {
|
||||||
body {
|
body {
|
||||||
font-size: 14.5px;
|
font-size: 15.5px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 1.55;
|
line-height: 1.55;
|
||||||
letter-spacing: -0.01em;
|
letter-spacing: -0.01em;
|
||||||
@@ -265,25 +265,28 @@
|
|||||||
|
|
||||||
/* 针对移动端小字进行强制加粗补偿(400 在手机上易由于笔画过细而消失) */
|
/* 针对移动端小字进行强制加粗补偿(400 在手机上易由于笔画过细而消失) */
|
||||||
.text-xs {
|
.text-xs {
|
||||||
font-size: 11.5px;
|
font-size: 12.5px;
|
||||||
font-weight: 550;
|
font-weight: 550;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
letter-spacing: 0.01em;
|
letter-spacing: 0.01em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-sm {
|
.text-sm {
|
||||||
font-size: 13.5px;
|
font-size: 14.5px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 交互性元素显著加厚,提升点击信心 */
|
/* 交互性元素显著加厚,提升点击信心 */
|
||||||
button,
|
button,
|
||||||
[role="button"],
|
[role="button"] {
|
||||||
.font-medium {
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.font-medium {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
/* 表格单元格保持高对比度 */
|
/* 表格单元格保持高对比度 */
|
||||||
td, th {
|
td, th {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|||||||
Reference in New Issue
Block a user