合并相同项目及错误修正
This commit is contained in:
parent
921c5f4bf3
commit
6563b1dbea
|
@ -1,8 +1,8 @@
|
||||||
*{padding:0px;margin:0px;}
|
*{padding:0px;margin:0px;}
|
||||||
html {background:#FFF;}
|
html {background:#FFF;}
|
||||||
body {font:12px Tahoma, Geneva, sans-serif;}
|
body {font:13px Arial, Serif, Verdana,Tahoma, Geneva, sans-serif;}
|
||||||
a {text-decoration:none;cursor:hand;}
|
a {text-decoration:none;cursor:hand;}
|
||||||
od,ul,li,ul li{list-style:none;}
|
ol,ul,li,ul li{list-style:none;}
|
||||||
input,select,button{font:12px Tahoma, Geneva, sans-serif;vertical-align:middle;}
|
input,select,button{font:12px Tahoma, Geneva, sans-serif;vertical-align:middle;}
|
||||||
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
|
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
|
||||||
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0px;padding:0px;}
|
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0px;padding:0px;}
|
||||||
|
@ -137,25 +137,11 @@ input[type="submit"]:hover,.btn:hover, .btn:focus, .btn:active {
|
||||||
box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
|
box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.clearLine
|
.clearLine{clear:both;}
|
||||||
{
|
|
||||||
clear:both;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1{font-size: 20px;}
|
h1{font:20px bold 黑体, Verdana, Sans-Serif;}
|
||||||
h2
|
h2{font:16px bold 黑体, Verdana, Sans-Serif;}
|
||||||
{
|
p,li{line-height: 20px;}
|
||||||
font-family: 黑体, Verdana, Sans-Serif;
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
p
|
|
||||||
{
|
|
||||||
line-height: 20px;
|
|
||||||
}
|
|
||||||
li
|
|
||||||
{
|
|
||||||
line-height: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.LeftMargin
|
.LeftMargin
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,15 +1,3 @@
|
||||||
*{padding:0px;margin:0px;}
|
|
||||||
html {background:#FFF;}
|
|
||||||
body {font:12px Tahoma, Geneva, sans-serif;}
|
|
||||||
a {text-decoration:none;cursor:hand;}
|
|
||||||
od,ul,li,ul li{list-style:none;}
|
|
||||||
input,select,button{font:12px Tahoma, Geneva, sans-serif;vertical-align:middle;}
|
|
||||||
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
|
|
||||||
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0px;padding:0px;}
|
|
||||||
fieldset,img{border:none;}
|
|
||||||
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
|
|
||||||
caption,th{text-align:left;}
|
|
||||||
|
|
||||||
#leftPanel
|
#leftPanel
|
||||||
{
|
{
|
||||||
float:left; width:200px;
|
float:left; width:200px;
|
||||||
|
|
Loading…
Reference in New Issue