提交 8f2129d7 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 d6e1088b
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<div> <div>
<div class="banner"> <div class="banner">
<img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_1/banner.png" /> <img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_1/banner.png" />
<div class="cover">新商科 · 新工科 · 工业级 · 案例集</div>
</div> </div>
<section class="section"> <section class="section">
<div class="section-inner"> <div class="section-inner">
...@@ -113,9 +114,25 @@ export default { ...@@ -113,9 +114,25 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.banner { .banner {
position: relative;
img { img {
width: 100%; width: 100%;
} }
.cover {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4039);
font-size: 40px;
font-family: Source Han Sans CN-Medium, Source Han Sans CN;
font-weight: 500;
color: #ffffff;
}
} }
.section:nth-child(even) { .section:nth-child(even) {
background-color: #fff; background-color: #fff;
...@@ -138,12 +155,11 @@ export default { ...@@ -138,12 +155,11 @@ export default {
text-align: center; text-align: center;
} }
.section-desc { .section-desc {
font-size: 18px; font-size: 16px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
line-height: 34px; line-height: 34px;
color: #666666; color: #666666;
text-align: center;
} }
.section-pic { .section-pic {
text-align: center; text-align: center;
......
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
<div> <div>
<div class="banner"> <div class="banner">
<img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/banner.png" /> <img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/banner.png" />
<div class="cover">
<p>真场景 · 真环境 · 真项目 · 真案例</p>
<a href="https://saas-lab.ezijing.com" target="_blank">进入系统</a>
</div>
</div> </div>
<section class="section"> <section class="section">
<div class="section-inner"> <div class="section-inner">
...@@ -254,9 +258,38 @@ export default { ...@@ -254,9 +258,38 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.banner { .banner {
position: relative;
img { img {
width: 100%; width: 100%;
} }
.cover {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4039);
font-size: 40px;
font-family: Source Han Sans CN-Medium, Source Han Sans CN;
font-weight: 500;
color: #ffffff;
a {
margin-top: 25px;
width: 112px;
height: 36px;
font-size: 16px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #ffffff;
line-height: 36px;
background: #aa1941;
text-align: center;
}
}
} }
.section:nth-child(even) { .section:nth-child(even) {
background-color: #fff; background-color: #fff;
...@@ -287,7 +320,7 @@ export default { ...@@ -287,7 +320,7 @@ export default {
border-bottom: 1px solid var(--main-color); border-bottom: 1px solid var(--main-color);
} }
.section-desc { .section-desc {
font-size: 18px; font-size: 16px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
line-height: 34px; line-height: 34px;
......
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
<div> <div>
<div class="banner"> <div class="banner">
<img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_1_2/banner.png" /> <img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_1_2/banner.png" />
<div class="cover">
<p>真连接 · 真触达 · 真营销 · 真案例</p>
<a href="https://saas-dml-web.ezijing.com" target="_blank">进入系统</a>
</div>
</div> </div>
<section class="section"> <section class="section">
<div class="section-inner"> <div class="section-inner">
...@@ -250,9 +254,38 @@ export default { ...@@ -250,9 +254,38 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.banner { .banner {
position: relative;
img { img {
width: 100%; width: 100%;
} }
.cover {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4039);
font-size: 40px;
font-family: Source Han Sans CN-Medium, Source Han Sans CN;
font-weight: 500;
color: #ffffff;
a {
margin-top: 25px;
width: 112px;
height: 36px;
font-size: 16px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #ffffff;
line-height: 36px;
background: #aa1941;
text-align: center;
}
}
} }
.section:nth-child(even) { .section:nth-child(even) {
background-color: #fff; background-color: #fff;
...@@ -283,7 +316,7 @@ export default { ...@@ -283,7 +316,7 @@ export default {
border-bottom: 1px solid var(--main-color); border-bottom: 1px solid var(--main-color);
} }
.section-desc { .section-desc {
font-size: 18px; font-size: 16px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
line-height: 34px; line-height: 34px;
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<div> <div>
<div class="banner"> <div class="banner">
<img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_1_3/banner.png" /> <img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_1_3/banner.png" />
<div class="cover">开箱即用 · 内置课程 · 丰富案例 · 灵活教学</div>
</div> </div>
<section class="section"> <section class="section">
<div class="section-inner"> <div class="section-inner">
...@@ -235,9 +236,25 @@ export default { ...@@ -235,9 +236,25 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.banner { .banner {
position: relative;
img { img {
width: 100%; width: 100%;
} }
.cover {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4039);
font-size: 40px;
font-family: Source Han Sans CN-Medium, Source Han Sans CN;
font-weight: 500;
color: #ffffff;
}
} }
.section:nth-child(even) { .section:nth-child(even) {
background-color: #fff; background-color: #fff;
...@@ -268,7 +285,7 @@ export default { ...@@ -268,7 +285,7 @@ export default {
border-bottom: 1px solid var(--main-color); border-bottom: 1px solid var(--main-color);
} }
.section-desc { .section-desc {
font-size: 18px; font-size: 16px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
line-height: 34px; line-height: 34px;
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<div> <div>
<div class="banner"> <div class="banner">
<img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_1_4/banner.png" /> <img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_1_4/banner.png" />
<div class="cover">开箱即用 · 内置课程 · 丰富案例 · 灵活教学</div>
</div> </div>
<section class="section"> <section class="section">
<div class="section-inner"> <div class="section-inner">
...@@ -234,9 +235,25 @@ export default { ...@@ -234,9 +235,25 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.banner { .banner {
position: relative;
img { img {
width: 100%; width: 100%;
} }
.cover {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4039);
font-size: 40px;
font-family: Source Han Sans CN-Medium, Source Han Sans CN;
font-weight: 500;
color: #ffffff;
}
} }
.section:nth-child(even) { .section:nth-child(even) {
background-color: #fff; background-color: #fff;
...@@ -267,7 +284,7 @@ export default { ...@@ -267,7 +284,7 @@ export default {
border-bottom: 1px solid var(--main-color); border-bottom: 1px solid var(--main-color);
} }
.section-desc { .section-desc {
font-size: 18px; font-size: 16px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
line-height: 34px; line-height: 34px;
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<div> <div>
<div class="banner"> <div class="banner">
<img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_2/banner.png" /> <img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_2/banner.png" />
<div class="cover">专业共建 · 多维赋能 · 成果导向</div>
</div> </div>
<section class="section"> <section class="section">
<div class="section-inner"> <div class="section-inner">
...@@ -68,9 +69,25 @@ export default { ...@@ -68,9 +69,25 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.banner { .banner {
position: relative;
img { img {
width: 100%; width: 100%;
} }
.cover {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4039);
font-size: 40px;
font-family: Source Han Sans CN-Medium, Source Han Sans CN;
font-weight: 500;
color: #ffffff;
}
} }
.section:nth-child(even) { .section:nth-child(even) {
background-color: #f9f8f8; background-color: #f9f8f8;
...@@ -101,7 +118,7 @@ export default { ...@@ -101,7 +118,7 @@ export default {
border-bottom: 1px solid var(--main-color); border-bottom: 1px solid var(--main-color);
} }
.section-desc { .section-desc {
font-size: 18px; font-size: 16px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
line-height: 34px; line-height: 34px;
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<div> <div>
<div class="banner"> <div class="banner">
<img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_3/banner.png" /> <img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_3/banner.png" />
<div class="cover">新专业申请 · 旧专业升级 · 核心课程 · 技能提升</div>
</div> </div>
<!-- <section class="section"> <!-- <section class="section">
<div class="section-inner"> <div class="section-inner">
...@@ -16,7 +17,7 @@ ...@@ -16,7 +17,7 @@
<div class="section-inner"> <div class="section-inner">
<h2 class="section-title">专业数字化改造背景与现状</h2> <h2 class="section-title">专业数字化改造背景与现状</h2>
<div class="section-pic"> <div class="section-pic">
<img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_3/2.png" /> <img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_3/2.png?v=1" />
</div> </div>
</div> </div>
</section> </section>
...@@ -112,9 +113,25 @@ export default { ...@@ -112,9 +113,25 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.banner { .banner {
position: relative;
img { img {
width: 100%; width: 100%;
} }
.cover {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4039);
font-size: 40px;
font-family: Source Han Sans CN-Medium, Source Han Sans CN;
font-weight: 500;
color: #ffffff;
}
} }
.section:nth-child(even) { .section:nth-child(even) {
background-color: #fff; background-color: #fff;
......
...@@ -79,9 +79,25 @@ export default { ...@@ -79,9 +79,25 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.banner { .banner {
position: relative;
img { img {
width: 100%; width: 100%;
} }
.cover {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4039);
font-size: 40px;
font-family: Source Han Sans CN-Medium, Source Han Sans CN;
font-weight: 500;
color: #ffffff;
}
} }
.main { .main {
max-width: 1200px; max-width: 1200px;
......
...@@ -39,9 +39,25 @@ export default { ...@@ -39,9 +39,25 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.banner { .banner {
position: relative;
img { img {
width: 100%; width: 100%;
} }
.cover {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4039);
font-size: 40px;
font-family: Source Han Sans CN-Medium, Source Han Sans CN;
font-weight: 500;
color: #ffffff;
}
} }
.section:nth-child(even) { .section:nth-child(even) {
background-color: #fff; background-color: #fff;
...@@ -72,12 +88,11 @@ export default { ...@@ -72,12 +88,11 @@ export default {
border-bottom: 1px solid var(--main-color); border-bottom: 1px solid var(--main-color);
} }
.section-desc { .section-desc {
font-size: 18px; font-size: 16px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
line-height: 34px; line-height: 34px;
color: #666666; color: #666666;
text-align: center;
} }
.section-pic { .section-pic {
text-align: center; text-align: center;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论