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.
 

26 lines
402 B

/* components/Uploader.wxss */
.position-absolute{
position: absolute;
}
.font-size-14{
font-size: 14px;
}
.font-size-12{
font-size: 12px;
}
.font-weight-600{
font-weight: 600;
}
.idCard van-uploader{
display: inline-block;
width: 100%;
}
.idCard van-uploader image{
width: 49vw;
}
.idCard-absolute{
left: 50%;
top: 50%;
width: 80%;
transform: translateX(-50%) translateY(-50%);
}