在没有启用的情况下,也会注入很多script , 下面这段代码给html的 font-size 设值,会造成移动端用rem布局的页面 ,样式错乱 . @media (pointer: coarse) @media only screen and (max-device-width: 1024px) <style> .simpread-theme-root, html { font-size: 80%!important; }