问答详情
源自:3-4 改变 HTML 样式

backgroundColor不要Color背景也会变色

backgroundColor不要Color背景也会变色,这样写可以吗?

提问者:阿biu 2016-01-13 17:57

个回答

  • 伊望岁月
    2016-01-13 18:10:24
    已采纳

    可以,backgroundColor解析后等于background-color: #xxx;

    而background解析后等于background: #xxx;

    效果一样

    当然还可以设置一些其他属性:background="#CCC url(xxx.png) 50% 50%",更多用法可以参考

    CSS background 属性

  • 羽觞丨醉月
    2016-09-05 09:44:12

    非常感谢