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

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

標(biāo)題: 如何更改 論壇默認(rèn)窄屏寬度 1200px [打印本頁]

作者: xilushequ    時(shí)間: 2020-2-28 15:47
標(biāo)題: 如何更改 論壇默認(rèn)窄屏寬度 1200px
本帖最后由 xilushequ 于 2020-2-28 15:49 編輯

如何更改 論壇默認(rèn)窄屏寬度 1200px

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
文件查找
  1. .wp { margin: 0 auto; width: 960px; } #wp .wp { width: auto; }
復(fù)制代碼

復(fù)制代碼
替換為:
  1. .wp { margin: 0 auto; width: 1200px; } #wp .wp { width: auto; }
復(fù)制代碼

復(fù)制代碼
查找

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

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

復(fù)制代碼
  1. .ct2_a .mn { display: inline; margin-right: 10px; padding-top: 10px; width: 800px; }
復(fù)制代碼

替換為:
  1. .ct2_a .mn { display: inline; margin-right: 10px; padding-top: 10px; width: 1050px; }
復(fù)制代碼
這個(gè)是更改 首頁div框架里面的 ,道具/幫助/任務(wù)/里面的寬距


\template\default\common\widthauto.css
文件查找
  1. #hd .wp, #wp { min-width: 960px; }
復(fù)制代碼

復(fù)制代碼
替換為:
  1. #hd .wp, #wp { min-width: 1200px; }
復(fù)制代碼

復(fù)制代碼





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