bg图片
This commit is contained in:
@@ -212,8 +212,6 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.auth_btn {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 218 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 61 KiB |
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="result">
|
||||
<u-navbar title="考试结果" :background="backgroundNavbar"></u-navbar>
|
||||
|
||||
<div class="result_info">
|
||||
<div class="grade">100</div>
|
||||
<div class="tips">
|
||||
<div>考试分数</div>
|
||||
@@ -26,9 +26,10 @@
|
||||
<div class="col_333">1</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="btn" @click="back">返回</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -37,10 +38,9 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
backgroundNavbar: {
|
||||
// background: "url('./img/navbar.png') no-repeat",
|
||||
// backgroundSize: '100% 100%',
|
||||
background: "url('https://cdn.cunwuyun.cn/qujing/navbar.png') no-repeat",
|
||||
backgroundSize: '100% 100%',
|
||||
},
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
@@ -57,8 +57,12 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.result {
|
||||
.result_info {
|
||||
padding: 32px;
|
||||
box-sizing: border-box;
|
||||
background: url("https://cdn.cunwuyun.cn/qujing/bg.png") no-repeat;
|
||||
background-size: 100% auto;
|
||||
|
||||
.grade {
|
||||
height: 112px;
|
||||
font-size: 96px;
|
||||
@@ -140,4 +144,5 @@ export default {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@@ -154,7 +154,7 @@ export default {
|
||||
.testForm {
|
||||
.testForm_info {
|
||||
background: url("https://cdn.cunwuyun.cn/qujing/bg.png") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-size: 100% auto;
|
||||
padding: 80px 32px 0 32px;
|
||||
box-sizing: border-box;
|
||||
|
||||
@@ -163,7 +163,6 @@ export default {
|
||||
justify-content: space-between;
|
||||
font-size: 28px;
|
||||
color: #333333;
|
||||
// margin-top: 80px;
|
||||
|
||||
.type_left {
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user