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

chore: update

上级 d6e1088b
......@@ -3,6 +3,7 @@
<div>
<div class="banner">
<img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_1/banner.png" />
<div class="cover">新商科 · 新工科 · 工业级 · 案例集</div>
</div>
<section class="section">
<div class="section-inner">
......@@ -113,9 +114,25 @@ export default {
<style lang="scss" scoped>
.banner {
position: relative;
img {
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) {
background-color: #fff;
......@@ -138,12 +155,11 @@ export default {
text-align: center;
}
.section-desc {
font-size: 18px;
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: 34px;
color: #666666;
text-align: center;
}
.section-pic {
text-align: center;
......
......@@ -3,6 +3,10 @@
<div>
<div class="banner">
<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>
<section class="section">
<div class="section-inner">
......@@ -254,9 +258,38 @@ export default {
<style lang="scss" scoped>
.banner {
position: relative;
img {
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) {
background-color: #fff;
......@@ -287,7 +320,7 @@ export default {
border-bottom: 1px solid var(--main-color);
}
.section-desc {
font-size: 18px;
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: 34px;
......
......@@ -3,6 +3,10 @@
<div>
<div class="banner">
<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>
<section class="section">
<div class="section-inner">
......@@ -250,9 +254,38 @@ export default {
<style lang="scss" scoped>
.banner {
position: relative;
img {
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) {
background-color: #fff;
......@@ -283,7 +316,7 @@ export default {
border-bottom: 1px solid var(--main-color);
}
.section-desc {
font-size: 18px;
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: 34px;
......
......@@ -3,6 +3,7 @@
<div>
<div class="banner">
<img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_1_3/banner.png" />
<div class="cover">开箱即用 · 内置课程 · 丰富案例 · 灵活教学</div>
</div>
<section class="section">
<div class="section-inner">
......@@ -235,9 +236,25 @@ export default {
<style lang="scss" scoped>
.banner {
position: relative;
img {
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) {
background-color: #fff;
......@@ -268,7 +285,7 @@ export default {
border-bottom: 1px solid var(--main-color);
}
.section-desc {
font-size: 18px;
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: 34px;
......
......@@ -3,6 +3,7 @@
<div>
<div class="banner">
<img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_1_4/banner.png" />
<div class="cover">开箱即用 · 内置课程 · 丰富案例 · 灵活教学</div>
</div>
<section class="section">
<div class="section-inner">
......@@ -234,9 +235,25 @@ export default {
<style lang="scss" scoped>
.banner {
position: relative;
img {
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) {
background-color: #fff;
......@@ -267,7 +284,7 @@ export default {
border-bottom: 1px solid var(--main-color);
}
.section-desc {
font-size: 18px;
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: 34px;
......
......@@ -3,6 +3,7 @@
<div>
<div class="banner">
<img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_2/banner.png" />
<div class="cover">专业共建 · 多维赋能 · 成果导向</div>
</div>
<section class="section">
<div class="section-inner">
......@@ -68,9 +69,25 @@ export default {
<style lang="scss" scoped>
.banner {
position: relative;
img {
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) {
background-color: #f9f8f8;
......@@ -101,7 +118,7 @@ export default {
border-bottom: 1px solid var(--main-color);
}
.section-desc {
font-size: 18px;
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: 34px;
......
......@@ -3,6 +3,7 @@
<div>
<div class="banner">
<img src="https://webapp-pub.ezijing.com/www/pc/digital/yx_3/banner.png" />
<div class="cover">新专业申请 · 旧专业升级 · 核心课程 · 技能提升</div>
</div>
<!-- <section class="section">
<div class="section-inner">
......@@ -16,7 +17,7 @@
<div class="section-inner">
<h2 class="section-title">专业数字化改造背景与现状</h2>
<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>
</section>
......@@ -112,9 +113,25 @@ export default {
<style lang="scss" scoped>
.banner {
position: relative;
img {
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) {
background-color: #fff;
......
......@@ -79,9 +79,25 @@ export default {
<style lang="scss" scoped>
.banner {
position: relative;
img {
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 {
max-width: 1200px;
......
......@@ -39,9 +39,25 @@ export default {
<style lang="scss" scoped>
.banner {
position: relative;
img {
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) {
background-color: #fff;
......@@ -72,12 +88,11 @@ export default {
border-bottom: 1px solid var(--main-color);
}
.section-desc {
font-size: 18px;
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: 34px;
color: #666666;
text-align: center;
}
.section-pic {
text-align: center;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论