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

537 lines
1.8 KiB
Plaintext

/* .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-11127efc {
display: grid;
grid-template-columns: repeat(4, 1fr);
justify-items: center;
align-items: center;
position: relative;
}
.upload-btn.data-v-11127efc {
width: 148rpx;
height: 148rpx;
/* 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-11127efc {
font-size: 60rpx;
color: #999;
line-height: 1;
}
.btn-text.data-v-11127efc {
font-size: 24rpx;
color: #666;
margin-top: 10rpx;
}
.tips-text.data-v-11127efc {
font-size: 24rpx;
color: #999;
margin-top: 10rpx;
}
.preview-item.data-v-11127efc {
position: relative;
width: 148rpx;
height: 148rpx;
margin-top: 20rpx;
}
.preview-image.data-v-11127efc {
width: 148rpx;
height: 148rpx;
border-radius: 8rpx;
}
.delete-icon.data-v-11127efc {
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;
}