#1694课程:点击“课程动态”或“课程作业”,左侧的课程名靠左显示,点击“资源库”,课程名居中显示。 原因:受资源模块新样式影响,解决:将课程资源模块的样式限定在资源模块div中
This commit is contained in:
parent
c99af4cb7b
commit
36c65d2fe3
|
@ -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,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;}
|
div,img,tr,td,textarea{ border:0;}
|
||||||
table,tr,td{border:0; cellspacing:0; cellpadding:0;}
|
table,tr,td{border:0; cellspacing:0; cellpadding:0;}
|
||||||
ul,li{ list-style-type:none}
|
ul,li{ list-style-type:none}
|
||||||
.cl{ clear:both; overflow:hidden; }
|
.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;}
|
a:hover{ text-decoration:underline;}
|
||||||
/**** 常用***/
|
/**** 常用***/
|
||||||
.f_l{ float:left;}
|
.f_l{ float:left;}
|
||||||
|
|
Loading…
Reference in New Issue