See999 5 年前
父节点
当前提交
77d1a1bc93
共有 1 个文件被更改,包括 6 次插入4 次删除
  1. 6 4
      src/scrm_pages/newsDetail/newsDetail.vue

+ 6 - 4
src/scrm_pages/newsDetail/newsDetail.vue 查看文件

@@ -8,11 +8,13 @@
8 8
 
9 9
 <style lang="scss" scoped>
10 10
 .newsTitle {
11
-  width: 19.9375rem;
12
-  height: 3.125rem;
13
-  font-size: 1.25rem;
11
+  width: 319px;
12
+
13
+  height: 50px;
14
+  font-size: 20px;
15
+  font-family: PingFangSC;
14 16
   font-weight: 400;
15 17
   color: rgba(7, 18, 40, 1);
16
-  line-height: 1.875rem;
18
+  line-height: 30px;
17 19
 }
18 20
 </style>