/* 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%);
|
|
}
|