See999 5 years ago
parent
commit
77d1a1bc93
1 changed files with 6 additions and 4 deletions
  1. 6 4
      src/scrm_pages/newsDetail/newsDetail.vue

+ 6 - 4
src/scrm_pages/newsDetail/newsDetail.vue View File

8
 
8
 
9
 <style lang="scss" scoped>
9
 <style lang="scss" scoped>
10
 .newsTitle {
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
   font-weight: 400;
16
   font-weight: 400;
15
   color: rgba(7, 18, 40, 1);
17
   color: rgba(7, 18, 40, 1);
16
-  line-height: 1.875rem;
18
+  line-height: 30px;
17
 }
19
 }
18
 </style>
20
 </style>