diff --git a/src/style.css b/src/style.css index 8e4b028..9d0fe35 100644 --- a/src/style.css +++ b/src/style.css @@ -1,5 +1,5 @@ :root { - font-family: KaiTi, '楷体', STKaiti, '华文楷体', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif; + font-family: 'Source Han Sans SC', 'Noto Sans SC', '思源黑体', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif; color: #2f3239; background: #ffffff; font-synthesis: none; @@ -14,7 +14,7 @@ --muted: #7e8187; --light-bg: #f3f3f5; --card-shadow: 0 18px 50px rgba(38, 44, 58, 0.06); - --el-font-family: KaiTi, '楷体', STKaiti, '华文楷体', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif; + --el-font-family: 'Source Han Sans SC', 'Noto Sans SC', '思源黑体', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif; } * { @@ -217,7 +217,7 @@ img { .dropdown-inner-flat { min-height: 0; display: block; - padding: 12px 18px; + padding: 10px 14px; } .dropdown-groups { @@ -259,7 +259,7 @@ img { .dropdown-links { min-width: 180px; - padding: 22px 32px; + padding: 4px 32px; display: flex; flex-direction: column; } @@ -270,7 +270,7 @@ img { } .dropdown-detail-link { - min-height: 52px; + min-height: 40px; display: flex; align-items: center; font-size: 16px; @@ -2280,7 +2280,6 @@ img { } .case-card-large h3 { - height: calc(22px * 1.45 * 4); font-size: 22px; } @@ -2946,7 +2945,6 @@ img { .case-card h3, .case-card-large h3 { - height: calc(20px * 1.45 * 4); font-size: 20px; }