修改img为英文

This commit is contained in:
binbin_pan 2024-08-27 14:03:52 +08:00
parent fd4f8c838f
commit be3fb04e74
25 changed files with 21 additions and 23 deletions

View File

@ -189,7 +189,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.wrapper { .wrapper {
height: 100vh; height: 100vh;
background: url('/static/images/考试详情-bg.png') no-repeat; background: url('/static/images/examine-detail-bg.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@ -104,7 +104,7 @@
</div> </div>
<div class="analysis"> <div class="analysis">
<u-icon name="/static/images/解析.png" style="margin-right: 5px" /> <u-icon name="/static/images/analysis.png" style="margin-right: 5px" />
解析 解析
</div> </div>
<div class="analysis-item">{{ item.examAnaly }}</div> <div class="analysis-item">{{ item.examAnaly }}</div>

View File

@ -48,7 +48,7 @@
> >
<div class="left-content"> <div class="left-content">
<div class="title"> <div class="title">
<u-icon name="/static/images/课程.png" size="15" /> <u-icon name="/static/images/curriculum.png" size="15" />
<div style="margin: 0 15px 0 3px">素材</div> <div style="margin: 0 15px 0 3px">素材</div>
<div>{{ item.totalTime }}</div> <div>{{ item.totalTime }}</div>
</div> </div>
@ -72,7 +72,7 @@
> >
<div class="left-content"> <div class="left-content">
<div class="title"> <div class="title">
<u-icon name="/static/images/课程.png" size="15" /> <u-icon name="/static/images/curriculum.png" size="15" />
<div style="margin: 0 15px 0 3px">课程</div> <div style="margin: 0 15px 0 3px">课程</div>
<div>{{ item.totalTime }}</div> <div>{{ item.totalTime }}</div>
</div> </div>
@ -93,7 +93,7 @@
<div class="list-wrapper" @click="toggleTheoryPrac(content)"> <div class="list-wrapper" @click="toggleTheoryPrac(content)">
<div class="left-content"> <div class="left-content">
<div class="title"> <div class="title">
<u-icon name="/static/images/练习.png" size="15" /> <u-icon name="/static/images/exercises.png" size="15" />
<div style="margin: 0 15px 0 3px">练习</div> <div style="margin: 0 15px 0 3px">练习</div>
</div> </div>
<div class="note">{{ content.studyName }}</div> <div class="note">{{ content.studyName }}</div>
@ -110,7 +110,7 @@
<div class="list-wrapper" @click="toggleTheoryExam(content)"> <div class="list-wrapper" @click="toggleTheoryExam(content)">
<div class="left-content"> <div class="left-content">
<div class="title"> <div class="title">
<u-icon name="/static/images/考试.png" size="15" /> <u-icon name="/static/images/examine.png" size="15" />
<div style="margin: 0 15px 0 3px">考试</div> <div style="margin: 0 15px 0 3px">考试</div>
<div>{{ content.responseTime }}</div> <div>{{ content.responseTime }}</div>
</div> </div>

View File

@ -37,8 +37,8 @@
:class="{ active: option.isCorrect || option.isError }" :class="{ active: option.isCorrect || option.isError }"
> >
<div class="label">{{ option.optionIdent }}.{{ option.optionContent }}</div> <div class="label">{{ option.optionIdent }}.{{ option.optionContent }}</div>
<u-icon v-if="option.isCorrect" name="/static/images/.png" size="25" /> <u-icon v-if="option.isCorrect" name="/static/images/right.png" size="25" />
<u-icon v-if="option.isError" name="/static/images/.png" size="25" /> <u-icon v-if="option.isError" name="/static/images/err.png" size="25" />
</div> </div>
</div> </div>
@ -73,8 +73,8 @@
:class="{ active: option.isCheck }" :class="{ active: option.isCheck }"
> >
<div class="label">{{ option.optionIdent }}.{{ option.optionContent }}</div> <div class="label">{{ option.optionIdent }}.{{ option.optionContent }}</div>
<u-icon v-if="option.isCorrect" name="/static/images/.png" size="25" /> <u-icon v-if="option.isCorrect" name="/static/images/right.png" size="25" />
<u-icon v-if="option.isError" name="/static/images/.png" size="25" /> <u-icon v-if="option.isError" name="/static/images/err.png" size="25" />
</div> </div>
</div> </div>
@ -515,7 +515,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.wrapper { .wrapper {
height: 100vh; height: 100vh;
background: url('/static/images/题目-bg.png') no-repeat; background: url('/static/images/question-bg.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
.slot-content { .slot-content {

View File

@ -9,21 +9,21 @@
<div class="center-container"> <div class="center-container">
<div class="left"> <div class="left">
<div class="item"> <div class="item">
<u-icon name="/static/images/正确率.png" size="50" /> <u-icon name="/static/images/accuracy.png" size="50" />
<div class="text"> <div class="text">
<div>正确率</div> <div>正确率</div>
<div>{{ correctRate }}</div> <div>{{ correctRate }}</div>
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<u-icon name="/static/images/累计作答.png" size="50" /> <u-icon name="/static/images/accumulative-answer.png" size="50" />
<div class="text"> <div class="text">
<div>累计作答</div> <div>累计作答</div>
<div>{{ totalAnswer }}</div> <div>{{ totalAnswer }}</div>
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<u-icon name="/static/images/累计答对.png" size="50" /> <u-icon name="/static/images/accumulative-total.png" size="50" />
<div class="text"> <div class="text">
<div>累计答对</div> <div>累计答对</div>
<div>{{ totalCorrect }}</div> <div>{{ totalCorrect }}</div>
@ -33,7 +33,6 @@
<div class="right"> <div class="right">
<div class="right-top"> <div class="right-top">
<div class="right-text">顺序练习</div> <div class="right-text">顺序练习</div>
<!-- <u-icon class="top-icon" name="/static/images/顺序练习.png" width="84" height="73" /> -->
<div class="btn"> <div class="btn">
<u-button <u-button
type="primary" type="primary"
@ -57,7 +56,6 @@
</div> </div>
<div class="right-bottom"> <div class="right-bottom">
<div class="right-text">随机练习</div> <div class="right-text">随机练习</div>
<!-- <u-icon class="bottom-icon" name="/static/images/随机练习.png" width="84" height="73" /> -->
<div class="btn"> <div class="btn">
<u-button <u-button
type="primary" type="primary"
@ -84,7 +82,7 @@
<!-- 目前不要选择题库 --> <!-- 目前不要选择题库 -->
<!-- <div class="bottom"> <!-- <div class="bottom">
<div class="bottom-text">选择题库</div> <div class="bottom-text">选择题库</div>
<u-icon class="bottom-icon" name="/static/images/选择题库.png" width="140" height="100" /> <u-icon class="bottom-icon" name="/static/images/select -question-bank.png" width="140" height="100" />
</div> --> </div> -->
</view> </view>
</template> </template>
@ -179,7 +177,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.wrapper { .wrapper {
height: 94vh; height: 94vh;
background: url('/static/images/练习-bg.png') no-repeat; background: url('/static/images/exercises-bg.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
padding: 20px; padding: 20px;
@ -254,7 +252,7 @@ export default {
.right-top { .right-top {
height: 98px; height: 98px;
// background: #e7ac67; // background: #e7ac67;
background: url('/static/images/顺序练习.png') no-repeat; background: url('/static/images/order-exercises.png') no-repeat;
background-size: 100% 98px; background-size: 100% 98px;
border-radius: 8px; border-radius: 8px;
position: relative; position: relative;

View File

@ -4,20 +4,20 @@
<div class="title">人脸识别扫描</div> <div class="title">人脸识别扫描</div>
<div class="title-tip">请正对手机确保光线充足</div> <div class="title-tip">请正对手机确保光线充足</div>
<div class="face-scan"> <div class="face-scan">
<u-icon name="/static/images/人脸识别.png" size="180" /> <u-icon name="/static/images/face-recognition.png" size="180" />
</div> </div>
<div class="face-tip">人脸验证过程中仅能由本人完成</div> <div class="face-tip">人脸验证过程中仅能由本人完成</div>
<div class="tip-icon"> <div class="tip-icon">
<div class="tip-item"> <div class="tip-item">
<u-icon name="/static/images/避免遮挡.png" size="40" /> <u-icon name="/static/images/eye.png" size="40" />
<div>避免遮挡</div> <div>避免遮挡</div>
</div> </div>
<div class="tip-item"> <div class="tip-item">
<u-icon name="/static/images/光线充足.png" size="40" /> <u-icon name="/static/images/well-lit.png" size="40" />
<div>光线充足</div> <div>光线充足</div>
</div> </div>
<div class="tip-item"> <div class="tip-item">
<u-icon name="/static/images/正对手机.png" size="40" /> <u-icon name="/static/images/front-face-to-phone.png" size="40" />
<div>正对手机</div> <div>正对手机</div>
</div> </div>
</div> </div>

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 637 KiB

After

Width:  |  Height:  |  Size: 637 KiB

View File

Before

Width:  |  Height:  |  Size: 959 B

After

Width:  |  Height:  |  Size: 959 B

View File

Before

Width:  |  Height:  |  Size: 318 KiB

After

Width:  |  Height:  |  Size: 318 KiB

View File

Before

Width:  |  Height:  |  Size: 903 B

After

Width:  |  Height:  |  Size: 903 B

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

Before

Width:  |  Height:  |  Size: 434 KiB

After

Width:  |  Height:  |  Size: 434 KiB

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB