fontSize这里Size的S需要大写?另外font-size这样写没有效果? 。。。我好像搞混了,,还有有些属性后面是:有些是=,该怎么区分啊?
fontSize 和font-size
还有属性:“” 和 属性=“”
最近学的有点混。。。分不清了
怎么区分啊?有前辈总结下么。。?
fontSize 和font-size
还有属性:“” 和 属性=“”
最近学的有点混。。。分不清了
怎么区分啊?有前辈总结下么。。?
2015-04-05
应该区分一下js和css属性是不一样的。
fontSize是JS属性。fontsize是CSS属性。
CSS语法 (不区分大小写) JavaScript语法 (区分大小写)
border border
border-bottom borderBottom
border-bottom-color borderBottomColor
border-bottom-style borderBottomStyle
border-bottom-width borderBottomWidth
border-color borderColor
border-left borderLeft
border-left-color borderLeftColor
border-left-style borderLeftStyle
border-left-width borderLeftWidth
border-right borderRight
border-right-color borderRightColor
border-right-style borderRightStyle
border-right-width borderRightWidth
border-style borderStyle
border-top borderTop
border-top-color borderTopColor
border-top-style borderTopStyle
border-top-width borderTopWidth
border-width borderWidth
clear clear
float floatStyle
margin margin
margin-bottom marginBottom
margin-left marginLeft
margin-right marginRight
margin-top marginTop
padding padding
padding-bottom paddingBottom
padding-left paddingLeft
padding-right paddingRight
padding-top paddingTop
background background
background-attachment backgroundAttachment
background-color backgroundColor
background-image backgroundImage
background-position backgroundPosition
background-repeat backgroundRepeat
color color
display display
list-style-type listStyleType
list-style-image listStyleImage
list-style-position listStylePosition
list-style listStyle
white-space whiteSpace
font font
font-family fontFamily
font-size fontSize
font-style fontStyle
font-variant fontVariant
font-weight fontWeight
letter-spacing letterSpacing
line-break lineBreak
line-height lineHeight
text-align textAlign
text-decoration textDecoration
text-indent textIndent
text-justify textJustify
text-transform textTransform
vertical-align verticalAlign
(可能还有,自己积累下)
至于赋值,:是CSS赋值方式;JS的赋值方式是=。js用到:一般是三元运算符。
单双引号的区别不大,作用可以视作一样。
举报