提交 0344a91a authored 作者: 王鹏飞's avatar 王鹏飞

chore: 3个工作日 -> 10个工作日

上级 8d480ba5
......@@ -29,8 +29,7 @@
<div
class="card-body__btn"
@click="startExam(item)"
v-if="item.status == 100 || item.status == 101 || item.status == 104"
>
v-if="item.status == 100 || item.status == 101 || item.status == 104">
开始考试
</div>
<div class="card-body__btn2" @click="startExam(item)" v-if="item.status == 102">继续考试</div>
......@@ -54,7 +53,7 @@
3、进入考试系统后系统随机抓屏,离开或退出考试页面超过5次后系统将强制交卷<br />
4、题库随机组题,题型为:单选+多选+判断<br />
5、提交试卷后即显示成绩,80分为通过,可获得本年度证书,低于80分则需重学重考<br />
6、考试通过后颁发电子证书, 3个工作日内进入我的证书查看下载
6、考试通过后颁发电子证书, 10个工作日内进入我的证书查看下载
</div>
<span slot="footer" class="dialog-footer">
<el-button :disabled="!isRead" type="primary" @click="goPage">{{ noticeText }}</el-button>
......
......@@ -11,12 +11,14 @@
<el-tooltip :popper-class="`tip${index + 1}`" placement="top" effect="light">
<div slot="content" v-html="item.tips"></div>
<div class="item">
<img :src="item.img">
<div class="text"><span>0{{ index + 1 }} </span>{{ item.title }}</div>
<img :src="item.img" />
<div class="text">
<span>0{{ index + 1 }} </span>{{ item.title }}
</div>
</div>
</el-tooltip>
<div class="line" v-if="index !== applyList.length - 1">
<img src="https://webapp-pub.ezijing.com/project/fd/line.png">
<img src="https://webapp-pub.ezijing.com/project/fd/line.png" />
</div>
</div>
</div>
......@@ -28,7 +30,7 @@
<div class="notice-list">
<div class="notice-list_item" v-for="(item, index) in noticeList" :key="index">
<div class="icon">
<img :src="item.icon" alt="">
<img :src="item.icon" alt="" />
</div>
<div class="text" v-html="item.text"></div>
</div>
......@@ -95,7 +97,7 @@ export default {
},
{
icon: 'https://webapp-pub.ezijing.com/project/fd/notice-text-icon7.png',
text: '<span>证书发放:</span>电子证书,考试通过后3个工作日内进入我的证书查看下载'
text: '<span>证书发放:</span>电子证书,考试通过后10个工作日内进入我的证书查看下载'
}
]
}
......@@ -103,7 +105,7 @@ export default {
}
</script>
<style lang="scss">
.notice-box{
.notice-box {
.notice-title {
font-size: 16px;
line-height: 27px;
......@@ -127,40 +129,40 @@ export default {
color: #898989;
margin-left: 242px;
}
.list-box{
.list-box {
display: flex;
// justify-content: center;
padding-left: 90px;
}
.list{
.list {
display: flex;
.item{
img{
.item {
img {
width: 80px;
display: block;
margin-left: 12px;
}
.text{
.text {
margin-top: 18px;
font-size: 16px;
line-height: 100%;
color: #424242;
span{
span {
font-size: 22px;
color: #A81840;
color: #a81840;
font-weight: bold;
transform: translateY(-5px);
}
}
}
.line{
.line {
padding: 37px 10px;
}
}
}
.notice {
margin-top: 67px;
img{
img {
// margin-left: 20px;
}
.notice__title {
......@@ -170,53 +172,56 @@ export default {
line-height: 100%;
font-weight: bold;
}
.notice__content{
.notice__content {
font-size: 16px;
line-height: 34px;
color: rgba(137, 137, 137, 1);
margin-left: 46px;
font-weight: bold;
span{
span {
color: rgba(102, 102, 102, 1);
font-weight: normal;
}
}
}
}
.tip1,.tip3,.tip5{
.tip1,
.tip3,
.tip5 {
border: 1px solid rgba(169, 31, 59, 1) !important;
.popper__arrow{
.popper__arrow {
border-top-color: rgba(169, 31, 59, 1) !important;
}
}
.tip2,.tip4{
border: 1px solid #092E8F !important;
.popper__arrow{
border-top-color: #092E8F !important;
.tip2,
.tip4 {
border: 1px solid #092e8f !important;
.popper__arrow {
border-top-color: #092e8f !important;
}
}
.notice-list{
.notice-list_item{
.notice-list {
.notice-list_item {
display: flex;
align-items: center;
margin-bottom: 30px;
.icon{
.icon {
width: 20px;
display: flex;
justify-content: center;
margin-left: 20px;
}
img{
img {
// width: 13px;
}
.text{
.text {
margin-left: 10px;
font-size: 16px;
color: rgba(102, 102, 102, 1);
span{
color: rgba(51, 51, 51, 1)
span {
color: rgba(51, 51, 51, 1);
}
i{
i {
color: rgba(9, 46, 143, 1);
font-size: 24px;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论