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.
63 lines
2.2 KiB
63 lines
2.2 KiB
<template>
|
|
<view class="">
|
|
|
|
<view class="leftLineH">
|
|
<view class="tit_row flex">
|
|
<view class="num">1</view>
|
|
<view class="tit">预约考试</view>
|
|
</view>
|
|
<view class="con">
|
|
<view class="text">考生可通过 <text>互联网、电话、窗口</text>等方式申请预约考场、考试时间、考试场次等,预约成功后方可参加考试。
|
|
互联网预约:<br>
|
|
1、通过12123手机App预约<br>
|
|
2、通过交通安全综合服务管理平台预约</view>
|
|
</view>
|
|
<view class="tit_row flex">
|
|
<view class="num">2</view>
|
|
<view class="tit">签到</view>
|
|
</view>
|
|
<view class="con">
|
|
<view class="text">到达预约的考场后,考试须持本人身份证件前往
|
|
<text>自动签到机或人工签到台</text>完成签到。
|
|
</view>
|
|
</view>
|
|
<view class="tit_row flex">
|
|
<view class="num">3</view>
|
|
<view class="tit">候考</view>
|
|
</view>
|
|
<view class="con">
|
|
<view class="text">考试按照考试工作人员安排,有序进入候考区。候考时应留意 <text>电子显示屏或语音信息提示。</text>请注意遵守候考区纪律。</view>
|
|
|
|
</view>
|
|
<view class="tit_row flex">
|
|
<view class="num">4</view>
|
|
<view class="tit">考试</view>
|
|
</view>
|
|
<view class="con">
|
|
<view class="text">考试根据广播叫号和大屏幕显示的信息,顺序通过安全检查后进入考场,找到对应的考台核验身份开始考试。第一次考试不合格的,可当场补考一次。</view>
|
|
</view>
|
|
<view class="tit_row flex">
|
|
<view class="num">5</view>
|
|
<view class="tit">签字确认成绩</view>
|
|
</view>
|
|
<view class="con">
|
|
<view class="text">考试结束后,考生应按照考场工作人员引导, <text>签字确认考试成绩。</text></view>
|
|
</view>
|
|
<view class="tit_row flex">
|
|
<view class="num">6</view>
|
|
<view class="tit">离开考场</view>
|
|
</view>
|
|
</view>
|
|
<view class="con">
|
|
<view class="text">考生签字确认考试成绩后,按照规定通道有序离开考场,不得在考场内逗留。
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
@import url("./card.scss");
|
|
</style>
|