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.
27 lines
1.6 KiB
27 lines
1.6 KiB
<!--subpages/OCRCard/pages/index/index.wxml-->
|
|
<view class="header">
|
|
<image class="header-bg" src="https://hrss.qingdao.gov.cn/mzjwj/1752629015701_78901749456786018_6593bg.png" mode="widthFix" />
|
|
<image src="../../../../images/back.png" class="back" bind:tap="back" style=" top: {{statusHeight}}px;width: 50rpx;height: 50rpx;" bindtap="back" mode="" />
|
|
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
|
|
身份证识别
|
|
</view>
|
|
</view>
|
|
<view class="body">
|
|
<h1 style="font-size: 68rpx;font-weight: 600;text-align: left;" class="w-full">
|
|
Hi
|
|
</h1>
|
|
<view style="text-align: left;" class="w-full ">您需要先进行身份核验。</view>
|
|
<view class="card flex flex-center-i flex-col items-center mt-16" style="width: calc(100vw - 60px);">
|
|
<view class="card-container">
|
|
<image src="../../image/card.png" class="card-image" mode="aspectFit" />
|
|
<view class="scan-line" animation="{{scanAnimation}}"></view>
|
|
</view>
|
|
<view style="font-size: 28rpx;color: #666666;" class="mt-16">温馨提示:请先拍照或上传身份证照片进行身份识别。</view>
|
|
</view>
|
|
<navigator url="/subpages/OCRCard/pages/OCR/OCR" certificateType="idCard" opposite="{{false}}" class="ocr">
|
|
<button hover-class="color" class="btn1" style="background-color:#0bb4b4">开始识别</button>
|
|
</navigator>
|
|
<navigator url="/subpages/index/checkInUser/checkInUser" certificateType="idCard" opposite="{{false}}" class="ocr">
|
|
<button hover-class="color" class="btn2" style="background-color:#0bb4b4;margin-top: 10rpx;" >手动输入</button>
|
|
</navigator>
|
|
</view>
|