2025-06-19 17:33:18 +08:00

64 lines
1.1 KiB
Plaintext

/* components/uploadPic/uploadPic.wxss */
.upload-container {
.upload {
// width: 100%;
// margin-top: 8px;
display: flex;
flex-wrap: wrap;
.upload-btn {
width: 64px;
height: 64px;
margin-right: 8px;
margin-bottom: 8px;
background: #ECF1FF;
border-radius: 4px;
border: 1px dashed #4381FC;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
image {
width: 20px;
height: 20px;
margin: 16rpx 0 8rpx;
}
.val {
color: #4381FC;
font-size: 14px;
}
}
.photo-list {
width: 64px;
height: 64px;
margin-right: 8px;
margin-bottom: 8px;
border-radius: 4px;
position: relative;
image {
width: 100%;
height: 100%;
display: block;
}
.del {
width: 20px;
height: 20px;
position: absolute;
top: -10px;
right: -10px;
image {
width: 100%;
height: 100%;
display: block;
}
}
}
}
}