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

update

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