CSS 参考CSS 选择器CSS 听觉参考手册CSS Web 安全字体组合CSS 动画CSS 单位CSS 颜色CSS 合法颜色值CSS 颜色名称CSS 颜色 十六进制值CSS 函数CSS align-content 属性CSS align-items 属性CSS align-self 属性CSS all 属性CSS 3 animation (动画) 属性CSS 3 animation-delay 属性CSS 3 animation-direction 属性CSS 3 animation-duration 属性CSS 3 animation-fill-mode 属性CSS 3 animation-iteration-countCSS 3 animation-name 属性CSS 3 animation-play-state 属性CSS 3 animation-timing-functionCSS 3 appearance 属性CSS 3 backface-visibility 属性CSS background 属性CSS background-attachment 属性CSS background-blend-mode 属性CSS 3 background-clip 属性CSS background-color 属性CSS background-image 属性CSS 3 background-origin属性CSS background-position 属性CSS background-repeat 属性CSS 3 background-size 属性CSS border 属性CSS border-bottom属性CSS border-bottom-color 属性CSS 3 border-bottom-left-radiusCSS 3 border-bottom-right-radiusCSS border-bottom-style 属性CSS border-bottom-width 属性CSS border-collapse 属性CSS border-color 属性CSS 3 border-image 属性CSS 3 border-image-outset 属性CSS 3 border-image-repeat 属性CSS 3 border-image-slice 属性CSS 3 border-image-source 属性CSS 3 border-image-width 属性CSS border-left 属性CSS border-left-color 属性CSS border-left-style 属性CSS border-left-width 属性CSS 3 border-radius 属性CSS border-right 属性CSS border-right-color 属性CSS border-right-style 属性CSS border-right-width 属性CSS border-spacing 属性CSS border-style 属性CSS border-top 属性CSS border-top-color 属性CSS 3 order-top-left-radius 属性CSS 3 border-top-right-radius 属性CSS border-top-style 属性CSS border-top-width 属性CSS border-width 属性CSS bottom 属性CSS 3 box-align 属性CSS 3 box-direction 属性CSS 3 box-flex 属性CSS 3 box-flex-group 属性CSS 3 box-lines 属性CSS 3 box-ordinal-group 属性CSS 3 box-orient 属性CSS 3 box-pack 属性CSS 3 box-shadow 属性CSS 3 box-sizing 属性CSS caption-side 属性CSS clear 属性CSS clip 属性CSS color 属性CSS 3 column-count 属性CSS 3 column-fill 属性CSS 3 column-gap 属性CSS 3 column-rule 属性CSS 3 column-rule-color 属性CSS 3 column-rule-style 属性CSS 3 column-rule-width 属性CSS 3 column-span 属性CSS 3 column-width 属性CSS 3 columns 属性CSS content 属性CSS counter-increment 属性CSS counter-reset 属性CSS cursor 属性CSS direction 属性CSS display 属性CSS empty-cells 属性CSS 3 filter(滤镜) 属性CSS flex 属性CSS flex-basis 属性CSS flex-direction 属性CSS flex-flow 属性CSS flex-grow 属性CSS flex-shrink 属性CSS flex-wrap 属性CSS float 属性CSS font 属性CSS 3 @font-face 规则CSS font-family 属性CSS font-size 属性CSS 3 font-size-adjust 属性CSS 3 font-stretch 属性CSS font-style 属性CSS font-variant 属性CSS font-weight 属性CSS 3 grid-columns 属性CSS 3 grid-rows 属性CSS 3 hanging-punctuation 属性CSS height 属性CSS 3 icon 属性CSS justify-content 属性CSS 3 @keyframes 规则CSS left 属性CSS letter-spacing 属性CSS line-height 属性CSS list-style 属性CSS list-style-image 属性CSS list-style-position 属性CSS list-style-type 属性CSS margin 属性CSS margin-bottom 属性CSS margin-left 属性CSS margin-right 属性CSS margin-top 属性CSS max-height 属性CSS max-width 属性CSS 3 @media 查询CSS min-height 属性CSS min-width 属性CSS 3 nav-down 属性CSS 3 nav-index 属性CSS 3 nav-left 属性CSS 3 nav-right 属性CSS 3 nav-up 属性CSS 3 opacity 属性CSS order 属性CSS outline 属性CSS outline-color 属性CSS 3 outline-offset 属性CSS outline-style 属性CSS outline-width 属性CSS overflow 属性CSS 3 overflow-x 属性CSS 3 overflow-y 属性CSS padding 属性CSS padding-bottom 属性CSS padding-left 属性CSS padding-right 属性CSS padding-top 属性CSS page-break-after 属性CSS page-break-before 属性CSS page-break-inside 属性CSS 3 perspective 属性CSS 3 perspective-origin 属性CSS position 属性CSS 3 punctuation-trim 属性CSS quotes 属性CSS 3 resize 属性CSS right 属性CSS 3 rotation 属性CSS3 rotation-point 属性CSS tab-size 属性CSS table-layout 属性CSS 3 target 属性CSS 3 target-name 属性CSS 3 target-new 属性CSS 3 target-position 属性CSS text-align 属性CSS text-align-last 属性CSS text-decoration 属性CSS text-decoration-color 属性CSS text-decoration-line 属性CSS text-decoration-style 属性CSS text-indent 属性CSS 3 text-justify 属性CSS 3 text-outline 属性CSS 3 text-overflow 属性CSS 3 text-shadow 属性CSS text-transform 属性CSS 3 text-wrap 属性CSS top 属性CSS 3 transform 属性CSS 3 transform-origin 属性CSS 3 transform-style 属性CSS 3 transition 属性CSS 3 transition-delay 属性CSS 3 transition-duration 属性CSS 3 transition-property 属性CSS 3 transition-timing-functionCSS unicode-bidi 属性CSS vertical-align 属性CSS visibility 属性CSS white-space 属性CSS width 属性CSS word-spacing 属性CSS 3 word-wrap 属性CSS z-index 属性CSS 3 text-emphasis 属性CSS 3 overflow-style 属性

CSS 单位

css 有几个不同的单位用于表示长度

一些设置 CSS 长度的属性有 width, margin, padding, font-size, border-width 等

长度有一个数字和单位组成如 10px, 2em, 等

数字与单位之间不能出现空格

如果长度值为 0,则可以省略单位

对于一些 CSS 属性,长度可以是负数

有两种类型的长度单位:相对和绝对


浏览器支持

下表中的数字表示支持该长度单位的最低浏览器版本。

长度单位 Chrome IE Firefox Safari Opera
em, ex, %, px, cm, mm, in, pt, pc 1.0 3.0 1.0 1.0 3.5
ch 27.0 9.0 1.0 7.0 20.0
rem 4.0 9.0 3.6 4.1 11.6
vh, vw 20.0 9.0 19.0 6.0 20.0
vmin 20.0 9.0* 19.0 6.0 20.0
vmax 26.0 不支持 19.0 不支持 20.0

Internet Explorer 9 通过不标准的名称 vm 来支持 vmin


相对长度

相对长度单位指定了一个长度相对于另一个长度的属性

对于不同的设备相对长度更适用

单位 描述
em 它是描述相对于应用在当前元素的字体尺寸
所以它也是相对长度单位
一般浏览器字体大小默认为 16px,则 2em == 32px
ex 依赖于英文子母小 x 的高度
ch 数字 0 的宽度
rem 根元素(html)的 font-size
vw viewpoint width,视窗宽度,1vw = 视窗宽度的 1%
vh viewpoint height,视窗高度,1vh =视窗高度的 1%
vmin vw和vh中较小的那个
vmax vw和vh中较大的那个
%

rem 与 em 有什么区别呢?

区别在于使用 rem 为元素设定字体大小时,仍然是相对大小,但相对的只是 HTML 根元素


绝对长度

绝对长度单位是一个固定的值,它反应一个真实的物理尺寸

绝对长度单位视输出介质而定,不依赖于环境(显示器、分辨率、操作系统等)

单位 描述
cm 厘米
mm 毫米
in 英寸 (1in = 96px = 2.54cm)
px * 像素 (1px = 1/96th of 1in)
pt point,大约1/72英寸; (1pt = 1/72in)
pc pica,大约6pt,1/6英寸; (1pc = 12 pt)

像素或许被认为是最好的 "设备像素"

其实像素长度和你在显示器上看到的文字屏幕像素无关

px 实际上是一个按角度度量的单位


链接: https://www.fly63.com/course/6_256