配置页样式,看板基础样式

This commit is contained in:
2024-06-14 16:43:44 +08:00
commit cf4e822196
96 changed files with 25927 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