浏览代码

fix: 修复字体宽度问题

张雨涵 2 年之前
父节点
当前提交
2fe6277cdc
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/web/staticres/css/pc.css

+ 2 - 1
src/web/staticres/css/pc.css

@@ -1989,6 +1989,7 @@ form{
 	line-height: 22px;
 	margin-bottom: 8px;
   white-space: nowrap;
+  font-weight: 400;
 }
 .jy_classify_l dl dt > a:hover{
   text-decoration: none;
@@ -5311,4 +5312,4 @@ h6 {
   -ms-transform: translate(-50%,0);
   -o-transform: translate(-50%,0);
   transform: translate(-50%,0);
-}
+}