Browse Source

fix: 文字样式修正

zhangyuhan 4 years ago
parent
commit
14640c0d70
1 changed files with 7 additions and 1 deletions
  1. 7 1
      jydocs-mobile/src/views/Home.vue

+ 7 - 1
jydocs-mobile/src/views/Home.vue

@@ -288,12 +288,18 @@ export default class extends Vue {
       margin-bottom: 4px;
       box-sizing: border-box;
       color: #171826;
-      font-family: PingFang SC;
       font-size: 18px;
       line-height: 26px;
       letter-spacing: 0px;
       text-align: left;
 
+      h5 {
+        color: #171826;
+        font-size: 18px;
+        line-height: 26px;
+        letter-spacing: 0px;
+      }
+
       span {
         display: inline-block;
         width: 3px;