Browse Source

fix: 修复字体宽度问题

张雨涵 2 years ago
parent
commit
2fe6277cdc
1 changed files with 2 additions and 1 deletions
  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);
-}
+}