代码缩写问题~这段代码应该怎么缩写呢?

来源:9-16 创建元素节点createElement

L浪浪浪浪浪

2016-07-05 23:46

.box{

    background-position:10px 20px;

    background-repeat: no-repeat;

    background-attachment: fixed;

    background-color: #ccc;

    background-imag: url("box.png");

}


写回答 关注

1回答

  • 速写素
    2016-07-06 12:06:05
    已采纳
    background : background-color || background-image || background-repeat || background-attachment || background-position

JavaScript进阶篇

本课程从如何插入JS代码开始,带您进入网页动态交互世界

468060 学习 · 21891 问题

查看课程

相似问题