Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-fi
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-fi
Commits
8892adbf
提交
8892adbf
authored
10月 29, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
页面修改
上级
76e0072a
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
24 行增加
和
15 行删除
+24
-15
Footer.vue
src/components/layout/Footer.vue
+18
-10
Nav.vue
src/components/layout/Nav.vue
+1
-1
Contact.vue
src/modules/home/components/Contact.vue
+1
-1
ProjectSystem.vue
src/modules/home/components/ProjectSystem.vue
+4
-3
没有找到文件。
src/components/layout/Footer.vue
浏览文件 @
8892adbf
...
...
@@ -6,7 +6,10 @@
<router-link
to=
"/"
class=
"app-footer-logo"
>
<img
src=
"@/assets/images/logo_white.png"
/>
</router-link>
<p><a
href=
"#product"
>
产品体系
</a><a
href=
"#teacher"
>
师资团队
</a><a
href=
"#apply"
>
预约报名
</a></p>
<p>
<a
href=
"#product"
>
产品体系
</a><a
href=
"#teacher"
>
师资团队
</a>
<!--
<a
href=
"#apply"
>
预约报名
</a>
-->
</p>
</div>
<!-- pc -->
<div
class=
"app-footer-link app-footer-link-pc"
>
...
...
@@ -17,15 +20,17 @@
</div>
</div>
<div
class=
"app-footer-contact"
>
<a
href=
"#contact"
><h2>
联系我们
</h2></a>
<dl>
<dt>
地址
</dt>
<dd>
北京市海淀区中关村东路1号院清华科技园7号楼威盛大厦5层
</dd>
</dl>
<dl>
<dt>
邮箱
</dt>
<dd><a
href=
"mailto:service@ezijing.com"
class=
"mail"
>
service@ezijing.com
</a></dd>
</dl>
<!--
<a
href=
"#contact"
><h2>
联系我们
</h2></a>
-->
<div
class=
"contact_con"
>
<dl>
<dt>
地址
</dt>
<dd>
北京市海淀区中关村东路1号院清华科技园7号楼威盛大厦5层
</dd>
</dl>
<dl>
<dt>
邮箱
</dt>
<dd><a
href=
"mailto:service@ezijing.com"
class=
"mail"
>
service@ezijing.com
</a></dd>
</dl>
</div>
</div>
<div
class=
"app-footer-qrcode"
>
<img
src=
"https://webapp-pub.ezijing.com/project_online/fi/qrcode.png"
width=
"120"
/>
...
...
@@ -110,6 +115,9 @@
line-height
:
48px
;
margin-bottom
:
30px
;
}
.contact_con
{
margin-top
:
80px
;
}
dl
{
display
:
flex
;
line-height
:
30px
;
...
...
src/components/layout/Nav.vue
浏览文件 @
8892adbf
...
...
@@ -5,7 +5,7 @@ const navList = [
{
name
:
'首页'
,
path
:
'/'
},
{
name
:
'产品体系'
,
path
:
'/#product'
},
{
name
:
'师资展示'
,
path
:
'/#teacher'
},
{
name
:
'预约报名'
,
path
:
'/#
apply
'
}
{
name
:
'预约报名'
,
path
:
'/#
contact
'
}
]
</
script
>
...
...
src/modules/home/components/Contact.vue
浏览文件 @
8892adbf
...
...
@@ -19,7 +19,7 @@
<div
class=
"part2"
>
<div
class=
"part2_txt txt"
>
标准产品委员会: 13269964629(同微信)
<br
/>
定制专属产品办公室: 010
_
62799539
定制专属产品办公室: 010
-
62799539
</div>
</div>
</div>
...
...
src/modules/home/components/ProjectSystem.vue
浏览文件 @
8892adbf
...
...
@@ -60,7 +60,7 @@ const standardList: Array<{ img: string; tit: string; list: any }> = [
},
{
img
:
'https://webapp-pub.ezijing.com/project_online/fi/tab2_2.png'
,
tit
:
'
高级私人资产分析管理师 / PAAM
'
,
tit
:
'
金融保险董事长总裁班
'
,
list
:
[
{
tit
:
'学员属性'
,
...
...
@@ -90,7 +90,7 @@ const universalList: Array<{ img: string; tit: string; list: any }> = [
},
{
img
:
'https://webapp-pub.ezijing.com/project_online/fi/tab3_2.png'
,
tit
:
'
高级私人资产分析管理师 / PAAM
'
,
tit
:
'
紫荆卓越保险理财规划师养成计划100天
'
,
list
:
[
{
tit
:
'学员属性'
,
...
...
@@ -323,6 +323,7 @@ const universalList: Array<{ img: string; tit: string; list: any }> = [
line-height
:
34px
;
color
:
#aa1941
;
margin-top
:
24px
;
white-space
:
nowrap
;
}
ul
{
margin-top
:
23px
;
...
...
@@ -332,7 +333,7 @@ const universalList: Array<{ img: string; tit: string; list: any }> = [
list-style-type
:
square
;
.desc_tit
{
font-size
:
16px
;
font-weight
:
4
00
;
font-weight
:
5
00
;
line-height
:
34px
;
color
:
#333333
;
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论