提交 572f65d6 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 42983851
...@@ -31,10 +31,19 @@ ...@@ -31,10 +31,19 @@
<div class="welcome-content"> <div class="welcome-content">
<h1>欢迎您报考迈阿密大学硕士保研项目</h1> <h1>欢迎您报考迈阿密大学硕士保研项目</h1>
<h2>请选择您的入学日期</h2> <h2>请选择您的入学日期</h2>
<div class="welcome-button" @click="handleStart('2023年秋季保研班')">2023年秋季保研班</div> <div class="welcome-button" @click="handleStart('2023 秋季班-技术管理专业 MSMT')">
<div class="welcome-button" @click="handleStart('2024年春季保研班')">2024年春季保研班</div> 2023 秋季班-技术管理专业 MSMT
<div class="welcome-button" @click="handleStart('2024年春季保研班')">2024年春季保研班</div> </div>
<div class="welcome-button" @click="handleStart('2024年春季保研班')">2024年春季保研班</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 class="welcome-button" @click="handleStart">马上开始</div> -->
</div> </div>
</div> </div>
......
...@@ -141,11 +141,23 @@ export default { ...@@ -141,11 +141,23 @@ export default {
certList: [ certList: [
{ {
image_url: 'https://webapp-pub.ezijing.com/project/umiami-plus/project_cert_1.png', 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', 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 { ...@@ -250,7 +262,7 @@ export default {
.cert-list { .cert-list {
display: flex; display: flex;
justify-content: center; justify-content: center;
column-gap: 100px; column-gap: 20px;
background-color: #fff; background-color: #fff;
padding: 30px; padding: 30px;
} }
...@@ -259,12 +271,12 @@ export default { ...@@ -259,12 +271,12 @@ export default {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 360px; width: 200px;
height: 338px; height: 280px;
border: 1px solid #c9c9c9; border: 1px solid #c9c9c9;
border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px;
background-color: #fff; background-color: #fff;
padding: 30px; padding: 10px;
.cert-item-img { .cert-item-img {
flex: 1; flex: 1;
display: flex; display: flex;
...@@ -274,6 +286,7 @@ export default { ...@@ -274,6 +286,7 @@ export default {
p { p {
font-size: 20px; font-size: 20px;
color: #333333; color: #333333;
text-align: center;
} }
} }
} }
...@@ -370,7 +383,9 @@ export default { ...@@ -370,7 +383,9 @@ export default {
.cert-list { .cert-list {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
flex-wrap: wrap;
background-color: #fff; background-color: #fff;
row-gap: 20px;
padding: 0.2rem; padding: 0.2rem;
margin-bottom: 0.4rem; margin-bottom: 0.4rem;
} }
...@@ -379,7 +394,7 @@ export default { ...@@ -379,7 +394,7 @@ export default {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
flex: 0 0 1.25rem; flex: 0 0 1.4rem;
height: 1.18rem; height: 1.18rem;
border: 1px solid #c9c9c9; border: 1px solid #c9c9c9;
border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论