提交 58e18ad3 authored 作者: lihuihui's avatar lihuihui

update

上级 77e12742
......@@ -27,8 +27,9 @@ export default {
height: 100%;
padding: 30px;
background-color: #fff;
border-radius: 8px;
border-radius: 3px;
box-sizing: border-box;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17);
}
.app-container-hd {
display: flex;
......
......@@ -148,6 +148,8 @@ export default {
.app-aside {
width: 200px;
background-color: #fff;
margin-top: 20px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17);
.inner {
position: sticky;
top: 0;
......
......@@ -2,8 +2,8 @@
<div class="app-header">
<div class="title">
<img src="https://webapp-pub.ezijing.com/x-training-new/fd-logo.png" alt="" class="logo">
</div>
<router-link to="/" class="title-text">{{ title }}</router-link>
</div>
<div class="tool">
<el-dropdown>
<div class="user">
......@@ -27,7 +27,7 @@ export default {
// components: { AppSearchBar },
data() {
return {
title: '在线学习及考试系统'
title: ' · 在线学习及考试系统'
}
},
computed: {
......@@ -63,7 +63,7 @@ export default {
position: relative;
.logo{
height: 70%;
margin-right: 30px;
// margin-right: 30px;
display: block;
}
.tool {
......@@ -83,10 +83,10 @@ export default {
font-size: 22px;
font-weight: 600;
color: #222;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
// position: absolute;
// top: 50%;
// left: 50%;
// transform: translate(-50%, -50%);
}
.nav {
......
......@@ -28,6 +28,7 @@ export default {
flex: 1;
display: flex;
.app-main {
// box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17);
flex: 1;
overflow: hidden;
}
......
......@@ -6,12 +6,13 @@
</div> -->
<div class="apply">
<!-- <div class="apply__title">申请流程</div> -->
<img src="https://webapp-pub.ezijing.com/project/cert/notice-img1.png" alt="" />
<div class="apply__tips">(提示:请在个人中心核对姓名信息,需真实准确,与证书保持一致)</div>
<img src="https://webapp-pub.ezijing.com/pages/assa/notice-img1.png" alt="" />
<!-- <div class="apply__tips">(提示:请在个人中心核对姓名信息,需真实准确,与证书保持一致)</div> -->
</div>
<div class="notice">
<div class="notice__title">考试须知</div>
<div class="notice__content">
<img src="https://webapp-pub.ezijing.com/pages/assa/notice-img2.png" alt="" />
<!-- <div class="notice__content">
考试条件:<span>完成所有课程观看,进度均达到100%后即可开启考试</span><br/>
考试时间:<span>60分钟</span><br/>
考试形式:<span>仅限电脑登录,保持网络稳定</span><br/>
......@@ -19,7 +20,7 @@
考试题型:<span>题库随机组题,单选+多选+判断</span><br/>
考试成绩:<span>提交试卷后即显示成绩,80分为通过,可获得本年度证书,低于80分则需重学重考</span><br/>
证书发放:<span>电子证书,考试通过后3个工作日内进入我的证书查看下载</span>
</div>
</div> -->
</div>
</app-container>
</template>
......@@ -42,7 +43,6 @@ export default {}
line-height: 100%;
}
img {
width: 910px;
display: block;
}
.apply__tips {
......@@ -53,6 +53,9 @@ export default {}
}
.notice {
margin-top: 67px;
img{
margin-left: 20px;
}
.notice__title {
font-size: 16px;
color: #424242;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论