11 lines
365 B
Stylus
11 lines
365 B
Stylus
|
|
@import 'mixin.styl'
|
||
|
|
@import 'iconfont.styl'
|
||
|
|
|
||
|
|
.state_0
|
||
|
|
background center / 100% 100% url('../images/state_0.png') no-repeat
|
||
|
|
.state_1
|
||
|
|
background center / 100% 100% url('../images/state_1.png') no-repeat
|
||
|
|
.state_2
|
||
|
|
background center / 100% 100% url('../images/state_2.png') no-repeat
|
||
|
|
.state_3
|
||
|
|
background center / 100% 100% url('../images/state_3.png') no-repeat
|