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.
我正在使用 jQuery Mobile 制作一个移动网站。在页面中,我使用了一个带有三个按钮的导航栏。这些按钮有一个文本值,我想更改它的字体大小。但我不确定如何做到这一点,请指教。
在 jQuery Mobile 样式表之后包含您自己的样式表。
采用.ui-navbar .ui-btn-text { font-size: your font-size here; }
.ui-navbar .ui-btn-text { font-size: your font-size here; }