代碼縮寫問題~這段代碼應(yīng)該怎么縮寫呢?
.box{
? ? background-position:10px 20px;
? ? background-repeat: no-repeat;
? ? background-attachment: fixed;
? ? background-color: #ccc;
? ? background-imag: url("box.png");
}
.box{
? ? background-position:10px 20px;
? ? background-repeat: no-repeat;
? ? background-attachment: fixed;
? ? background-color: #ccc;
? ? background-imag: url("box.png");
}
2016-07-05
舉報
2016-07-06