Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Mobile Jquery 创建了几个 JSP。
我在所有 JSP 中都使用了“Verdena”作为我的字体。如果我在手机中访问 jsp,它会采用手机的字体样式而不是我的默认字体。
这个怎么处理??
Jquery Mobile 重新格式化您的内容,添加内部 div 等等,并应用自己的样式。您必须使用 firebug 或 web 检查器深入研究 CSS,以查看您想要覆盖它的位置以及如何覆盖它。
JQM CSS 的样式规则非常具体,因此您必须编辑 JQM 样式表或使您的规则更加具体(或者即使它们列在最前面,JQM 也将具有优先权)。您还可以添加 !important 作为可能的解决方法。
This other answer列出了您可以尝试的更具体的CSS:
使用 jquery mobile 更改字体系列