97久久国产亚洲精品超碰热,成人又色又爽的免费网站,色偷偷女人的天堂a,男女高潮喷水在线观看,国内精品一线二线三线区别在哪里

Discuz! 官方交流社區(qū)

標(biāo)題: 怎么改默認(rèn)模板的默認(rèn)寬度 [打印本頁]

作者: xilushequ    時間: 2020-2-28 14:45
標(biāo)題: 怎么改默認(rèn)模板的默認(rèn)寬度
(, 下載次數(shù): 28)
如圖,我想改成 這個寬度,1200px,但是改了有一些bug,菜單欄的圖片長度只有960,還有其他幫助等頁的 排版 左邊是960.  需要一個個改 css,還是怎么搞啊?
求詳情

作者: xilushequ    時間: 2020-2-28 15:18

Discuz默認(rèn)模板960px改為1200px方法


\template\default\style\t1\nv.png
\template\default\style\t2\nv.png
\template\default\style\t3\nv.png
\template\default\style\t4\nv.png
\template\default\style\t5\nv.png
\static\image\common\mu_bg.png
以上目錄文件寬度改為 1200px


\template\default\common\common.css
文件查找
.wp { margin: 0 auto; width: 960px; } #wp .wp { width: auto; }
復(fù)制代碼
替換為:
.wp { margin: 0 auto; width: 1200px; } #wp .wp { width: auto; }
復(fù)制代碼
查找

#toptb { min-width: 960px; border-bottom: 1px solid {COMMONBORDER}; background: {COMMONBG}; line-height: 28px; }
復(fù)制代碼
替換為:
#toptb { min-width: 1200px; border-bottom: 1px solid {COMMONBORDER}; background: {COMMONBG}; line-height: 28px; }
復(fù)制代碼



\template\default\common\widthauto.css
文件查找
#hd .wp, #wp { min-width: 960px; }
復(fù)制代碼
替換為:
#hd .wp, #wp { min-width: 1200px; }
復(fù)制代碼
作者: xilushequ    時間: 2020-2-28 15:18
xilushequ 發(fā)表于 2020-2-28 15:18
Discuz默認(rèn)模板960px改為1200px方法

按這個改了以后  ,道具,幫助,那些框架出現(xiàn)問題。
作者: xilushequ    時間: 2020-2-28 15:52
如何更改 論壇默認(rèn)窄屏寬度 1200px
http://r615.cn/thread-4330-1-1.html
(出處: Discuz!應(yīng)用商城(DisMall))

已解決,自己摸索的




歡迎光臨 Discuz! 官方交流社區(qū) (http://r615.cn/) Powered by Discuz! X5.0