【Emmet 的 CSS 缩写字母表 ( 快速检索 )】

Emmet 的 CSS 缩写字母表

A

  • animation : anim
    • animation-delay : animdel
    • animation-direction : animdir
    • animation-duration : animdur
    • animation-fill-mode : animfm
    • animation-iteration-count : animic
    • animation-name :animn
    • animation-play-state : animps
    • animation-timing-function : animtf
  • appearance : ap

B

  • bottom : b
  • background : bg
    • background-color : bgc
    • background-image : bgi
    • background-repeat : bgr
    • background-attachment : bga
    • background-position : bgp
      • background-position-x : bgpx
      • background-position-y : bgpy
    • background-break : bgbk
    • background-clip : bgcp
    • background-origin : bgo
    • background-size : bgsz
  • border : bd
    • border-break:bdbk
    • border-collapse : bdcl
    • border-color : bdc
    • border-image : bdi
      • border-top-image : bdti
        • border-top-left-image : bdtli
        • border-top-right-image : bdtri
      • border-right-image : bdri
      • border-bottom-image : bdbi
        • border-bottom-left-image : bdbli
        • border-bottom-right-image : bdbri
      • border-left-image : bdli
      • border-corner-image : bdci
    • border-fit : bdf
    • border-length : bdle
    • border-spacing : bdsp
    • border-style : bds
    • border-width : bdw
    • border-top : bdt
      • border-top-width : bdtw
      • border-top-style : bdts
      • border-top-color : bdtc
    • border-right : bdr
      • border-right-width : bdrw
      • border-right-style : bdrst
      • border-right-color : bdrc
    • border-bottom : bdb
      • border-bottom-width : bdbw
      • border-bottom-style : bdbs
      • border-bottom-color : bdbc
    • border-left :bdl
      • border-left-width : bdlw
      • border-left-style : bdls
      • border-left-color : bdlc
    • border-radius : bdrs
      • border-top-right-radius : bdtrrs
      • border-top-left-radius : bdtlrs
      • border-bottom-right-radius : bsbrrs
      • border-bottom-left-radius : bdblrs
  • box-sizing : bxz
  • box-shadow : bxsh

C

  • clear : cl
  • cursor : cur
    • ['kɝsɚ] ,光标
  • color : c
  • content : cnt
  • counter-increment : coi
    • ['kaʊntɚ],计数器
  • counter-reset : cor
  • caption-side : cps
  • commet(注释 ) : cm
  • columns : col,colm
    • [ˈkɑləms],列
    • column-count : colc
    • column-fill : colf
    • column-gap : colg
    • column-span : cols
    • column-width : colw
    • column-rule :colr
      • column-rule-color : colrc
      • column-rule-style : colrs
      • -column-rule-width : colrw

D

  • display : d

E

  • empty-cells : ec

F

  • filter:progid : bg-ie / op:ie / op:ms
  • float : fl
  • font : f
    • font-weight : fw
    • font-style : fs
    • font-variant : fv
      • 美 ['vɛrɪənt],变体
    • font-size : fz
      • font-size-adjust : fza
    • font-family : ff
    • font-effect : fef
    • font-emphasize : fem
      • 美 ['ɛmfəsaɪz],强调
      • font-emphasize-position : femp
      • font-emphasize-style : fems
    • font-stretch : fst
    • font-smooth : fsm
      • -webkit-font-smoothing : wfsm

H

  • height h

l

  • left: l
  • letter-spacing : lts
  • line-height :lh
  • list-style : lis
    • list-style-position : lisp
    • list-style-image : lisi
  • list-style-type : list

M

  • margin : m
    • margin-top : mt
    • margin-right : mr
    • margin-bottom : mb
    • margin-left : ml
  • max-width : maw
  • max-height : mah
  • min-width : miw
  • min-height : mih

O

  • opacity : op
  • outline :ol
    • outline-offset : olo
    • outline-width : olw
    • outline-style : ols
    • outline-color : olc
  • overflow : ov
    • overflow-x : ovx
    • overflow-y : ovy
    • overflow-style : ovs
  • orientation : ori
  • orphans : orp

p

  • padding : p
    • padding-top : pt
    • padding-right : pr
    • padding-bottom : pb
    • padding-left : pl
  • page-break-before : pgbb
  • page-break-inside :pgbi
  • page-break-after : pgba
  • position : pos

Q

  • quotes : q

R

  • right : r
  • resize : rsz

T

  • table-layout : tbl
  • text-align : ta
    • text-align-last : tal
  • text-decoration : td
  • text-emphasis : te
  • text-height : th
  • text-indent : ti
  • text-justify : tj
  • text-outline : to
  • text-replace : tr
  • text-transform : tt
  • text-wrap : tw
  • text-shadow :tsh
  • text-overflow : tov
  • top : t
  • transform :trf
    • transform-origin : trfo
    • transform-style : trfs
  • transition : trs
    • transition-delay : trsde
    • transition-duration : trsdu
    • transition-property : trsp
    • transition-timing-function : trstf

V

  • vertical-align : va
  • visibility : v

W

  • width : w
  • white-space :whs
    • white-space-collapse :whsc
  • word-break :wob
  • word-spacing : wos
  • word-wrap : wow
  • widows : wid

z

  • z-index : z
  • zoom : zm

! 和 @

  • !important : !

  • @font-face : @f

  • @import url : @i

  • @keyframes identifier : @kf

  • @media screen : @m

  • 感谢:♥♥♥ 如果这篇文章对您有帮助的话,可以点赞、评论、关注,鼓励下作者哦,感谢阅读 O(∩_∩)O哈哈~

  • 转载请注明出处 ,Thanks♪(・ω・)ノ

猜你喜欢

转载自blog.csdn.net/VickyTsai/article/details/88078103
今日推荐