Commit 5d33ab62 authored by 杨梦雪's avatar 杨梦雪

11

parent acba6ab6
...@@ -18,9 +18,7 @@ ...@@ -18,9 +18,7 @@
<img src="../../../assets/img/signUp/computer.png" alt="" /> <img src="../../../assets/img/signUp/computer.png" alt="" />
</div> --> </div> -->
<div class="check"> <div class="check">
<el-checkbox v-model="checked" <el-checkbox v-model="checked">我已阅读并了解须知</el-checkbox>
>我已阅读并了解须知</el-checkbox
>
</div> </div>
<div class="btn"> <div class="btn">
<el-button :disabled="!checked" @click="next()">下一步</el-button> <el-button :disabled="!checked" @click="next()">下一步</el-button>
...@@ -30,7 +28,7 @@ ...@@ -30,7 +28,7 @@
<script> <script>
/* eslint-disable */ /* eslint-disable */
import Cookie from "js-cookie" import Cookie from "js-cookie";
import { setSignShould } from "r/index/signUp"; import { setSignShould } from "r/index/signUp";
import { getCam } from "r/index/login"; import { getCam } from "r/index/login";
export default { export default {
...@@ -73,8 +71,8 @@ export default { ...@@ -73,8 +71,8 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
@import "a/scss/btn"; @import "a/scss/btn";
.btn{ .btn {
padding-bottom: 34px!important; padding-bottom: 34px !important;
} }
.confirm { .confirm {
padding: 0 50px 60px; padding: 0 50px 60px;
...@@ -100,5 +98,19 @@ export default { ...@@ -100,5 +98,19 @@ export default {
text-align: center; text-align: center;
margin-top: 42px; margin-top: 42px;
} }
::v-deep .el-checkbox__inner:hover {
border-color: var(--color);
}
::v-deep .el-checkbox__input.is-checked {
.el-checkbox__inner {
background-color: var(--color);
border-color: var(--color);
}
+ .el-checkbox__label {
color: var(--color);
}
}
} }
</style> </style>
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<!-- {{!this.examine_status == 1}} --> <!-- {{!this.examine_status == 1}} -->
<div v-if="!this.examine_status == 1||!this.examine_status == 2">同学你好,你的报名资料已提交</div> <div v-if="!this.examine_status == 1||!this.examine_status == 2">同学你好,你的报名资料已提交</div>
<div v-if="!this.examine_status == 1||!this.examine_status == 2"> <div v-if="!this.examine_status == 1||!this.examine_status == 2">
请等待工作人员审核,审核结果将于24小时发布,请留意网站。 请等待工作人员审核,审核结果将于24小时发布,请留意网站。
</div> </div>
<div v-if="this.examine_status == 1"> <div v-if="this.examine_status == 1">
同学你好,你的材料已经通过审核,请点击“下一步”完成报名 同学你好,你的材料已经通过审核,请点击“下一步”完成报名
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment