提交 888aaf5e authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 66fdcf2d
...@@ -87,7 +87,8 @@ export default { ...@@ -87,7 +87,8 @@ export default {
{ {
web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-01.png?v=4', web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-01.png?v=4',
item_desc_tit: '国际名校、权威可靠', item_desc_tit: '国际名校、权威可靠',
item_desc_con: '清控紫荆教育是以清华五道口相关知识产权创设而成,自成立以来与多所国际名校合作且实现课程学分互认,所获文凭均受中国教育部与国际认证,具有很强的国际化办学经验和教学水平。' item_desc_con:
'纽约大学石溪分校国际硕士项目官方授权中国招生与教学中心--清控紫荆教育是由清华控股有限公司2015年以清华大学五道口金融学院相关知识产权创设而成,自成立以来和世界多所国际名校合作,实现与国外著名大学课程和学分互认,具有丰富的国际化办学经验和教学水平。'
}, },
// { // {
// web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-02.png?v=4', // web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-02.png?v=4',
...@@ -98,17 +99,20 @@ export default { ...@@ -98,17 +99,20 @@ export default {
{ {
web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-03.png?v=4', web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-03.png?v=4',
item_desc_tit: '前沿专业、就业广阔', item_desc_tit: '前沿专业、就业广阔',
item_desc_con: '项目提供当前数字经济领域前沿专业,使毕业生具有国际背景和全球化竞争力。此外毕业生享受国家为留学归国人员提供的落户指标、创业支持、购买免税汽车等待遇。' item_desc_con:
'项目提供当前数字经济领域前沿专业,使毕业生具有国际背景和全球化竞争力。此外毕业生享受国家为留学归国人员提供的落户指标、创业支持、购买免税汽车等待遇。'
}, },
{ {
web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-04.png?v=4', web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-04.png?v=4',
item_desc_tit: '省时省费、性价比优', item_desc_tit: '省时省费、性价比优',
item_desc_con: '经过在国内学习一年后,学生只需再在国外学习一年即可获得中国教育部和国际认可的硕士学历学位,既节省时间成本又节约经济花销。' item_desc_con:
'经过在国内学习一年后,学生只需再在国外学习一年即可获得中国教育部和国际认可的硕士学历学位,既节省时间成本又节约经济花销。'
}, },
{ {
web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-05.png?v=4', web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-05.png?v=4',
item_desc_tit: '国际视野、本土实践', item_desc_tit: '国际视野、本土实践',
item_desc_con: '本项目全部采用双语教学、小班授课,帮助学生提前适应美国教学模式;授课师资由清北人资深教授和优秀外教组成,保证国际化同时兼具本土实践,为留学归国工作建立无缝连接。' item_desc_con:
'本项目全部采用双语教学、小班授课,帮助学生提前适应美国教学模式;授课师资由清北人资深教授和优秀外教组成,保证国际化同时兼具本土实践,为留学归国工作建立无缝连接。'
} }
// { // {
// web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-06.png?v=4', // web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-06.png?v=4',
...@@ -317,17 +321,14 @@ export default { ...@@ -317,17 +321,14 @@ export default {
.item_desc { .item_desc {
position: absolute; position: absolute;
left: 0; left: 0;
top: 80px; top: 0;
width: 285px; right: 0;
height: 249px; bottom: 0;
padding: 20px;
// background-color: #ededed; // background-color: #ededed;
opacity: 1; opacity: 1;
display: flex; display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column; flex-direction: column;
padding: 34px 20px 53px;
// transform-origin: bottom;
.item_desc_tit { .item_desc_tit {
font-size: 21px; font-size: 21px;
font-weight: 600; font-weight: 600;
...@@ -335,6 +336,8 @@ export default { ...@@ -335,6 +336,8 @@ export default {
line-height: 36px; line-height: 36px;
width: 100%; width: 100%;
text-align: center; text-align: center;
transform: translateY(100px);
transition: 0.3s;
} }
.item_desc_con { .item_desc_con {
font-size: 16px; font-size: 16px;
...@@ -342,7 +345,7 @@ export default { ...@@ -342,7 +345,7 @@ export default {
color: #fff; color: #fff;
margin-top: 34px; margin-top: 34px;
line-height: 32px; line-height: 32px;
transform: translateY(270px); transform: translateY(290px);
transition: 0.3s; transition: 0.3s;
} }
} }
...@@ -357,8 +360,8 @@ export default { ...@@ -357,8 +360,8 @@ export default {
// background-color: #fff; // background-color: #fff;
.item_desc_tit { .item_desc_tit {
border-bottom: 1px solid #f3f4f4; border-bottom: 1px solid #f3f4f4;
width: 100%;
text-align: left; text-align: left;
transform: translateY(0);
} }
.item_desc_con { .item_desc_con {
transform: translateY(0); transform: translateY(0);
...@@ -513,7 +516,7 @@ export default { ...@@ -513,7 +516,7 @@ export default {
.item_desc { .item_desc {
position: absolute; position: absolute;
left: 0; left: 0;
top: 0.6rem; top: 0;
width: 100%; width: 100%;
height: 2rem; height: 2rem;
// background-color: #ededed; // background-color: #ededed;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论