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;
}
}