mrr.sj.front/unpackage/dist/dev/mp-weixin/components/ali-oss-uploader/ali-oss-uploader.wxss

536 lines
1.8 KiB
Plaintext
Raw Normal View History

2026-03-24 11:45:13 +08:00
/* .ali-oss-uploader {
display: grid;
grid-template-columns: repeat(3, 1fr);
justify-items: center;
align-items: center;
margin-top: 20rpx;
position: relative;
} */
.preview-container.data-v-4d39de64 {
display: grid;
grid-template-columns: repeat(3, 1fr);
justify-items: center;
align-items: center;
position: relative;
}
.upload-btn.data-v-4d39de64 {
width: 200rpx;
height: 200rpx;
border: 2rpx dashed #ddd;
border-radius: 8rpx;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-sizing: border-box;
/* margin-top: 20rpx; */
}
.plus-icon.data-v-4d39de64 {
font-size: 60rpx;
color: #999;
line-height: 1;
}
.btn-text.data-v-4d39de64 {
font-size: 24rpx;
color: #666;
margin-top: 10rpx;
}
.tips-text.data-v-4d39de64 {
font-size: 24rpx;
color: #999;
margin-top: 10rpx;
}
.preview-item.data-v-4d39de64 {
position: relative;
width: 200rpx;
height: 200rpx;
margin-top: 20rpx;
}
.preview-image.data-v-4d39de64 {
width: 200rpx;
height: 200rpx;
border-radius: 8rpx;
}
.delete-icon.data-v-4d39de64 {
position: absolute;
top: -10rpx;
right: -10rpx;
width: 40rpx;
height: 40rpx;
background-color: #ff4d4f;
color: white;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 32rpx;
z-index: 1;
}