为了账号安全,请及时绑定邮箱和手机立即绑定

fontSize这里Size的S需要大写?另外font-size这样写没有效果? 。。。我好像搞混了,,还有有些属性后面是:有些是=,该怎么区分啊?

fontSize  和font-size

还有属性:“”  和      属性=“”

最近学的有点混。。。分不清了

怎么区分啊?有前辈总结下么。。?

正在回答

3 回答

应该区分一下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用到:一般是三元运算符。

单双引号的区别不大,作用可以视作一样。

10 回复 有任何疑惑可以回复我~
#1

Nemonameless 提问者

多谢大神
2015-04-05 回复 有任何疑惑可以回复我~

vue中https://img1.sycdn.imooc.com//5b34385700013caf01650048.jpg这个怎么写?

0 回复 有任何疑惑可以回复我~

还有什么时候用单引号包起来,什么时候用双引号包起来?两者大部分情况好像没有区别啊?wiki里介绍的看了下还是不太明白,除了嵌套引号还有转义时外都可以通用吗?

0 回复 有任何疑惑可以回复我~
#1

Perona

单双引号看个人喜欢,没有什么特定的环境要用单引号或者双引号,基本上是通用的。至于嵌套引号转义就如wiki里所说的。
2015-04-05 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

fontSize这里Size的S需要大写?另外font-size这样写没有效果? 。。。我好像搞混了,,还有有些属性后面是:有些是=,该怎么区分啊?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信