JS中的CSS属性对照表

kkcode
kkcode
2018-04-02阅读 975

盒子标签和属性对照

css语法(不区分大小写)JS语法(区分大小写)
borderborder
border-bottomborderBottom
border-bottom-colorborderBottomColor
border-bottom-styleborderBottomStyle
border-bottom-widthborderBottomWidth
border-colorborderColor
border-leftborderLeft
border-left-colorborderLeftColor
border-left-styleborderLeftStyle
border-left-widthborderLeftWidth
border-rightborderRight
border-right-colorborderRightColor
border-right-styleborderRightStyle
border-right-widthborderRightWidth
border-styleborderStyle
border-topborderTop
border-top-colorborderTopColor
border-top-styleborderTopStyle
border-top-widthborderTopWidth
border-widthborderWidth
clearclear
floatfloat
marginmargin
margin-topmarginTop
margin-rightmarginRight
margin-bottommarginBottom
margin-leftmarginLeft
paddingpadding
padding-toppaddingTop
padding-rightpaddingRight
padding-bottompaddingBottom
padding-leftpaddingLeft

颜色和背景标签和属性对照

css语法(不区分大小写)JS语法(区分大小写)
colorcolor
backgroundbackground
background-colorbackgroundColor
background-attachmentbackgroundAttachment
background-imagebackgroundImage
background-positionbackgroundPosition
background-repeatbackgroundRepeat

样式标签和属性对照

css语法(不区分大小写)JS语法(区分大小写)
displaydisplay
list-style-typelistStyleType
list-style-imagelistStyleImage
list-style-positionlistStylePosition
list-stylelistStyle
white-spacewhiteSpace

文字 样式标签和属性对照

css语法(不区分大小写)JS语法(区分大小写)
fontfont
font-familyfontFamily
font-sizefontSize
font-colorfontColor
font-weightfontWeight
font-variantfontVariant

文本标签和属性对照

css语法(不区分大小写)JS语法(区分大小写)
letter-spaceletterSpace
line-breaklineBreak
line-heightlineHeight
text-aligntextAlign
text-decorationtextDecoration
text-indenttextIndent
text-justifytextJustify
text-transformtextTransform

规律 : "-"去掉,并把-后面的首字母换成大写

转载,具体出自何处不详

评论数量:0