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

chore: update

上级 e6b376e6
......@@ -77,5 +77,5 @@ textarea:focus {
}
:root {
--main-color: #faa634;
--main-color: #005596;
}
......@@ -2,7 +2,7 @@
<div class="section-form">
<div class="section-form-inner">
<div class="form-box">
<h2>了解CUW家庭教育硕士</h2>
<h2>报名咨询CUW家庭教育硕士</h2>
<p>填写姓名 + 手机, 点击报名咨询</p>
<el-form :model="ruleForm" :rules="rules" ref="ruleForm">
<el-form-item prop="name">
......@@ -117,7 +117,9 @@ export default {
}
::v-deep .el-button {
margin-top: 20px;
color: #012642;
color: #fff;
background-color: #faa634;
border: 1px solid #faa634;
width: 100%;
height: 40px;
border-radius: 0;
......
......@@ -62,8 +62,8 @@ export default {
<style lang="scss" scoped>
.home-banner {
position: relative;
height: calc(100vh - 40px);
min-height: 660px;
height: calc(100vh - 10px);
min-height: 600px;
}
.banner-swiper {
height: 100%;
......@@ -137,6 +137,9 @@ export default {
transition: all 0.25s ease-in-out;
}
&:hover {
.cover-inner {
background-color: rgba(0, 0, 0, 0.4);
}
img {
transform: scale(1.1);
}
......@@ -146,11 +149,15 @@ export default {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 11;
padding: 0 40px;
padding-bottom: 25%;
padding: 0 30px;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding-bottom: 25%;
}
h1 {
font-size: 36px;
......@@ -161,11 +168,12 @@ export default {
h2 {
margin-top: 16px;
font-size: 26px;
color: #fff;
color: #faa634;
font-weight: 400;
text-align: right;
}
p {
margin-top: 16px;
font-size: 18px;
color: #fff;
line-height: 2;
......
......@@ -52,7 +52,7 @@ export default {}
font-weight: 500;
color: #222222;
line-height: 1;
border-bottom: 3px solid var(--main-color);
border-bottom: 3px solid #faa634;
}
}
p {
......
......@@ -31,12 +31,12 @@ export default {
.layout-register {
.layout-register-header {
padding: 20px 0px;
color: #faa634;
color: #005596;
.border {
width: 100%;
height: 2px;
display: inline-block;
background: #faa634;
background: #005596;
}
}
.layout-register-body {
......
......@@ -21,7 +21,7 @@
</div>
<div class="footer-link">
<h4>
<span>认证查询</span>
<span>排名查询</span>
</h4>
<a
href="https://www.usnews.com/best-colleges/concordia-university-wisconsin-3842/overall-rankings"
......@@ -39,10 +39,10 @@
>2014年GetEducated.com全美在线教育(教学)硕士排名20</a
>
</div>
<div class="footer_logo">
<img src="https://zws-imgs-pub.ezijing.com/pc/base/logo.svg" />
<img src="https://webapp-pub.ezijing.com/project/cuw/cuw_logo_blue.svg" />
</div>
</div>
<div class="footer_logo">
<img src="https://zws-imgs-pub.ezijing.com/pc/base/logo.svg" />
<img src="https://webapp-pub.ezijing.com/project/cuw/cuw_logo_blue.svg" />
</div>
</footer>
<div class="copyright">
......@@ -73,11 +73,10 @@ export default {
.footer {
background-size: cover;
background: #fff url('~@/assets/images/fotbk.png') no-repeat center center;
padding: 80px 0;
.footer-inner {
padding: 80px 0;
margin: 0 auto;
width: 80%;
min-height: 460px;
display: flex;
justify-content: space-between;
box-sizing: border-box;
......@@ -110,7 +109,7 @@ export default {
position: absolute;
bottom: -4px;
height: 3px;
background: #faa634;
background: #005596;
width: 100%;
}
}
......@@ -126,11 +125,15 @@ export default {
}
}
}
.footer_logo {
width: 180px;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.footer_logo {
margin-top: 40px;
display: flex;
align-items: center;
justify-content: center;
img {
width: 200px;
margin: 0 80px;
}
}
}
......
<template>
<header class="header" :class="{ 'is-fixed': fixed, 'is-enter': isEnter && fixed }">
<HeaderNews />
<!-- <HeaderNews /> -->
<div class="header-inner">
<div class="header-main">
<div class="logo">
......@@ -63,11 +63,12 @@ export default {
top: 0;
width: 100%;
z-index: 100;
border-top: 10px solid var(--main-color);
&.is-fixed {
.header-inner {
position: fixed;
top: 40px;
top: 10px;
background-color: rgba(0, 0, 0, 0.4);
}
.nav {
......@@ -118,9 +119,8 @@ export default {
.nav {
flex: 2;
display: flex;
justify-content: flex-end;
justify-content: space-between;
.nav-item {
flex: 1;
text-align: right;
font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
......@@ -129,7 +129,7 @@ export default {
}
a {
&.router-link-active {
color: var(--main-color);
color: #faa634;
}
}
}
......
......@@ -31,7 +31,7 @@ export default {
background: #fff4eeff;
.slide-list-title {
font-weight: 600;
color: #faa634;
color: #005596;
}
}
.slide-list {
......@@ -61,7 +61,7 @@ export default {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
width: 3px;
background: #faa634;
background: #005596;
}
}
}
......
......@@ -23,7 +23,7 @@ export default {
<style lang="scss" scoped>
.contact-banner {
height: calc(100vh - 40px);
height: calc(100vh - 10px);
position: relative;
background: url('~@/assets/images/wm.png') no-repeat center center;
background-size: cover;
......
......@@ -3,9 +3,7 @@
<header class="header">
<div class="inner">
<div class="logo">
<router-link to="/"
><img src="https://zws-imgs-pub.ezijing.com/static/public/2a5dca328ca63abcf1c8496180adc485.png"
/></router-link>
<router-link to="/"><img src="https://webapp-pub.ezijing.com/project/cuw/cuw_logo_blue.svg"/></router-link>
</div>
</div>
</header>
......@@ -151,7 +149,7 @@ export default {
}
}
.nav {
background-color: #faa634;
background-color: #005596;
.title {
font-size: 24px;
font-weight: 600;
......
......@@ -61,7 +61,7 @@
</div>
<div class="project-study-bd">
<div class="project-study-left">
<img src="https://webapp-pub.ezijing.com/project/cuw/project_study.png" width="547px" />
<img src="https://webapp-pub.ezijing.com/project/cuw/project_study.png" width="500px" />
</div>
<div class="project-study-right">
<h3>项目学制</h3>
......@@ -165,25 +165,26 @@ export default {
<style lang="scss" scoped>
.banner {
position: relative;
height: calc(100vh - 40px);
min-height: 660px;
height: calc(100vh - 10px);
min-height: 600px;
background: url(https://webapp-pub.ezijing.com/project/cuw/project_banner.jpg) no-repeat center;
background-size: cover;
.banner-inner {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%);
transform: translate(-50%, -50%);
width: 980px;
margin: 0 auto;
}
h1 {
font-size: 56px;
font-size: 50px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: #ffffff;
line-height: 59px;
line-height: 58px;
letter-spacing: 9px;
text-align: center;
padding: 20px 0;
}
p {
......@@ -220,7 +221,7 @@ export default {
}
.project-forest {
padding: 70px 0;
height: 866px;
height: 760px;
background: url(https://webapp-pub.ezijing.com/project/cuw/project_forest.jpg) no-repeat;
background-size: cover;
box-sizing: border-box;
......@@ -231,7 +232,7 @@ export default {
color: #ffffff;
text-align: center;
span {
color: var(--main-color);
color: #faa634;
}
}
.t0 {
......@@ -254,15 +255,15 @@ export default {
&:hover,
&.is-active {
.circle {
border-color: var(--main-color);
border-color: #faa634;
}
.forest-item-main {
display: block;
}
}
.circle {
width: 180px;
height: 180px;
width: 160px;
height: 160px;
border: 6px solid #0d78c6;
border-radius: 50%;
display: flex;
......@@ -276,7 +277,7 @@ export default {
font-weight: 400;
color: #ffffff;
&::first-letter {
font-size: 70px;
font-size: 50px;
}
}
.t2 {
......@@ -296,8 +297,8 @@ export default {
position: relative;
margin: 0 auto 22px;
width: 0;
height: 190px;
border-left: 1px dashed var(--main-color);
height: 100px;
border-left: 1px dashed #faa634;
&::after {
content: '';
position: absolute;
......@@ -306,13 +307,13 @@ export default {
width: 9px;
height: 9px;
border-radius: 50%;
background-color: var(--main-color);
background-color: #faa634;
transform: translateX(-50%);
}
}
dl {
padding-left: 8px;
border-left: 2px solid var(--main-color);
border-left: 2px solid #faa634;
}
dl + dl {
margin-top: 30px;
......@@ -343,7 +344,7 @@ export default {
justify-content: center;
}
.project-card-item {
width: 270px;
width: 260px;
margin: 0 20px;
&:hover {
.project-card-item-box {
......@@ -354,16 +355,16 @@ export default {
}
}
.project-card-item-header {
width: 230px;
height: 67px;
width: 220px;
height: 60px;
margin: 0 auto;
font-size: 28px;
font-size: 26px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: #ffffff;
line-height: 67px;
line-height: 60px;
text-align: center;
background: url('https://webapp-pub.ezijing.com/project/cuw/proejct_card_bg.png') no-repeat;
background: url('https://webapp-pub.ezijing.com/project/cuw/proejct_card_bg.png') no-repeat center top;
background-size: contain;
}
.project-card-item-box {
......@@ -410,7 +411,7 @@ export default {
}
}
.project-study {
height: 660px;
height: 600px;
background: url(https://webapp-pub.ezijing.com/project/cuw/project_study_bg.jpg) no-repeat center center;
background-size: cover;
.subtitle {
......
......@@ -4,7 +4,7 @@
<qrcode-pay @update="handleUpdateOrder" v-else></qrcode-pay>
<div class="pay-ft">
<p class="t2">注释:在提交600元申请费后,申请人需上传并提交如下文件。</p>
<p class="t2">①填写报名表、②完成推荐信2封、③本科学历学位证书、④中英文成绩单、⑤个人证件照</p>
<p class="t2">①填写报名表、②完成推荐信2封、③本科/专科学历学位证书、④中英文成绩单、⑤个人证件照</p>
<p class="t2">该申请费不退,请慎重缴费!</p>
</div>
<el-dialog
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论