mirror of
https://github.com/PlayEdu/backend
synced 2025-12-30 11:19:50 +08:00
图片资源列表初步
This commit is contained in:
21
src/pages/resource/images/index.module.less
Normal file
21
src/pages/resource/images/index.module.less
Normal file
@@ -0,0 +1,21 @@
|
||||
.categoryItem {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&.active {
|
||||
background-color: red;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.categoryTitle {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
display: flex;
|
||||
}
|
||||
Reference in New Issue
Block a user