54 lines
1.1 KiB
Plaintext
Raw Normal View History

2025-07-15 16:18:34 +08:00
.upload_content.data-v-1ecf7582 {
border-bottom: 1rpx solid #eee;
padding: 0 0 10rpx 0;
}
.upload_content .id_card_title.data-v-1ecf7582 {
padding: 30rpx 0 20rpx 0;
font-size: 29rpx;
}
.upload_content .id_card_title text.data-v-1ecf7582 {
color: #f00;
}
.upload_body.data-v-1ecf7582 {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10rpx 0;
text-align: center;
}
.upload_body .no_data.data-v-1ecf7582 {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 120rpx;
font-size: 25rpx;
color: #666;
background-color: #f8f8f8;
border-radius: 6rpx;
}
.upload_body .item_name.data-v-1ecf7582 {
padding: 20rpx 0 0 0;
font-size: 28rpx;
color: #333;
}
.upload_item.data-v-1ecf7582 {
position: relative;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
width: 330rpx;
height: 200rpx;
background-color: #f3f3f3;
border: 1px solid #f3f3f3;
border-radius: 10rpx;
overflow: hidden;
}
.upload_item image.icon.data-v-1ecf7582 {
height: 134rpx;
}
.upload_item image.showImg.data-v-1ecf7582 {
width: 100%;
height: 100%;
}