This commit is contained in:
shijingjing
2023-02-10 15:59:38 +08:00
parent 6005ae2b48
commit 88d29e99f2
5 changed files with 108 additions and 106 deletions

View File

@@ -212,8 +212,6 @@ export default {
} }
} }
.auth_btn { .auth_btn {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

View File

@@ -1,7 +1,7 @@
<template> <template>
<div class="result"> <div class="result">
<u-navbar title="考试结果" :background="backgroundNavbar"></u-navbar> <u-navbar title="考试结果" :background="backgroundNavbar"></u-navbar>
<div class="result_info">
<div class="grade">100</div> <div class="grade">100</div>
<div class="tips"> <div class="tips">
<div>考试分数</div> <div>考试分数</div>
@@ -26,9 +26,10 @@
<div class="col_333">1</div> <div class="col_333">1</div>
</div> </div>
</div> </div>
<div class="btn" @click="back">返回</div> <div class="btn" @click="back">返回</div>
</div> </div>
</div>
</template> </template>
<script> <script>
@@ -37,10 +38,9 @@ export default {
data() { data() {
return { return {
backgroundNavbar: { backgroundNavbar: {
// background: "url('./img/navbar.png') no-repeat", background: "url('https://cdn.cunwuyun.cn/qujing/navbar.png') no-repeat",
// backgroundSize: '100% 100%', backgroundSize: '100% 100%',
}, },
} }
}, },
methods: { methods: {
@@ -57,8 +57,12 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.result { .result {
.result_info {
padding: 32px; padding: 32px;
box-sizing: border-box; box-sizing: border-box;
background: url("https://cdn.cunwuyun.cn/qujing/bg.png") no-repeat;
background-size: 100% auto;
.grade { .grade {
height: 112px; height: 112px;
font-size: 96px; font-size: 96px;
@@ -139,5 +143,6 @@ export default {
text-align: center; text-align: center;
color: #FFFFFF; color: #FFFFFF;
} }
}
} }
</style> </style>

View File

@@ -154,7 +154,7 @@ export default {
.testForm { .testForm {
.testForm_info { .testForm_info {
background: url("https://cdn.cunwuyun.cn/qujing/bg.png") no-repeat; background: url("https://cdn.cunwuyun.cn/qujing/bg.png") no-repeat;
background-size: 100% 100%; background-size: 100% auto;
padding: 80px 32px 0 32px; padding: 80px 32px 0 32px;
box-sizing: border-box; box-sizing: border-box;
@@ -163,7 +163,6 @@ export default {
justify-content: space-between; justify-content: space-between;
font-size: 28px; font-size: 28px;
color: #333333; color: #333333;
// margin-top: 80px;
.type_left { .type_left {
font-weight: 600; font-weight: 600;