|
@@ -17,39 +17,39 @@
|
|
<uni-col :span="4" style="margin-top: 30px">
|
|
<uni-col :span="4" style="margin-top: 30px">
|
|
<uni-card style="height: 85vh;">
|
|
<uni-card style="height: 85vh;">
|
|
<l-divider color="#00a60d">
|
|
<l-divider color="#00a60d">
|
|
- <view style="font-size: 20px;">考生信息</view>
|
|
|
|
|
|
+ <view style="font-size: 2vmin;">考生信息</view>
|
|
</l-divider>
|
|
</l-divider>
|
|
<view
|
|
<view
|
|
- style="font-family: '微软雅黑' , serif;font-size: 20px;color: #8c8c8c;height: 30px;text-align: center;padding:5px;">
|
|
|
|
|
|
+ style="font-family: '微软雅黑' , serif;font-size: 2vmin;color: #8c8c8c;height: 30px;text-align: center;padding:1%;">
|
|
姓名:{{user.realname}}
|
|
姓名:{{user.realname}}
|
|
</view>
|
|
</view>
|
|
<view
|
|
<view
|
|
- style="font-family: '微软雅黑', serif;font-size: 20px;color: #8c8c8c;height: 30px;text-align: center;padding:5px;">
|
|
|
|
|
|
+ style="font-family: '微软雅黑', serif;font-size: 2vmin;color: #8c8c8c;height: 30px;text-align: center;padding:1%;">
|
|
考号:{{user.username}}
|
|
考号:{{user.username}}
|
|
</view>
|
|
</view>
|
|
<l-divider color="#00a60d">
|
|
<l-divider color="#00a60d">
|
|
- <view style="font-size: 20px;">试卷名称</view>
|
|
|
|
|
|
+ <view style="font-size: 2vmin;">试卷名称</view>
|
|
</l-divider>
|
|
</l-divider>
|
|
<radio-group>
|
|
<radio-group>
|
|
<label v-for="(item, index) in examObject.examPapersList" :key="item.value">
|
|
<label v-for="(item, index) in examObject.examPapersList" :key="item.value">
|
|
<view>
|
|
<view>
|
|
<view class="paperCss"
|
|
<view class="paperCss"
|
|
:style="'background-color: '+(item.state === 0?'#b5aa09;':(item.state === 9?'#ececec':'#00f545'))">
|
|
:style="'background-color: '+(item.state === 0?'#b5aa09;':(item.state === 9?'#ececec':'#00f545'))">
|
|
- <view style="color: #000000;"> <strong>{{item.title}}</strong></view>
|
|
|
|
|
|
+ <view style="color: #000000;"> <strong style="font-size: 2vmin;">{{item.title}}</strong></view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</label>
|
|
</label>
|
|
</radio-group>
|
|
</radio-group>
|
|
<l-divider color="#b3b3b3">
|
|
<l-divider color="#b3b3b3">
|
|
</l-divider>
|
|
</l-divider>
|
|
- <button type="primary" style="margin-top: 10px;" @click="subExam">交卷</button>
|
|
|
|
|
|
+ <button type="primary" style="margin-top: 10px;font-size: 2vmin;" @click="subExam">交卷</button>
|
|
|
|
|
|
</uni-card>
|
|
</uni-card>
|
|
|
|
|
|
</uni-col>
|
|
</uni-col>
|
|
<uni-col :span="16" style="margin-top: 30px">
|
|
<uni-col :span="16" style="margin-top: 30px">
|
|
<uni-card style="height: 85vh;">
|
|
<uni-card style="height: 85vh;">
|
|
- <scroll-view scroll-y="true" class="scroll-Y">
|
|
|
|
|
|
+ <scroll-view scroll-y="true" scroll-x="true" class="scroll-Y">
|
|
<uni-section :title="scantron.questionIndex+'、'+scantron.questionTypeName" type="line" padding>
|
|
<uni-section :title="scantron.questionIndex+'、'+scantron.questionTypeName" type="line" padding>
|
|
<view v-if="scantron.questionType!==7&&scantron.questionType!==8" id="scantronNodes"
|
|
<view v-if="scantron.questionType!==7&&scantron.questionType!==8" id="scantronNodes"
|
|
style="height: 45vh;">
|
|
style="height: 45vh;">
|
|
@@ -306,23 +306,23 @@
|
|
<uni-col :span="4" style="margin-top: 30px">
|
|
<uni-col :span="4" style="margin-top: 30px">
|
|
<uni-card style="height: 85vh;">
|
|
<uni-card style="height: 85vh;">
|
|
|
|
|
|
- <l-divider color="#8f960c" style="margin-top: 20px;">
|
|
|
|
- <view style="font-size: 20px;">当前试卷时间</view>
|
|
|
|
|
|
+ <l-divider color="#8f960c" style="margin-top: 2%;">
|
|
|
|
+ <view style="font-size: 1vw;">当前试卷时间</view>
|
|
</l-divider>
|
|
</l-divider>
|
|
<view
|
|
<view
|
|
- style="font-family: '微软雅黑', serif;font-size: 20px;color: #f90005;height: 30px;text-align: center;padding:10px;font-size: 35px;">
|
|
|
|
- <strong>{{paperTime}}</strong>
|
|
|
|
|
|
+ style="font-family: '微软雅黑', serif;color: #f90005;height: 4vh;text-align: center;padding:2%;">
|
|
|
|
+ <strong style="font-size: 3vmin;">{{paperTime}}</strong>
|
|
</view>
|
|
</view>
|
|
<!-- <l-divider color="#8f960c">
|
|
<!-- <l-divider color="#8f960c">
|
|
- <view style="font-size: 20px;">考试时间</view>
|
|
|
|
|
|
+ <view style="font-size: 2vmin;">考试时间</view>
|
|
</l-divider>
|
|
</l-divider>
|
|
<view
|
|
<view
|
|
- style="font-family: '微软雅黑', serif;font-size: 15px;color: #00aaf9;height: 30px;text-align: center;padding:10px;">
|
|
|
|
|
|
+ style="font-family: '微软雅黑', serif;font-size: 2vmin;color: #00aaf9;height: 30px;text-align: center;padding:10px;">
|
|
剩余:{{examTime}}
|
|
剩余:{{examTime}}
|
|
</view> -->
|
|
</view> -->
|
|
|
|
|
|
<l-divider color="#251e75">
|
|
<l-divider color="#251e75">
|
|
- <view style="font-size: 20px;">答题卡</view>
|
|
|
|
|
|
+ <view style="font-size: 2vmin;">答题卡</view>
|
|
</l-divider>
|
|
</l-divider>
|
|
<view>
|
|
<view>
|
|
<scroll-view scroll-y="true" style="height: 50vh;">
|
|
<scroll-view scroll-y="true" style="height: 50vh;">
|
|
@@ -348,8 +348,8 @@
|
|
</view>
|
|
</view>
|
|
<l-divider color="#251e75" />
|
|
<l-divider color="#251e75" />
|
|
<view>
|
|
<view>
|
|
- <button type="primary" style="margin-top: 10px;" @click="previousQuestion">上一题</button>
|
|
|
|
- <button type="primary" style="margin-top: 10px;" @click="nextQuestion">下一题</button>
|
|
|
|
|
|
+ <button type="primary" style="margin-top: 10px;font-size: 2vmin;" @click="previousQuestion">上一题</button>
|
|
|
|
+ <button type="primary" style="margin-top: 10px;font-size: 2vmin;" @click="nextQuestion">下一题</button>
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
|
|