免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 發帖

[版型教學] 调整【以下是新回復】位置,不再遮挡上一楼层的“回复”

如图,
修改前
QQ截图20161227105337.jpg
修改后
QQ截图20161227105415.jpg

修改方法:打开css_script.htm模板找到
  1. #ntc_jp { margin-left: -9px; margin-top: -33px; width: 460px; height: 43px; background: url({IMGDIR}/notice_jump.png) no-repeat 0 0; line-height: 35px; position: absolute; }
複製代碼
修改为
  1. #ntc_jp { margin-left: -9px; width: 460px; height: 43px; background: url({IMGDIR}/notice_jump.png) no-repeat 0 0; line-height: 35px; position: absolute; }
複製代碼
即可
3

評分人數

回復 6# 繽紛色彩


#ntc_jp {
    margin-left: -9px;
    margin-top: -33px;
    width: 460px;
    height: 43px;
    background: url(../../images/default/notice_jump.png) no-repeat 0 0;
    line-height: 35px;
    position: absolute;
}
里边的margin-top: -33px;值越大高度越靠下,你可以尝试。

TOP

回復 8# 繽紛色彩


    是的

TOP

回復 10# 繽紛色彩


    修改完记得更新缓存
1

評分人數

TOP

返回列表