From 36c65d2fe3d8bea3578d89262ba9efd319677849 Mon Sep 17 00:00:00 2001 From: z9han Date: Mon, 22 Dec 2014 15:27:35 +0800 Subject: [PATCH] =?UTF-8?q?#1694=E8=AF=BE=E7=A8=8B=EF=BC=9A=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E2=80=9C=E8=AF=BE=E7=A8=8B=E5=8A=A8=E6=80=81=E2=80=9D?= =?UTF-8?q?=E6=88=96=E2=80=9C=E8=AF=BE=E7=A8=8B=E4=BD=9C=E4=B8=9A=E2=80=9D?= =?UTF-8?q?=EF=BC=8C=E5=B7=A6=E4=BE=A7=E7=9A=84=E8=AF=BE=E7=A8=8B=E5=90=8D?= =?UTF-8?q?=E9=9D=A0=E5=B7=A6=E6=98=BE=E7=A4=BA=EF=BC=8C=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E2=80=9C=E8=B5=84=E6=BA=90=E5=BA=93=E2=80=9D=EF=BC=8C=E8=AF=BE?= =?UTF-8?q?=E7=A8=8B=E5=90=8D=E5=B1=85=E4=B8=AD=E6=98=BE=E7=A4=BA=E3=80=82?= =?UTF-8?q?=20=E5=8E=9F=E5=9B=A0=EF=BC=9A=E5=8F=97=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E6=96=B0=E6=A0=B7=E5=BC=8F=E5=BD=B1=E5=93=8D?= =?UTF-8?q?=EF=BC=8C=E8=A7=A3=E5=86=B3=EF=BC=9A=E5=B0=86=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E6=A8=A1=E5=9D=97=E7=9A=84=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=99=90=E5=AE=9A=E5=9C=A8=E8=B5=84=E6=BA=90=E6=A8=A1=E5=9D=97?= =?UTF-8?q?div=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/resource.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;}