AIManage/public/css/main.css

16 lines
320 B
CSS
Raw Normal View History

2024-05-24 00:19:20 +08:00
.dev-state {
background-size: 100% 100%;
display: inline-block;
width: 40px;
height: 40px;
}
.dev-state.dev-s {
background-image: url('../images/dev/dev-s.png');
}
.dev-state.dev-w {
background-image: url('../images/dev/dev-w.png');
}
.dev-state.dev-e {
background-image: url('../images/dev/dev-e.png');
}