爱吾下载 ● 文章资讯
分类分类
更新时间:2025-10-17 21:39:42作者:fang
编辑文件./template/default/common/common.css
找到
.hdc { position: relative; z-index: 3; min-height: 70px; background: {HEADERBGCOLOR}; }
.ie6 .hdc { height: 70px; }
调整代码内的70px即可,或者改为自适应height:auto;
相关