You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
586 B
SCSS

.img-item,
.select-btn {
height: 300rpx;
width: 300rpx;
border-radius: 5rpx;
overflow: hidden;
border: 1px solid $uni-border-color;
margin: 10px;
}
.img-item {
position: relative;
+ .img-item {
margin-left: 10px;
}
image {
height: 100%;
width: 100%;
pointer-events: none;
}
.del-btn {
position: absolute;
top: 7px;
right: 2px;
z-index: 99;
}
}
.img-list {
display: flex;
flex-wrap: wrap;
}
.select-btn {
margin-left: 10px;
display: flex;
justify-content: center;
align-items: center;
.uni-icons {
color: $uni-border-color!important;
}
}