You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
879 B

@import "../form-item-common.wxss";
.idcard-wrap{
margin-top: 12px;
margin-bottom: 4px;
background: white;
padding: 12px;
}
.idcard-wrap>.key{
margin: 2px;
font-size: 14px;
}
.idcards{
margin: 12px 0;
display: flex;
justify-content: space-evenly;
width: 100%;
}
.idcard{
width: 40vw;
height: 30vw;
}
.idcard.upload{
display: flex;
justify-content: center;
align-items: center;
background: #f4fcff;
border-radius: 2px;
}
.idcard>.photo{
background: #00b0f0;
border-radius: 50%;
width: 36px;
height: 36px;
display: flex;
justify-content: center;
align-items: center;
}
.tips{
display: flex;
font-size: 22rpx;
text-align: center;
color: #555555;
}
.tips>view{
flex: 1;
}
.submit{
margin-top: 12px;
margin-bottom: 8px;
}
.footer-tip{
font-size: 12px;
color: dimgray;
text-align: center;
margin-bottom: 12px;
}