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

项目站修改

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