gpt4 book ai didi

css - px 之间有一个空格有什么区别?

转载 作者:行者123 更新时间:2023-12-03 23:32:21 27 4
gpt4 key购买 nike

有什么区别:

border-right: 1px dotted #CCCCCC;

和:
border-right: 1 px dotted #CCCCCC;

有没有?

第二个不正确吗?你需要在 px 旁边有数字吗?

最佳答案

CSS specification :

The format of a length value (denoted by <length> in this specification) is a <number> (with or without a decimal point) immediately followed by a unit identifier (e.g., px, em, etc.). After a zero length, the unit identifier is optional.



因此,紧跟在数字后面的是单位标识符。不同的浏览器可能会以不同的方式强制执行此操作,但如有疑问,请使用规范中的内容。

干杯

关于css - px 之间有一个空格有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14205831/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com