Sfoglia il codice sorgente

微调详情页的字体样式

star7th 10 anni fa
parent
commit
c75eab6a20
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      Application/Home/View/Page/index.html

+ 3 - 1
Application/Home/View/Page/index.html

@@ -4,7 +4,9 @@
 
 
 <style type="text/css">
 <style type="text/css">
 body{
 body{
-	overflow-x:hidden;overflow-y:hidden
+	overflow-x:hidden;overflow-y:hidden;
+	font-size: 1rem;
+	line-height: 1.7em;
 }
 }
 
 
 </style>
 </style>