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.
我有这个 psd 并试图将其转换为 html css。
但我无法从 psd 计算 css 中的行高。
如何从前导 + 字体大小计算行高?
谢谢
如果前导不是自动的:LineHeight = 字体大小 + 前导 / 2
如果前导是 auto : LineHeight = 120% 的字体大小
如果字体大小为 14px,photoshop 中的行高为 24px,则将“photoshop 的行高”除以 2 例如:
14 + 24/2 = 26 像素