我把一些源码发下:
首页的源码:
- <P><span id="top1">
- <div class="moduleBot">
- <div class="hd">资讯中心</div>
- <div class="bd">
- <ul class="clearfix">
- <li class="box" style="">
- <h3 class="clearfix"><a href="#" class="more">更多>></a>工作动态</h3>
- <!--[diy=comiis_sfcs09]-->
- <div id="comiis_sfcs09" class="area">
- <div id="framehkcfuG" class=" frame move-span cl frame-1">
- <div id="framehkcfuG_left" class="column frame-1-c">
- <div id="framehkcfuG_left_temp" class="move-span temp">
- </div><div id="portal_block_13" class="block move-span">
- <div id="portal_block_13_content" class="dxb_bc">
- <ul>
- <li><a href="forum.php?mod=viewthread&tid=71" target="_blank">提出2013年工作基</a><em>05-24</em></li>
- <li><a href="forum.php?mod=viewthread&tid=59" target="_blank">参观方特欢乐世界</a><em>05-23</em></li></P>
- <P> </P>
复制代码 插件的CSS:- /* grid */
- .page{width:100%; margin:0 auto}
- .clearfix:after, .page:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
- .clearfix{*display:inline-block; display:block; *height:1%}
- .clear {clear:both;}
- .page .ext_box{margin:0 5px;}
- .page .last{margin-right:0;}
- .grid,.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9{float:left; position: relative}
- .grid-1{width:10%}
- .grid-2{width:20%}
- .grid-3{width:30%}
- .grid-4{width:40%}
- .grid-5{width:50%}
- .grid-6{width:60%}
- .grid-7{width:70%}
- .grid-8{width:80%}
- .grid-9{width:90%}
- .grid{width:100%}
- .prefix-1{padding-left:10%}
- .prefix-2{padding-left:20%}
- .prefix-3{padding-left:30%}
- .prefix-4{padding-left:40%}
- .prefix-5{padding-left:50%}
- .prefix-6{padding-left:60%}
- .prefix-7{padding-left:70%}
- .prefix-8{padding-left:80%}
- .prefix-9{padding-left:90%}
- .suffix-1{padding-right:10%}
- .suffix-2{padding-right:20%}
- .suffix-3{padding-right:30%}
- .suffix-4{padding-right:40%}
- .suffix-5{padding-right:50%}
- .suffix-6{padding-right:60%}
- .suffix-7{padding-right:70%}
- .suffix-8{padding-right:80%}
- .suffix-9{padding-right:90%}
- /*ext*/
- .page{margin-bottom:10px}
- .ext_row label,.ext_row input,.ext_row textarea{
- display: block;
- }
- .ext_tab li{
- background:#f2f2f2;
- margin:5px 5px 0 5px;
- border:1px solid #ddd;
- border-top-left-radius:5px;
- border-top-right-radius:5px;
- }
- .ext_tab li a{
- color:#666;
- padding:5px;
- display: block;
- }
- .ext_tab li a:hover{
- color:#369;
- }
- .ext_tab li.action{
- background:#fff;
- }
- .ext_tab li.action a{
- color:#369;
- }
- .ext_ul{
- border-bottom:1px solid #dedede;
- }
- .ext_ul li{
- position: relative;
- margin-bottom:-1px;
- float:left;
- background:url({IMGDIR}/tb.png) repeat-x;
- }
- .ext_ul li.action{
- border-bottom:1px solid #fff;
- }
- .ext_u{
- margin-bottom:5px;
- }
- .ext_u li{
- border-radius:5px;
- text-align:center;
- background:url({IMGDIR}/tb.png) repeat-x;
- }
- .ext_u li a:hover{
- background:url({IMGDIR}/titlebg.png) repeat-x;
- }
- .ext_u li.action{
- background:url({IMGDIR}/titlebg.png) repeat-x;
- }
- .ext_nav{
- font-weight:bold;
- }
- .ext_xld{
- padding-left:20px;
- }
- .ext_xld li{
- list-style: disc;
- }
- .ext_content h3{
- margin:0.5em 0;
- font-size:1.2em;
- }
- /*custom*/
- .ext_cr{
- margin-bottom:10px;
- border-bottom:1px solid #ddd;
- }
- .ext_cr li{
- margin:0;
- border-width:1px 1px 0 1px;
- border-top-left-radius:0;
- border-top-right-radius:0;
- text-align:center;
- background:url({IMGDIR}/tb.png) repeat-x;
- }
- .ext_cr li a:hover{
- background:url({IMGDIR}/arw_l.gif) no-repeat left center;
- }
- .ext_cr li.action{
- background:url({IMGDIR}/arw_l.gif) no-repeat left center;
- border-width:1px 1px 0 0;
- }
- .ext_cl{
- margin-bottom:10px;
- border-bottom:1px solid #ddd;
- }
- .ext_cl li{
- margin:0;
- border-width:1px 1px 0 1px;
- border-top-left-radius:0;
- border-top-right-radius:0;
- text-align:center;
- background:url({IMGDIR}/tb.png) repeat-x;
- }
- .ext_cl li a:hover{
- background:url({IMGDIR}/arw_r.gif) no-repeat right center;
- }
- .ext_cl li.action{
- background:url({IMGDIR}/arw_r.gif) no-repeat right center;
- border-width:1px 0 0 1px;
- }
复制代码 各位请帮我看看,哪里发生了冲突??
因为是关闭插件就正常,我判断肯定是插件的css和模板的CSS发生冲突。。。模板在任何浏览器都正常,但是一启用插件就有问题。。
请赐教!!谢谢。。
|