Commit 164662ac authored by mqf_0707's avatar mqf_0707

增加倒计时组件

parent 5e97def5
.image(@url: 1, @size: cover, @postion: center, @repeat: no-pepeat) {
.image(@url: 1, @size: cover, @postion: center, @repeat: no-repeat) {
background-image: url(@url);
background-position: @postion;
background-repeat: @repeat;
background-size: @size;
}
.image-property(@size: cover, @postion: center, @repeat: no-pepeat) {
.image-property(@size: cover, @postion: center, @repeat: no-repeat) {
background-position: @postion;
background-repeat: @repeat;
background-size: @size;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment