See999 hace 5 años
padre
commit
77d1a1bc93
Se han modificado 1 ficheros con 6 adiciones y 4 borrados
  1. 6 4
      src/scrm_pages/newsDetail/newsDetail.vue

+ 6 - 4
src/scrm_pages/newsDetail/newsDetail.vue Ver fichero

@@ -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>