From 26cee33e9ee1da3413f37b9c1002fd64ca779d6e Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Tue, 29 Oct 2019 11:23:08 +0800 Subject: [PATCH] common.css --- public/stylesheets/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/css/common.css b/public/stylesheets/css/common.css index 919ceb721..33f7d2384 100644 --- a/public/stylesheets/css/common.css +++ b/public/stylesheets/css/common.css @@ -3,7 +3,7 @@ /* 2015-06-26 */ html,body{height: 100%;} body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{ margin:0; padding:0;} -body,table,input,textarea,select,button { font-family: "微软雅黑","宋体"; font-size:14px;line-height:1.5; background:#eaebec;} +body,table,input,textarea,select,button { font-family: "微软雅黑","宋体"; font-size:12px;line-height:1.5; background:#eaebec;} div,img,tr,td,table{ border:0;} table,tr,td{border:0;} ol,ul,li{ list-style-type:none}