代碼縮寫(xiě)問(wèn)題~這段代碼應(yīng)該怎么縮寫(xiě)呢?
.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
舉報(bào)
2016-07-06