فهرست منبع

微调详情页的字体样式

star7th 10 سال پیش
والد
کامیت
c75eab6a20
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  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">
 body{
-	overflow-x:hidden;overflow-y:hidden
+	overflow-x:hidden;overflow-y:hidden;
+	font-size: 1rem;
+	line-height: 1.7em;
 }
 
 </style>