UI设计 薇晓朵数字商城

 找回密碼
 加入我們

Discuz! X3.5手機自適應網頁代碼

[複製鏈接]
小猪哼囔 發表於 2024-10-8 17:16:22 | 顯示全部樓層 |閱讀模式
  • 新增 /template/default/common/extend_common.css 文件放入如下代碼:

    1. body, #toptb {min-width: 0 !important}
    2. .wp {width: 1200px !important; max-width: 100% !important}
    3. img.zoom, #e_image_menu {max-width: 100% !important; height: auto !important}
    4. .btn_s_open, .btn_s_close, #qmenu {display: none !important}
    5. .pcht {max-width: 100%}
    6. .a_t td {padding: 4px !important}
    7. ul.xl.xl2.o.cl { display: none !important }
    8. @media (max-width: 767px) {
    9.   .m_c .tedt, #subjecthide, .m_c .quote, .rfm {width:100%!important}
    10.   #frt, .fl_i, .num, #boardlogo, .category_l3, .pls, tr td:nth-last-child(3).by, tr.ts td:nth-last-child(-n+2) {display: none !important}
    11.   #scbar_txt, .ct2_a .mn, .f_c.altw, .c, .f_c .list {width: auto !important}
    12.   #wp, #ft, .hdc.cl {padding: 0 10px !important; box-sizing: border-box}
    13.   .rfm th {width: 5em !important}
    14.   .pm {width: 360px !important}
    15.   .ptm img {max-width: 100% !important}
    16. }

    17. @media (max-width: 392px) {
    18.   .fl_by {display: none !important}
    19. }
    複製代碼

  • 修改 /template/default/common/header.htm 文件,在其 </head> 標籤前添加代碼

    1. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, viewport-fit=cover">
    複製代碼

  • 後臺統計代碼增加

    1. <script>
    2.   const mobileWidth = 767
    3.   if (window.innerWidth<=mobileWidth) {
    4.     if (!document.cookie.includes('close_leftinfo=1')) {
    5.       setcookie('close_leftinfo', 1)
    6.       location.reload()
    7.     }
    8.   } else {
    9.     if (document.cookie.includes('close_leftinfo=1')) {
    10.       setcookie('close_leftinfo', 2)
    11.       location.reload()
    12.     }
    13.   }
    14. </script>
    複製代碼

  • 站點寬窄風格改成窄屏(固定寬度),允許用戶自由切換改成否
  • 作者用戶名顯示位置改成顯示在帖子內部
  • 快速發帖右側顯示推薦表情改成否
  • 左側信息欄允許用戶控制 改為 是
  • 僅適用於Discuz! X3.5默認主題,不適用3.4
  • 如果沒有生效,後臺更新一下模板的CSS緩存

回復

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 加入我們

本版積分規則

备案权重域名预定

4um點擊跨境網編創業社區

GMT+8, 2024-11-23 19:03

By DZ X3.5

QQ

快速回復 返回頂部 返回列表