个人感觉PC这个主题显示在手机里更美观。同时自己又不想装一堆第三方主题,这个刚好
代码如下:
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.slim.min.js"></script> <script>var jq = jQuery.noConflict();</script> <script> jq(document).ready(function () { jq("head").append('<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">') jq("head").append('</p> <style>.tedt{width:100% !important; max-width:600px}</style> <p>') jq("head").append('</p> <style>.quote{width:100% !important}</style> <p>') jq("#toptb").css("min-width", "0") jq(".hdc.cl").css("min-height", "0") jq(".wp").css("min-width", "0") jq(".zoom").css("width", "100%") jq(".zoom").css("max-width", "600px") jq(".attach_nopermission.attach_tips").css("width", "100%") jq(".attach_nopermission.attach_tips").css("max-width", "600px") jq(".tedt.mtn").css("width", "100%") jq(".tedt.mtn").css("max-width", "600px") jq("#scrolltop").children("span:eq(0)").children("a").attr("onclick", "void(0)") resized() }) window.addEventListener("resize", resized) function resized() { if (jq(document).width() <= 650) { jq("#online").hide() jq("#qmenu").hide() jq("#um").children("p:eq(1)").hide() jq("#um").css("padding-right", "0") jq("#scbar_txt").css("width", "calc(100vw - 145px)") jq(".scbar_hot_td").hide() jq(".fl_i").hide() jq(".fl_by").hide() jq(".hdc.cl").children("h2").children("a").children("img").css("height", "32px") jq("#chart").hide() jq("#loginstatus").hide() jq(".avt.y").hide() jq(".y.pns").children("table").children("tbody").children("tr:eq(0)").hide() jq(".y.pns").children("table").children("tbody").children("tr:eq(1)").children("td:eq(0)").hide() jq(".y.pns").children("table").children("tbody").children("tr:eq(1)").children("td:eq(1)").hide() jq("#frt").hide() jq(".by").hide() jq(".num").hide() jq(".bm_h.cl").children(".y").hide() jq("#toptb").children(".wp").children(".y").hide() jq(".pls").hide() jq("#fj").hide() jq("#fastsmiliesdiv").hide() jq("#fastposteditor").css("margin-right", "0") jq("#p_btn").hide() } else { jq("#online").show() jq("#qmenu").show() jq("#um").children("p:eq(1)").show() jq("#um").css("padding-right", "60px") jq("#scbar_txt").css("width", "400px") jq(".scbar_hot_td").show() jq(".fl_i").show() jq(".fl_by").show() jq(".hdc.cl").children("h2").children("a").children("img").css("height", "66px") jq(".pipe").show() jq("#chart").show() jq("#loginstatus").show() jq(".avt.y").show() jq(".y.pns").children("table").children("tbody").children("tr:eq(0)").show() jq(".y.pns").children("table").children("tbody").children("tr:eq(1)").children("td:eq(0)").show() jq(".y.pns").children("table").children("tbody").children("tr:eq(1)").children("td:eq(1)").show() jq("#frt").show() jq(".by").show() jq(".num").show() jq(".bm_h.cl").children(".y").show() jq("#toptb").children(".wp").children(".y").show() jq(".pls").show() jq("#fj").show() jq("#fastsmiliesdiv").show() jq("#fastposteditor").css("margin-right", "170px") jq("#p_btn").show() } } </script>
使用方法:将以下代码放入后台统计即可
我去,帖子内容不能放js代码,我只好放我论坛帖子链接了,版主见谅,放了js代码提示帖子有危险,发不了
https://discuzx.qvdd.cn/thread-3-1-1.html
大家可以顺便用手机的尺寸体验一下这个网页
yomkk大佬:
感觉比默认的触屏版要好用
zgs大佬:
这是改了改比例吗
看着好mini
programer大佬:
这是改了改比例吗
看着好mini
字体大小没改,图片和边框改成自适应,在手机上看挺舒服的
programer大佬:
感觉比默认的触屏版要好用
是啊,看着很亲切。触屏版那个感觉是10年前的手机网页。。
micto大佬:
楼主你的思路好,但是建议换方式来实现,不要用JS。
另外meta标签不要用JS,直接写在模板里,或者配置到后台设置里。
其他的部分用CSS来实现。
失足大叔大佬:
现在还能做论坛吗