2024-02-05 05:10:46 +00:00
|
|
|
<script setup>
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<template>
|
2024-02-05 11:54:48 +00:00
|
|
|
<div class="one-content">
|
2024-02-05 05:10:46 +00:00
|
|
|
<div class="content2">
|
|
|
|
<van-uploader>
|
|
|
|
<div class="wrap1">
|
|
|
|
<div class="wrap1_1">
|
|
|
|
<img src="@/assets/images/zu1172@2x.png" alt="">
|
|
|
|
</div>
|
|
|
|
<div class="wrap1_2">上传身份证人像面</div>
|
|
|
|
</div>
|
|
|
|
</van-uploader>
|
|
|
|
</div>
|
|
|
|
<div class="content3">
|
|
|
|
<van-uploader>
|
|
|
|
<div class="wrap1">
|
|
|
|
<div class="wrap1_1">
|
|
|
|
<img src="@/assets/images/zu1169@2x.png" alt="">
|
|
|
|
</div>
|
|
|
|
<div class="wrap1_2">上传身份证国徽面</div>
|
|
|
|
</div>
|
|
|
|
</van-uploader>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<style scoped lang="scss">
|
2024-02-05 11:54:48 +00:00
|
|
|
.one-content{
|
|
|
|
margin-bottom: 54px;
|
|
|
|
}
|
2024-02-05 05:10:46 +00:00
|
|
|
.content3 {
|
|
|
|
.wrap1 {
|
|
|
|
width: 332px;
|
|
|
|
height: 220px;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 10px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
.wrap1_2{
|
|
|
|
margin-top: 3px;
|
|
|
|
color: #2159C4;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.wrap1_1 {
|
|
|
|
width: 293px;
|
|
|
|
height: 170px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.content2 {
|
2024-02-05 08:27:29 +00:00
|
|
|
margin-bottom: 20px;
|
2024-02-05 05:10:46 +00:00
|
|
|
.wrap1 {
|
|
|
|
width: 332px;
|
|
|
|
height: 220px;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 10px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
.wrap1_2{
|
|
|
|
margin-top: 3px;
|
|
|
|
color: #2159C4;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.wrap1_1 {
|
|
|
|
width: 293px;
|
|
|
|
height: 170px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|