发新话题
打印

shopex模板,表格高度改变问题,谢谢~

shopex模板,表格高度改变问题,谢谢~


我想把这个表格框高度与上面文字对等一些,便于好看。结果招不到语句在哪?如何解决呢?

/*=底部样式
===================================================================*/
.help{width:996px; margin:10px auto; text-align:left;border:1px solid #DCDDD8;border-top:none;}
.help_t{height:30px; line-height:30px;color:#fff; font-weight:bold; background:#7D8383;}
.ht1,.ht2,.ht3,.ht4{height:30px;width:183px;float:left; line-height:30px; padding-left:15px; border-right:1px solid #fff;overflow:hidden;}
.ht5{height:30px;width:183px;float:left; line-height:30px; padding-left:15px;overflow:hidden;}
.ht1{background:url(help_ico.gif) no-repeat 160px 4px;}
.ht2{background:url(help_ico.gif) no-repeat 160px -35px;}
.ht3{background:url(help_ico.gif) no-repeat 160px -77px;}
.ht4{background:url(help_ico.gif) no-repeat 160px -118px;}
.ht5{background:url(help_ico.gif) no-repeat 160px -160px;}

.help_b{}
.help_l{width:168px;height:115px; float:left; padding:5px 15px; border-left:1px dashed #DBDBDB;}
.help_r{width:190px; height:90px;float:left; padding:30px 0 0 8px;text-align:center;}

.help .TreeList{ }
.help .cat2{padding-left:0;}

.copyright{width:996px; margin:0 auto; text-align:center; overflow:hidden;}
.copyright .TreeList{height:32px; line-height:32px;padding:0 0 0 270px; display:block;}
.copyright .TreeList .cat1{float:left; padding:0 15px 0 0;}
.copyright .TreeList .cat1 a{font-weight:normal;}
.copyright .themefoot{}
附件: 您所在的用户组无法下载或查看附件
看看你的HTML代码是怎么样的  才知道你对应控制DIV的CSS
shopex模板的话 你这个位置 应该是 footer.html 文件   去css文件里找找含有foot的样式
发新话题