3个看板

This commit is contained in:
蔡玲
2024-11-04 16:58:56 +08:00
commit 029e700848
98 changed files with 23845 additions and 0 deletions

11
src/style/layout.styl Normal file
View File

@@ -0,0 +1,11 @@
@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