Files
layui-ul/source/components/photo/ul-upload-photo-list/_index.scss
2025-08-29 12:34:32 +08:00

36 lines
797 B
SCSS

.ul-upload-photo-list {}
.ul-upload-photo-item {
display : inline-block;
width : 120px;
height : 120px;
margin : 5px;
background-color: #ddd;
cursor : pointer;
box-shadow : 0 3px 5px #999;
position : relative;
}
.ul-upload-photo-main {
background-size : cover;
background-position: center;
width : 100%;
height : 100%;
}
.ul-upload-photo-delete {
position : absolute;
right : 5px;
top : 5px;
z-index : 999;
font-size : 20px;
color : #fff;
text-shadow: 0 0 2px #000;
}
.ul-upload-photo-button {
background-image : url("img/upload.png");
background-size : cover;
background-position: center;
}