Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
learn-fdc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
learn-fdc
Commits
58e18ad3
提交
58e18ad3
authored
3月 02, 2022
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
77e12742
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
20 行增加
和
13 行删除
+20
-13
AppContainer.vue
src/components/base/AppContainer.vue
+2
-1
aside.vue
src/components/layout/aside.vue
+2
-0
header.vue
src/components/layout/header.vue
+7
-7
index.vue
src/components/layout/index.vue
+1
-0
Index.vue
src/modules/notice/views/Index.vue
+8
-5
没有找到文件。
src/components/base/AppContainer.vue
浏览文件 @
58e18ad3
...
@@ -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
:
8
px
;
border-radius
:
3
px
;
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
;
...
...
src/components/layout/aside.vue
浏览文件 @
58e18ad3
...
@@ -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
;
...
...
src/components/layout/header.vue
浏览文件 @
58e18ad3
...
@@ -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
{
...
...
src/components/layout/index.vue
浏览文件 @
58e18ad3
...
@@ -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
;
}
}
...
...
src/modules/notice/views/Index.vue
浏览文件 @
58e18ad3
...
@@ -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/p
roject/cert
/notice-img1.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/p
ages/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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论