diff --git a/public/stylesheets/resource.css b/public/stylesheets/resource.css index 86ff85825..5dc2bcabc 100644 --- a/public/stylesheets/resource.css +++ b/public/stylesheets/resource.css @@ -1,10 +1,10 @@ -body{ font-size:12px !important; font-family:"微软雅黑","宋体" !important; line-height:1.9 !important; background:#fff !important; font-style:normal !important;} +.resource{ font-size:12px !important; font-family:"微软雅黑","宋体" !important; line-height:1.9 !important; background:#fff !important; font-style:normal !important;} div,html,img,ul,li,p,body,h1,h2,h3,h4,p,a,table,tr,td,fieldset,input,form,span,textarea{ margin:0; padding:0;} div,img,tr,td,textarea{ border:0;} table,tr,td{border:0; cellspacing:0; cellpadding:0;} ul,li{ list-style-type:none} .cl{ clear:both; overflow:hidden; } -a{ text-decoration:none; text-align:center; } +#resource a{ text-decoration:none; text-align:center; } a:hover{ text-decoration:underline;} /**** 常用***/ .f_l{ float:left;}