mirror of
https://github.com/PlayEdu/backend
synced 2025-12-30 07:55:36 +08:00
资源删除初步
This commit is contained in:
@@ -26,9 +26,36 @@
|
||||
top: -8px;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: rgba(#ffffff, 0.6);
|
||||
border-radius: 3px;
|
||||
border: 2px solid #d9d9d9;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 10px;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.imageItem{
|
||||
.checked {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: #fff2f0;
|
||||
border-radius: 3px;
|
||||
border: 2px solid #fff2f0;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 10px;
|
||||
z-index: 100;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #ff4d4f;
|
||||
}
|
||||
|
||||
.imageItem {
|
||||
position: relative;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user