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.
哪个更合适/更快?
例如,假设我里面有一个DIVwith UL,里面有五个LI。我是否将字体大小样式和字体系列样式应用于DIV,UL或LI?
DIV
UL
LI
在适用的地方应用字体大小。
如果您希望 a 中的所有文本<div>大小相同,请在此处应用字体大小。
<div>
我还建议使用相对字体大小 ( ems)。这通常会为您节省一些时间。
ems