- 積分
- 36
- 威望
- 36
- 金錢
- 16
- 最後登錄
- 2022-8-25
|
本帖最後由 kidswonderland 於 2018-1-28 11:28 編輯
我來分享我的作法。
去css_common模板,找到下列代碼:
.list { border-top: 3px solid {COMMONBORDER}; }
.content .list h3 { padding-left: 6px; color: {MIDTEXT}; line-height: 35px; }
.list td, .list th { height: 50px; padding: 6px 0; border-top: 1px dashed {COMMONBORDER}; color: {MIDTEXT}; }
.list th { background: url({IMGDIR}/forum.gif) 5px 10px no-repeat; padding-left: 45px !important; }
.narrowlist th { vertical-align: top; }
.list th.new { background-image: url({IMGDIR}/forum_new.gif); }
.list th h2 em { font-weight: 400; }
.list th h2 em strong { color: {NOTICETEXT} }
將紅字部分改為你的圖片網址即可。
改完後記得去『工具』 → 把『數據緩存』和『模板緩存』都打勾 → 按『確定』
|
|