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 用户界面。我遇到的当前问题是对话框内的字体大小。当我使用标准设置时,字体大小太大了。我所做的是使用元素检查器查找相应 div 的类名,并在我的 css 中添加了一个 .ui-widget-something { font-size: 62.5% } 。这工作正常。这是更改字体的唯一方法还是有其他方法?
You can set the font size in a different ways, for example:
font-size:20px; font-size:1.4em; font-size:30%;