heta - 2012/6/7 11:05:00

通知公告只显示一半,上面还有半行空白。如何让其显示完整啊。我在模板CSS右边模块布局里找了半天也没找到是那句需要修改的。请高手帮忙啊。谢谢了
heta - 2012/6/7 11:38:00
[code]
/*模块布局样式*/
.template_box{clear:both;margin:0 0 10px 0;border:0 solid #cccccc;overflow:hidden;} /*模块整行布局样式*/
.template_box_layout_left{float:left;margin:0 0 10px 0;border:0 solid #cccccc;overflow:hidden;} /*模块左布局样式*/
.template_box_layout_right{float:none!important;float:right;margin:0 0 10px 0;border:0 solid #cccccc;overflow:hidden;} /*模块右布局样式*/
.template_box_1{clear:both;text-align:center;padding:5px 0 5px 0;border:0 solid #D6D6D6;border-width:0 1px 1px 1px;height:100%;overflow:hidden;}/*整行内容样式*/
.template_box_1_layout_left{clear:both;text-align:center;margin:0 10px 0 0;padding:5px 0 5px 0;border:0 solid #D6D6D6;border-width:0 1px 1px 1px;height:100%;overflow:hidden;} /*左模块内容样式*/
.template_box_1_layout_right{clear:both;text-align:center;margin:0 0 0 0;padding:5px 0 5px 0;border:0 solid #D6D6D6;border-width:0 1px 1px 1px;height:100%;overflow:hidden;} /*右模块内容样式*/
.template_title{margin:0 0 0 0;height:26px;text-align:left;background:url(images/template_title_bg.gif) repeat top right;overflow:hidden;}
.template_title_layout_left{clear:both;margin:0 10px 0 0;height:26px;text-align:left;background:url(images/template_title_bg.gif) repeat top right;overflow:hidden;}
.template_title_layout_right{clear:both;margin:0 0 0 0;height:26px;text-align:left;background:url(images/template_title_bg.gif) repeat top right;overflow:hidden;}
.template_sign{float:left;text-align:left;width:125px;height:19px;padding:5px 0 0 25px;font-size:13px;font-weight:bold;color:#ffffff;background:url(images/template_title_sign.gif) no-repeat 0 0}
.template_more{float:right;font-weight:normal;padding:3px 10px 0 10px;margin:0 0 0 0;background:url(public/more_icon.gif) no-repeat 0 11px;}
.template_more a{font-size:10px;color:#555555}
.template_header{text-align:left;padding:0 0 0 0;margin:0 0 0 0}
.template_introduct_content{margin:0 0 0 0;padding:0 10px 0 10px;text-align:left;}
.template_list_box{clear:both;margin:0 0 0 0;padding:0 5px 0 5px;overflow:hidden;}
.template_list_box_left{padding:0 5px 0 10px;overflow:hidden;}
.template_list_box_right{padding:0 0 0 5px;width:100%;overflow:hidden;}
.template_list_title_box{clear:both;height:25px;text-align:left;background:url(images/article_arrow.gif) no-repeat 5px 14px;overflow:hidden}
.template_list_title_left{float:left;text-align:left;padding:5px 0 0 15px;}
.template_list_title_right{float:right;text-align:right;padding:5px 5px 0 0;color:#666666;}
a.template_list_title{text-align:left;}
.template_list_tj_box{clear:both;padding:0 0 5px 0;margin:0 0 5px 0;text-align:left;border:0 dotted #dddddd;border-width:0 0 1px 0;width:100%;overflow:hidden;}
.template_list_tj_content{overflow:hidden}
.template_list_tj_image{float:left;margin:0 0 0 0;margin:5px 15px 5px 5px;}
a.template_list_tj_title{text-align:left;height:20px;font-weight:bold;}
.template_pic_box{clear:both;margin:0 0 0 0;width:99%;margin-left:auto;margin-right:auto;text-align:center;overflow:hidden;}
.template_pic_1{text-align:center;}
.template_pic_2{text-align:center;}
.template_pic_image{margin:5px 10px 0 10px;border:0 solid #cccccc;}
.template_pic_spacing{text-align:center;line-height:0px;font-size:0px;border:0 dotted #cccccc;border-width:0 0 0 0;margin:5px 0 10px 0}
/*栏目内容样式*/
.uc_lanmu_box{clear:both;text-align:left;padding:0 0 10px 0;}
.uc_lanmu_site{clear:both;height:26px;text-align:left;background:url(images/uc_lanmu_site.gif) no-repeat right bottom;overflow:hidden}
.uc_lanmu_site a{color:#ffffff}
.uc_lanmu_site_1{float:right;color:#ffffff;height:22px;padding:4px 5px 0 24px;}
.uc_lanmu_site_2{float:left;color:#ffffff;height:22px;font-weight:bold;padding:4px 0 0 25px;background:url(images/uc_lanmu_site_icon.gif) no-repeat 10px 6px;}
.uc_lanmu_content{padding:10px 5px 10px 10px;text-align:left;overflow:hidden;}
.uc_lanmu_page{clear:both;text-align:center;padding:1px 5px 0px 5px;background-color:#ffffff;height:25px;margin:15px 0 10px 0;}
.uc_lanmu_pn{font-size:13px;color:#CC0000;}
.uc_lanmu_prevtitle{height:25px;}
.uc_lanmu_nexttitle{height:25px;}
#Introduct_Content{line-height:25px}
#Infor_Content{font-size:13px;line-height:25px}
#innerpage{font-size:13px;}
a.innerpage{padding:2px 8px 2px 8px;background-color:#ffffff;border:1px solid #cccccc}
[/code]
应该修改那一句?