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.
39 lines
1.2 KiB
39 lines
1.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">
|
|
1、进入考场后,应按照考试工作人员指挥,对号入座。<br>
|
|
2、<text>认真核对考生信息,</text>确认无误后,开始考试。<br>
|
|
3、<text>留意剩余考试时间,</text>把握答题速度。<br>
|
|
4、考试过程中注意不要遮挡摄像头,<text>个人头像需保持在摄像头拍摄范围内。<br>
|
|
</text>
|
|
5、如有问题请及时举手向考试工作人员反映。
|
|
</view>
|
|
</view>
|
|
<view class="tit_row flex">
|
|
<view class="num">2</view>
|
|
<view class="tit">考试完成后</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="con">
|
|
<view class="text">
|
|
1、考试后,无论成绩是否通过都应按照考场工作人员引导签字确认考试成绩。<br>
|
|
2、考试结束后及时离开考场,不得逗留、不得妨碍其他考生考试。
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
@import url("./card.scss");
|
|
</style>
|