提交 bf05aa44 authored 作者: lhh's avatar lhh

项目站修改

上级 242c9a98
......@@ -16,7 +16,7 @@ export default {
<style lang="scss">
.card {
margin: 0.2rem 0.15rem;
// margin: 0.2rem 0.15rem;
}
.card-hd {
display: flex;
......
<template>
<div>
<div class="service-content max-width-center" v-if="!isMobile">
<div class="service-content max-width-center">
<card title="项目简介">
<div class="desc">
<div class="d-flex">
......@@ -48,6 +47,24 @@
</p>
<img src="https://webapp-pub.ezijing.com/project/seg-ppa/home-img4.png" class="desc-img" />
</div>
<div class="ul-n">
<div class="t-li">核心价值</div>
<!-- !! -->
<div class="li">
<img src="https://webapp-pub.ezijing.com/project/seg-ppa/p-js-n1.png" alt="" />
<div class="title">独具影响力的跨界学习平台</div>
</div>
</div>
<div class="ul-n">
<div class="li">
<img src="https://webapp-pub.ezijing.com/project/seg-ppa/p-js-n2.png" alt="" />
<div class="title">构建国际化视野与行业资源</div>
</div>
<div class="li">
<img src="https://webapp-pub.ezijing.com/project/seg-ppa/p-js-n3.png" alt="" />
<div class="title">国际认可的DBA博士学位</div>
</div>
</div>
</div>
<div class="p-banner">
<div class="h">项目使命</div>
......@@ -84,14 +101,6 @@
</div>
</card> -->
</div>
<div class="h5-page" v-else>
{{ isMobile }}
<card title="项目简介">
<img class="img-w100" src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-ppa/h5/h-h5-img1.png" />
.
</card>
</div>
</div>
</template>
<script>
import Card from '@/components/Card'
......@@ -99,11 +108,6 @@ import AppLink from '@/components/Link'
export default {
name: 'projectFeatures',
components: { AppLink, Card },
computed: {
isMobile() {
return this.$store.state.isMobile
}
},
data() {
return {
list: [
......@@ -140,7 +144,7 @@ export default {
text-align: justify;
padding: 28px 0;
p {
font-size: 16px;
font-size: 18px;
color: #666;
line-height: 36px;
}
......@@ -248,10 +252,33 @@ export default {
}
}
}
.h5-page {
.img-w100 {
.ul-n {
display: flex;
margin-top: 40px;
justify-content: space-between;
.li {
width: 580px;
height: 170px;
img {
width: 100%;
display: block;
}
.title {
line-height: 40px;
background-color: #00204e;
text-align: center;
font-size: 20px;
color: #ffffff;
}
}
.t-li {
width: 580px;
line-height: 170px;
background: #00204e;
text-align: center;
font-weight: bold;
font-size: 24px;
color: #ffffff;
}
}
</style>
......@@ -37,7 +37,7 @@
<div class="t-g2">注:每学年校方会组织两次 以上活动,学生每年至少参加一次活动,即可获得学分</div>
</div>
</card>
<card title="前沿创新论坛" style="margin-top: 103px">
<card title="前沿创新论坛" style="margin-top: 103px; margin-bottom: 100px">
<div style="background-color: #fff; padding-bottom: 32px">
<img
class="chart2"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论