Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
40ac2c7d
提交
40ac2c7d
authored
2月 04, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改样式
上级
0253fb39
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
17 行增加
和
6 行删除
+17
-6
footer.vue
src/components/layout/footer.vue
+5
-4
header.vue
src/components/layout/header.vue
+1
-0
register.vue
src/pages/account/register.vue
+1
-1
studentHelp.vue
src/pages/hall/components/studentHelp.vue
+1
-1
detail.vue
src/pages/news/detail.vue
+9
-0
没有找到文件。
src/components/layout/footer.vue
浏览文件 @
40ac2c7d
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
<div
class=
"app-footer-main"
>
<div
class=
"app-footer-main"
>
<div
class=
"inner"
>
<div
class=
"inner"
>
<div
class=
"left"
>
<div
class=
"left"
>
<
h3>
友情链接
</h3
>
<
!--
<h3>
友情链接
</h3>
--
>
<
!--
<img
src=
"../../assets/img/head/ezijing-logo2.png"
class=
"logo"
/>
--
>
<
img
src=
"http://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/static/ezijing/logo/ezijing-logo-white.svg"
class=
"logo"
/
>
<ul
class=
"menu"
>
<ul
class=
"menu"
>
<li
v-for=
"item in menuList"
:key=
"item.href"
>
<li
v-for=
"item in menuList"
:key=
"item.href"
>
<a
:href=
"item.href"
target=
"_blank"
>
{{
item
.
title
}}
</a>
<a
:href=
"item.href"
target=
"_blank"
>
{{
item
.
title
}}
</a>
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
运营单位:清控紫荆(北京)教育科技股份有限公司
<br
/>
运营单位:清控紫荆(北京)教育科技股份有限公司
<br
/>
联系电话:010-62793909
<br
/>
联系电话:010-62793909
<br
/>
邮箱:service@ezijing.com
<br
/>
邮箱:service@ezijing.com
<br
/>
地址:北京市海淀区中关村东路1号
<br
/>
院清华科技园威盛大厦5层
地址:北京市海淀区中关村东路1号
<br
/>
院清华科技园威盛大厦5层
<!-- 电话:010-62793909
<br
/>
<!-- 电话:010-62793909
<br
/>
E-mail:chinafflg@ezijing.com
<br
/>
-->
E-mail:chinafflg@ezijing.com
<br
/>
-->
<!-- 地址:北京市海淀区中关村东路1号院7号楼5层
<br
/>
-->
<!-- 地址:北京市海淀区中关村东路1号院7号楼5层
<br
/>
-->
...
@@ -67,7 +67,7 @@ export default {
...
@@ -67,7 +67,7 @@ export default {
max-width
:
800px
;
max-width
:
800px
;
margin
:
0
auto
;
margin
:
0
auto
;
.left
{
.left
{
margin-top
:
20px
;
//
margin-top: 20px;
h3
{
h3
{
font-size
:
16px
;
font-size
:
16px
;
color
:
#fff
;
color
:
#fff
;
...
@@ -94,6 +94,7 @@ export default {
...
@@ -94,6 +94,7 @@ export default {
}
}
.right
{
.right
{
display
:
flex
;
display
:
flex
;
padding-top
:
20px
;
}
}
.contact
{
.contact
{
h3
{
h3
{
...
...
src/components/layout/header.vue
浏览文件 @
40ac2c7d
...
@@ -287,6 +287,7 @@ export default {
...
@@ -287,6 +287,7 @@ export default {
line-height
:
44px
;
line-height
:
44px
;
color
:
#fff
;
color
:
#fff
;
background
:
#A81A42
;
background
:
#A81A42
;
font-weight
:
normal
!
important
;
cursor
:
pointer
;
cursor
:
pointer
;
&
:nth-child
(
1
)
{
&
:nth-child
(
1
)
{
border
:
none
;
border
:
none
;
...
...
src/pages/account/register.vue
浏览文件 @
40ac2c7d
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<el-input
type=
"password"
v-model=
"ruleForm.checkPass"
placeholder=
"请输入您的密码"
></el-input>
<el-input
type=
"password"
v-model=
"ruleForm.checkPass"
placeholder=
"请输入您的密码"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
type=
"primary"
@
click=
"submitForm('ruleForm')"
class=
"sub-btn"
>
立即
创建
</el-button>
<el-button
type=
"primary"
@
click=
"submitForm('ruleForm')"
class=
"sub-btn"
>
立即
注册
</el-button>
<!--
<el-button
@
click=
"resetForm('ruleForm')"
>
重置
</el-button>
-->
<!--
<el-button
@
click=
"resetForm('ruleForm')"
>
重置
</el-button>
-->
</el-form-item>
</el-form-item>
</el-form>
</el-form>
...
...
src/pages/hall/components/studentHelp.vue
浏览文件 @
40ac2c7d
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
<div
class=
"icon-box"
>
<div
class=
"icon-box"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/df4fd1064d73a099666f3ba38fe106cd.png"
alt=
""
class=
"icon"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/df4fd1064d73a099666f3ba38fe106cd.png"
alt=
""
class=
"icon"
>
</div>
</div>
<div
class=
"name
mar-10
"
>
考试报名
</div>
<div
class=
"name"
>
考试报名
</div>
</div>
</div>
<div
class=
"border"
></div>
<div
class=
"border"
></div>
<div
class=
"item"
>
<div
class=
"item"
>
...
...
src/pages/news/detail.vue
浏览文件 @
40ac2c7d
...
@@ -3,6 +3,9 @@
...
@@ -3,6 +3,9 @@
<breadcrumb
class=
"content-max-width crumb"
:data=
"crumbData"
/>
<breadcrumb
class=
"content-max-width crumb"
:data=
"crumbData"
/>
<div
class=
"title"
>
{{
data
.
title
}}
</div>
<div
class=
"title"
>
{{
data
.
title
}}
</div>
<div
class=
"content content-max-width"
v-html=
"data.content"
></div>
<div
class=
"content content-max-width"
v-html=
"data.content"
></div>
<div
class=
"pdf content-max-width"
>
<a
target=
"_blank"
:href=
"data.attachment_url"
class=
"name"
>
{{
data
.
attachment_title
}}
</a>
</div>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -74,4 +77,10 @@ export default {
...
@@ -74,4 +77,10 @@ export default {
margin-bottom
:
24px
;
margin-bottom
:
24px
;
}
}
}
}
.pdf
{
padding-bottom
:
30px
;
.name
{
color
:
#0053C6
;
}
}
</
style
>
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论