font:14px⼀24px是什么意思?

2024-11-30 06:42:39
推荐回答(3个)
回答(1):

前面的14px是表示字体大小,后面的24px是表示行高。相当于是font-size: 14px和line-height: 24px的结合。完整的写法是font: bold 14px/24px arial;可以把和字体相关的属性都这样简写,用来优化你的CSS代码长度。希望对你有帮助。

回答(2):

网页编辑里面的px是像素的意思,14像素和24像素的大小还是很大的区别。字有很多属性:
font-weight : 字体粗细。 normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 px;
font-family : 字体样式名称;
font-size : 字体大小,用px为单位,或者百分比,xx-small | x-small | small | medium | large | x-large | xx-large | larger | smaller 也可用固定词修改;
letter-spacing :字间距,用px为单位;
line-height : 字行间距,用px为单位。

回答(3):

#m_blog div.none{padding:100px 0 100px 0;color:#000000;font-size:14px} #m_pro a{color:#5AB600} #m_pro a:visited{color:#5AB600} #m