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

update

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