java-mall-app/unpackage/dist/dev/mp-weixin/components/jin-attachment/jin-attachment.wxss
2025-12-12 17:04:03 +08:00

65 lines
1.2 KiB
Plaintext

.imgs.data-v-36939db8 {
display: flex;
flex-wrap: wrap;
width: calc(100% + 15rpx);
}
.imgs .file.data-v-36939db8 {
min-width: calc(100% - 15rpx);
border: 1px solid #ccc;
box-sizing: border-box;
margin-top: 20rpx;
position: relative;
}
.imgs .file .noImg.data-v-36939db8 {
padding: 20rpx;
display: flex;
justify-content: center;
text-align: left;
width: 100%;
font-size: 26rpx;
color: #999;
word-break: break-all;
box-sizing: border-box;
}
.imgs progress.data-v-36939db8 {
margin-top: -6rpx;
border-radius: 20rpx;
}
.imgs .del.data-v-36939db8 {
position: absolute;
width: 35rpx;
height: 35rpx;
background: #f56c6c;
color: #fff;
top: 0;
text-align: center;
right: 0;
line-height: 35rpx;
font-size: 30rpx;
z-index: 100;
}
.imgs .single.data-v-36939db8 {
width: 125rpx;
height: 150rpx;
border: 1px solid #ccc;
margin-top: 6rpx;
margin-bottom: 6rpx;
margin-right: 12rpx;
position: relative;
}
.imgs .single.addNew.data-v-36939db8 {
display: flex;
justify-content: center;
align-items: center;
}
.imgs .single.addNew text.data-v-36939db8 {
font-size: 50rpx;
color: #999;
}
.imgs .single image.data-v-36939db8 {
width: 100%;
height: 100%;
display: block;
}