资源删除初步

This commit is contained in:
禺狨
2023-03-13 11:00:34 +08:00
parent 69da71b7c2
commit 28d192b590
9 changed files with 151 additions and 59 deletions

View File

@@ -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;
}
}