提交 7ffb2b5c authored 作者: lihuihui's avatar lihuihui

update

上级 3157996d
......@@ -109,7 +109,7 @@
<div class="h5-title">玛丽伍德大学介绍</div>
<img src="https://webapp-pub.ezijing.com/project/marywood/h5/school-img1.png" />
<div class="h5-title m-t-10">专业介绍</div>
<img src="https://webapp-pub.ezijing.com/project/marywood/h5/school-img2.png" />
<img src="https://webapp-pub.ezijing.com/project/marywood-plus/school-img.png" />
<div class="h5-title m-t-10">院校荣誉</div>
<img src="https://webapp-pub.ezijing.com/project/marywood/h5/school-img3.png" />
<div class="h5-title m-t-10">申请条件</div>
......@@ -128,7 +128,11 @@
<div class="h5-title m-t-10">课程设置</div>
<div class="h5-course-set">
<div class="h5-head">
<div @click="courseTab(0)" :class="!courseSetTab ? 'btn active' : 'btn'" style="margin:0 .42rem 0 .06rem;">
<div
@click="courseTab(0)"
:class="!courseSetTab ? 'btn active' : 'btn'"
style="margin: 0 0.42rem 0 0.06rem"
>
<p>工商管理硕士</p>
<p>Master of Business Administration</p>
</div>
......@@ -137,16 +141,14 @@
<p>M.S. in Management Information Systems</p>
</div>
</div>
<div style="padding: 0.35rem 0.1rem">
<img src="https://webapp-pub.ezijing.com/project/marywood-plus/h5-curriculum1.png" />
<img
src="https://webapp-pub.ezijing.com/project/marywood-plus/h5-curriculum2.png"
style="margin-top: 0.43rem"
/>
</div>
<!-- <div @click="courseTab(0)" :class="!courseSetTab ? 'btn active' : 'btn'">
<p>工商管理硕士</p>
<p>Master of Business Administration</p>
</div>
<div @click="courseTab(1)" :class="courseSetTab ? 'btn active' : 'btn'">
<p>管理信息系统硕士</p>
<p>M.S. in Management Information Systems</p>
</div> -->
<!-- <img src="https://webapp-pub.ezijing.com/project/marywood/h5/school-img7.png" /> -->
<div class="h5-title m-t-10">校园风光</div>
<div class="swiper-content" @mouseenter="swiperStop" @mouseleave="swiperStart">
<div v-swiper:mySwiper="swiperOption2" ref="mySwiper">
......@@ -259,17 +261,17 @@ export default {
</script>
<style lang="scss" scoped>
.is-pc {
.course-set{
.course-set {
background: #fff;
width: 1200px;
margin: 30px auto 0;
.head-tab{
.head-tab {
height: 120px;
border-bottom: 1px solid #BEBEBE;
border-bottom: 1px solid #bebebe;
display: flex;
justify-content: space-evenly;
.btn{
p{
.btn {
p {
font-size: 26px;
font-weight: 400;
color: #959595;
......@@ -280,10 +282,10 @@ export default {
}
padding-top: 60px;
cursor: pointer;
&.active{
border-bottom: 1px solid #AA1941;
p{
color: #AA1941;
&.active {
border-bottom: 1px solid #aa1941;
p {
color: #aa1941;
}
}
}
......@@ -477,26 +479,26 @@ export default {
display: block;
}
}
.h5-course-set{
.h5-course-set {
background: #fff;
.h5-head{
height: .7rem;
border-bottom: 1px solid #BEBEBE;
.h5-head {
height: 0.7rem;
border-bottom: 1px solid #bebebe;
display: flex;
overflow-x: scroll;
.btn{
padding-top: .25rem;
p{
font-size: .13rem;
color:#959595;
.btn {
padding-top: 0.25rem;
p {
font-size: 0.13rem;
color: #959595;
text-align: center;
white-space: nowrap;
}
&.active{
p{
color: #AA1941;
&.active {
p {
color: #aa1941;
}
border-bottom: 1px solid #AA1941;
border-bottom: 1px solid #aa1941;
}
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论