diff --git a/htdocs/css/default.css b/htdocs/css/default.css index 3edbdc77..fd9295ba 100755 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -139,8 +139,8 @@ input[type="submit"]:hover,.btn:hover, .btn:focus, .btn:active { .clearLine{clear:both;} -h1{font:20px bold 黑体, Verdana, Sans-Serif;} -h2{font:16px bold 黑体, Verdana, Sans-Serif;} +h1{font:22px bold Verdana, Sans-Serif;} +h2{font:18px bold Verdana, Sans-Serif;} p,li{line-height: 20px;} .LeftMargin diff --git a/htdocs/css/heihemdview.css b/htdocs/css/heihemdview.css index 9fb5c1f5..b083ba60 100644 --- a/htdocs/css/heihemdview.css +++ b/htdocs/css/heihemdview.css @@ -1,5 +1,5 @@ #rightbar{float:right;width:300px;border-left:2px solid #ddd;background:#ddd;position:relative;} -h1{font-size:18px;text-align:center;border-bottom:#ddd 1px dotted;} +h1{text-align:center;border-bottom:#ddd 1px dotted;} hr{border:#ccc 1px dotted;padding:0;} #rightbar hr{border:#3C55C4 1px dotted;overflow:hidden;padding:0;} @@ -107,4 +107,5 @@ img{border:0px;} #todownload input.btn{width:100px;} #abstract p { line-height: 24px; margin: 10px 0;} ol li{margin-left:20px;list-style:decimal;} -#file-list li{list-style:none;} \ No newline at end of file +#file-list li{list-style:none;} +h2 {margin-top:10px;} \ No newline at end of file diff --git a/htdocs/css/watermdview.css b/htdocs/css/watermdview.css index 26d0c28d..fc901d61 100644 --- a/htdocs/css/watermdview.css +++ b/htdocs/css/watermdview.css @@ -1,6 +1,6 @@ #left{margin-right:310px;} #right{float:right;width:300px;border-left:2px solid #ddd;background:#ddd;margin:0;position:relative;} -h1{font-size:18px;text-align:center;border-bottom:#ddd 1px dotted;} +h1{text-align:center;border-bottom:#ddd 1px dotted;} hr{clear:left;border:#ccc 1px dotted;overflow:hidden;} #right hr{border:#3C55C4 1px dotted;overflow:hidden;} li {white-space:nowrap;} @@ -107,4 +107,5 @@ img{border:0px;} #todownload input.btn{width:100px;} .strong {font:20px bold;color:red;} ol li{margin-left:20px;list-style:decimal;} -#file-list li{list-style:none;} +#file-list li{list-style:none;} +h2 {margin-top:10px;}