NS论坛手机按钮,整体放大css

leyili 2026-08-09 11:07 1

NS论坛手机版的字和按钮有点小,调大了点,给需要的朋友,设置=>论坛扩展=>粘贴下面那一段可以自己根据情况调,效果如下


@media screen and (max-width: 900px) {
body {
/* 自行改下面1.1可以调整整体缩放 */
zoom: 1.1 !important;
}

html body #nsk-body-left .post-list-controler {
flex-wrap: wrap !important;
}

html body #nsk-body-left .post-list-controler > .pager-top {
box-sizing: border-box !important;
flex: 0 0 100% !important;
width: 100% !important;
margin-top: 5px !important;
overflow-x: auto !important;
}

html body #nsk-body-left .nsk-pager [role="navigation"] {
display: flex !important;
flex-wrap: nowrap !important;
align-items: center !important;
justify-content: flex-start !important;
gap: 4px !important;
max-width: 100% !important;
overflow-x: auto !important;
-webkit-overflow-scrolling: touch !important;
}

html body #nsk-body-left .nsk-pager [role="navigation"] > .pager-prev,
html body #nsk-body-left .nsk-pager [role="navigation"] > .pager-pos,
html body #nsk-body-left .nsk-pager [role="navigation"] > .pager-next {
box-sizing: border-box !important;
flex: 0 0 auto !important;
min-width: 34px !important;
width: auto !important;
height: 34px !important;
min-height: 34px !important;
margin: 0 !important;
padding: 0 6px !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
border-radius: 6px !important;
font-size: 13.33px !important;
font-weight: 600 !important;
line-height: 34px !important;
}
}

最新回复 (9)
  • 欧美山寨 08-09 11:09
    1

    好人,照顾我们这样的老登。

  • kstg4690748 08-09 11:10
    2

    好人 ^-^

  • lmf 08-09 11:12
    3

    一生

  • chensky 08-09 11:13
    4

    老登表示很不错

  • szsn 08-09 11:13
    5

    不错

  • S-0315 08-09 11:27
    6

    好诶

  • 深呼锡 08-09 11:49
    7

    感谢

  • mubdao 08-09 11:57
    8

    好人一生平安!

  • jinhuan666 08-09 11:59
    9

    感谢大佬

* 帖子来源NodeSeek
返回