久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线

Discuz! 官方交流社區

標題: 請問下默認模板套系的手機觸屏版在手機上頂部顏色怎么改? [打印本頁]

作者: 汪旺旺    時間: 2023-12-21 14:37
標題: 請問下默認模板套系的手機觸屏版在手機上頂部顏色怎么改?
(, 下載次數: 16)
就是手機觸屏版頂部這個藍色背景怎么換?

作者: 鴻茂傳媒    時間: 2023-12-21 15:10
在手機模板目錄下改css
作者: 汪旺旺    時間: 2023-12-21 15:12
鴻茂傳媒 發表于 2023-12-21 15:10
在手機模板目錄下改css

您好 能詳細說下是哪個地方嗎?謝謝
作者: 汪旺旺    時間: 2023-12-21 16:10
在線求解,希望請教,目前顏色不搭不好看,謝謝!
作者: milian2008    時間: 2023-12-21 16:40
discuz論壇觸屏版模板目錄路徑:  template/default/touch/common/footer.htm      template/default/touch/common/header.htm     template/default/touch/common/preview.htm     template/default/touch/common/seccheck.htm     template/default/touch/common/showmessage.htm     template/default/touch/forum/discuzcode.htm     template/default/touch/forum/forumdisplay.htm      template/default/touch/forum/forumdisplay_fastpost.htm     template/default/touch/forum/modcp.htm     template/default/touch/forum/modcp_member.htm     template/default/touch/forum/post.htm      template/default/touch/forum/topicadmin.htm     template/default/touch/forum/topicadmin_action.htm     template/default/touch/forum/viewthread.htm     template/default/touch/home/space_profile.htm     template/default/touch/member/login.htm   discuz論壇手機版模板目錄路徑:    template/default/mobile/common/footer.htm      template/default/mobile/common/header.htm     template/default/mobile/common/preview.htm     template/default/mobile/common/seccheck.htm     template/default/mobile/common/showmessage.htm     template/default/mobile/forum/discuzcode.htm     template/default/mobile/forum/forumdisplay.htm      template/default/mobile/forum/forumdisplay_fastpost.htm     template/default/mobile/forum/modcp.htm     template/default/mobile/forum/modcp_member.htm     template/default/mobile/forum/post.htm      template/default/mobile/forum/topicadmin.htm     template/default/mobile/forum/topicadmin_action.htm     template/default/mobile/forum/viewthread.htm     template/default/mobile/home/space_profile.htm     template/default/mobile/member/login.htm
作者: 9527    時間: 2023-12-21 17:08
編輯 /static/image/mobile/style.css
就可以看到 --dz-BG-color:#2B7ACD;/*主色調背景*/
修改其中的顏色代碼 #2B7ACD 即可
或者重寫.header {
    background-color: var(--dz-BG-color);
    color: var(--dz-FC-fff);
    height: 30px;
    line-height: 30px;
    padding: 10px 12px;
} 里面的 background-color: var(--dz-BG-color);
例如改為 background-color: #f60;
作者: 汪旺旺    時間: 2023-12-21 17:26
9527 發表于 2023-12-21 17:08
編輯 /static/image/mobile/style.css
就可以看到 --dz-BG-color:#2B7ACD;/*主色調背景*/
修改其中的顏色代 ...

謝謝您  太厲害了 已經解決!




歡迎光臨 Discuz! 官方交流社區 (http://www.9999xn.com/) Powered by Discuz! W1.0