css clean
This commit is contained in:
parent
7d8dde03f2
commit
a983f5c52d
|
@ -139,8 +139,8 @@ input[type="submit"]:hover,.btn:hover, .btn:focus, .btn:active {
|
||||||
|
|
||||||
.clearLine{clear:both;}
|
.clearLine{clear:both;}
|
||||||
|
|
||||||
h1{font:20px bold 黑体, Verdana, Sans-Serif;}
|
h1{font:22px bold Verdana, Sans-Serif;}
|
||||||
h2{font:16px bold 黑体, Verdana, Sans-Serif;}
|
h2{font:18px bold Verdana, Sans-Serif;}
|
||||||
p,li{line-height: 20px;}
|
p,li{line-height: 20px;}
|
||||||
|
|
||||||
.LeftMargin
|
.LeftMargin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#rightbar{float:right;width:300px;border-left:2px solid #ddd;background:#ddd;position:relative;}
|
#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;}
|
hr{border:#ccc 1px dotted;padding:0;}
|
||||||
#rightbar hr{border:#3C55C4 1px dotted;overflow:hidden;padding:0;}
|
#rightbar hr{border:#3C55C4 1px dotted;overflow:hidden;padding:0;}
|
||||||
|
|
||||||
|
@ -108,3 +108,4 @@ img{border:0px;}
|
||||||
#abstract p { line-height: 24px; margin: 10px 0;}
|
#abstract p { line-height: 24px; margin: 10px 0;}
|
||||||
ol li{margin-left:20px;list-style:decimal;}
|
ol li{margin-left:20px;list-style:decimal;}
|
||||||
#file-list li{list-style:none;}
|
#file-list li{list-style:none;}
|
||||||
|
h2 {margin-top:10px;}
|
|
@ -1,6 +1,6 @@
|
||||||
#left{margin-right:310px;}
|
#left{margin-right:310px;}
|
||||||
#right{float:right;width:300px;border-left:2px solid #ddd;background:#ddd;margin:0;position:relative;}
|
#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;}
|
hr{clear:left;border:#ccc 1px dotted;overflow:hidden;}
|
||||||
#right hr{border:#3C55C4 1px dotted;overflow:hidden;}
|
#right hr{border:#3C55C4 1px dotted;overflow:hidden;}
|
||||||
li {white-space:nowrap;}
|
li {white-space:nowrap;}
|
||||||
|
@ -108,3 +108,4 @@ img{border:0px;}
|
||||||
.strong {font:20px bold;color:red;}
|
.strong {font:20px bold;color:red;}
|
||||||
ol li{margin-left:20px;list-style:decimal;}
|
ol li{margin-left:20px;list-style:decimal;}
|
||||||
#file-list li{list-style:none;}
|
#file-list li{list-style:none;}
|
||||||
|
h2 {margin-top:10px;}
|
||||||
|
|
Loading…
Reference in New Issue