浏览代码

修改模板

renzheng 9 年之前
父节点
当前提交
1f7b059ed6
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      core/src/web/templates/swordfish/wxinfocontent.html

+ 2 - 1
core/src/web/templates/swordfish/wxinfocontent.html

@@ -21,7 +21,6 @@ body{
 	padding:0;
 	color: #333;
 	padding-bottom: 50px;
-	font-size:14px;
 	font-family: tahoma, arial, 'Hiragino Sans GB', 'Microsoft YaHei', 宋体, sans-serif;
 }
 pre {
@@ -29,6 +28,7 @@ pre {
 	word-wrap: break-word;
 	font-family: tahoma, arial, 'Hiragino Sans GB', 'Microsoft YaHei', 宋体, sans-serif;
 	color:#5E6060;
+	font-size:14px;
 }
 .content{
 	padding:5px;
@@ -38,6 +38,7 @@ pre {
 }
 .abs{
 	height:35px;
+	font-size:14px;
 	line-height:35px;
 	text-overflow:ellipsis;
     white-space:nowrap;