Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
572f65d6
提交
572f65d6
authored
6月 20, 2023
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
42983851
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
35 行增加
和
11 行删除
+35
-11
home.vue
modules/my/account/home.vue
+13
-4
school.vue
pages/about/school.vue
+22
-7
没有找到文件。
modules/my/account/home.vue
浏览文件 @
572f65d6
...
...
@@ -31,10 +31,19 @@
<div
class=
"welcome-content"
>
<h1>
欢迎您报考迈阿密大学硕士保研项目
</h1>
<h2>
请选择您的入学日期
</h2>
<div
class=
"welcome-button"
@
click=
"handleStart('2023年秋季保研班')"
>
2023年秋季保研班
</div>
<div
class=
"welcome-button"
@
click=
"handleStart('2024年春季保研班')"
>
2024年春季保研班
</div>
<div
class=
"welcome-button"
@
click=
"handleStart('2024年春季保研班')"
>
2024年春季保研班
</div>
<div
class=
"welcome-button"
@
click=
"handleStart('2024年春季保研班')"
>
2024年春季保研班
</div>
<div
class=
"welcome-button"
@
click=
"handleStart('2023 秋季班-技术管理专业 MSMT')"
>
2023 秋季班-技术管理专业 MSMT
</div>
<div
class=
"welcome-button"
@
click=
"handleStart('2023 秋季班-软件工程专业 MSSE')"
>
2023 秋季班-软件工程专业 MSSE
</div>
<br
/>
<div
class=
"welcome-button"
@
click=
"handleStart('2024 春季班-技术管理专业 MSMT')"
>
2024 春季班-技术管理专业 MSMT
</div>
<div
class=
"welcome-button"
@
click=
"handleStart('2024 春季班-软件工程专业 MSSE')"
>
2024 春季班-软件工程专业 MSSE
</div>
<!-- <div class="welcome-button" @click="handleStart">马上开始</div> -->
</div>
</div>
...
...
pages/about/school.vue
浏览文件 @
572f65d6
...
...
@@ -141,11 +141,23 @@ export default {
certList
:
[
{
image_url
:
'https://webapp-pub.ezijing.com/project/umiami-plus/project_cert_1.png'
,
title
:
'
国际商学院协
会认证'
title
:
'
美国工程与技术认证委员
会认证'
},
{
image_url
:
'https://webapp-pub.ezijing.com/project/umiami-plus/project_cert_2.png'
,
title
:
'美国高等教育认证委员会认证'
title
:
'国际商学院协会认证'
},
{
image_url
:
'https://webapp-pub.ezijing.com/project/umiami-plus/project_cert_3.png'
,
title
:
'欧洲质量发展认证体系认证'
},
{
image_url
:
'https://webapp-pub.ezijing.com/project/umiami-plus/project_cert_4.png'
,
title
:
'英国工商管理硕士协会'
},
{
image_url
:
'https://webapp-pub.ezijing.com/project/umiami-plus/project_cert_5.png'
,
title
:
'美国大学协会美国高等教育六大核心协会之一'
}
]
}
...
...
@@ -250,7 +262,7 @@ export default {
.cert-list
{
display
:
flex
;
justify-content
:
center
;
column-gap
:
10
0px
;
column-gap
:
2
0px
;
background-color
:
#fff
;
padding
:
30px
;
}
...
...
@@ -259,12 +271,12 @@ export default {
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
width
:
36
0px
;
height
:
338
px
;
width
:
20
0px
;
height
:
280
px
;
border
:
1px
solid
#c9c9c9
;
border-radius
:
4px
4px
4px
4px
;
background-color
:
#fff
;
padding
:
3
0px
;
padding
:
1
0px
;
.cert-item-img
{
flex
:
1
;
display
:
flex
;
...
...
@@ -274,6 +286,7 @@ export default {
p
{
font-size
:
20px
;
color
:
#333333
;
text-align
:
center
;
}
}
}
...
...
@@ -370,7 +383,9 @@ export default {
.cert-list
{
display
:
flex
;
justify-content
:
space-between
;
flex-wrap
:
wrap
;
background-color
:
#fff
;
row-gap
:
20px
;
padding
:
0
.2rem
;
margin-bottom
:
0
.4rem
;
}
...
...
@@ -379,7 +394,7 @@ export default {
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
flex
:
0
0
1
.
25
rem
;
flex
:
0
0
1
.
4
rem
;
height
:
1
.18rem
;
border
:
1px
solid
#c9c9c9
;
border-radius
:
4px
4px
4px
4px
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论