Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
e3e15e4f
提交
e3e15e4f
authored
7月 11, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
dfa8ec3b
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
32 行增加
和
12 行删除
+32
-12
ProjectCard.vue
components/ProjectCard.vue
+30
-10
index.vue
pages/internationalDegree/index.vue
+1
-1
index.vue
pages/studyAbroad/index.vue
+1
-1
没有找到文件。
components/ProjectCard.vue
浏览文件 @
e3e15e4f
<
template
>
<
template
>
<AppCard
:title=
"title"
>
<AppCard
:title=
"title"
style=
"margin-top:50px;"
>
<template
#
header-aside
><nuxt-link
:to=
"baseUrl"
v-if=
"baseUrl"
>
查看更多+
</nuxt-link></
template
>
<template
#
header-aside
><nuxt-link
:to=
"baseUrl"
v-if=
"baseUrl"
>
查看更多+
</nuxt-link></
template
>
<div
class=
"project-list"
>
<div
class=
"project-list"
>
<div
class=
"project-item"
v-for=
"(item, index) in list"
:key=
"index"
>
<div
class=
"project-item"
v-for=
"(item, index) in list"
:key=
"index"
>
<AppLink
:data=
"item"
><img
:src=
"item.imgUrl"
/></AppLink>
<!-- <AppLink :data="item"><img :src="item.imgUrl"/></AppLink> -->
<div
class=
"tools"
>
<img
:src=
"item.imgUrl"
/>
<ul
class=
"tools"
>
<li
@
click=
"handleSubmit(item)"
>
我要报名
</li>
<li><AppLink
:data=
"item"
>
了解详情
</AppLink></li>
</ul>
<!-- <div class="tools">
<el-button type="primary" @click="handleSubmit(item)">我要报名</el-button>
<el-button type="primary" @click="handleSubmit(item)">我要报名</el-button>
<AppLink :data="item" style="margin-left:20px;">
<AppLink :data="item" style="margin-left:20px;">
<el-button plain type="primary">了解详情</el-button>
<el-button plain type="primary">了解详情</el-button>
</AppLink>
</AppLink>
</div>
</div>
-->
</div>
</div>
</div>
</div>
</AppCard>
</AppCard>
...
@@ -44,7 +49,6 @@ export default {
...
@@ -44,7 +49,6 @@ export default {
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
.project-list
{
.project-list
{
padding-bottom
:
70px
;
display
:
grid
;
display
:
grid
;
grid-template-columns
:
repeat
(
3
,
1fr
);
grid-template-columns
:
repeat
(
3
,
1fr
);
row-gap
:
20px
;
row-gap
:
20px
;
...
@@ -62,14 +66,30 @@ export default {
...
@@ -62,14 +66,30 @@ export default {
.tools
{
.tools
{
position
:
relative
;
position
:
relative
;
margin-top
:
-20px
;
margin-top
:
-20px
;
padding
:
2
0
px
0
;
padding
:
2
5
px
0
;
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
border-top
:
1px
dashed
#
dcdcdc
;
border-top
:
1px
dashed
#
e1e1e1
;
z-index
:
1
;
z-index
:
1
;
.el-button
{
width
:
110px
;
li
{
padding
:
10px
0
;
flex
:
1
;
font-size
:
16px
;
font-weight
:
400
;
line-height
:
25px
;
color
:
#bababa
;
text-align
:
center
;
cursor
:
pointer
;
&
:hover
{
font-weight
:
500
;
color
:
#333333
;
}
}
li
:first-child
{
color
:
#a81840
;
}
li
+
li
{
border-left
:
1px
solid
#e1e1e1
;
}
}
}
}
</
style
>
</
style
>
pages/internationalDegree/index.vue
浏览文件 @
e3e15e4f
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
</div>
</div>
<FormSubmit
id=
"form"
ref=
"formSubmit"
></FormSubmit>
<FormSubmit
id=
"form"
ref=
"formSubmit"
></FormSubmit>
<div
class=
"w1200"
>
<div
class=
"w1200"
>
<ProjectCard
title=
"热门专业"
:list=
"projectList"
></ProjectCard>
<div
class=
"why"
>
<div
class=
"why"
>
<h1
class=
"why-title"
>
为什么选择紫荆的国际免联考在线学位课程?
</h1>
<h1
class=
"why-title"
>
为什么选择紫荆的国际免联考在线学位课程?
</h1>
<div
class=
"why-list"
>
<div
class=
"why-list"
>
...
@@ -15,7 +16,6 @@
...
@@ -15,7 +16,6 @@
</div>
</div>
</div>
</div>
</div>
</div>
<ProjectCard
title=
"热门专业"
:list=
"projectList"
></ProjectCard>
<app-card
title=
"常见问题"
>
<app-card
title=
"常见问题"
>
<template
#
header-aside
><nuxt-link
to=
"/internationalDegree/qa"
>
查看更多+
</nuxt-link></
template
>
<template
#
header-aside
><nuxt-link
to=
"/internationalDegree/qa"
>
查看更多+
</nuxt-link></
template
>
<ul
class=
"qa-list"
>
<ul
class=
"qa-list"
>
...
...
pages/studyAbroad/index.vue
浏览文件 @
e3e15e4f
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
</div>
</div>
<FormSubmit
:type=
"2"
id=
"form"
ref=
"formSubmit"
></FormSubmit>
<FormSubmit
:type=
"2"
id=
"form"
ref=
"formSubmit"
></FormSubmit>
<div
class=
"w1200"
>
<div
class=
"w1200"
>
<ProjectCard
title=
"热门专业"
:list=
"projectList"
></ProjectCard>
<div
class=
"why"
>
<div
class=
"why"
>
<h1
class=
"why-title"
>
为什么选择紫荆教育的国际留学课程?
</h1>
<h1
class=
"why-title"
>
为什么选择紫荆教育的国际留学课程?
</h1>
<div
class=
"why-list"
>
<div
class=
"why-list"
>
...
@@ -15,7 +16,6 @@
...
@@ -15,7 +16,6 @@
</div>
</div>
</div>
</div>
</div>
</div>
<ProjectCard
title=
"热门专业"
:list=
"projectList"
></ProjectCard>
<app-card
title=
"常见问题"
>
<app-card
title=
"常见问题"
>
<template
#
header-aside
><nuxt-link
to=
"/studyAbroad/qa"
>
查看更多+
</nuxt-link></
template
>
<template
#
header-aside
><nuxt-link
to=
"/studyAbroad/qa"
>
查看更多+
</nuxt-link></
template
>
<ul
class=
"qa-list"
>
<ul
class=
"qa-list"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论