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

chore(报名申请): 修改报名流程,支付提前

上级 04996fa0
......@@ -55,7 +55,7 @@ export default {
{
name: '我要报名',
onClick: () => {
window.open('/my/account')
window.open('/my')
}
}
]
......
......@@ -29,28 +29,28 @@ export default {
},
data: [
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon1.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon1_a.png',
icon: 'https://webapp-pub.ezijing.com/project/marywood/mary_features_icon1.png',
iconActive: 'https://webapp-pub.ezijing.com/project/marywood/mary_features_icon1_a.png',
text: this.$store.state.isMobile ? this.$t('home.project.h5.itemT1') : this.$t('home.project.pc.itemT1')
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon2.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon2_a.png',
icon: 'https://webapp-pub.ezijing.com/project/marywood/mary_features_icon2.png',
iconActive: 'https://webapp-pub.ezijing.com/project/marywood/mary_features_icon2_a.png',
text: this.$store.state.isMobile ? this.$t('home.project.h5.itemT2') : this.$t('home.project.pc.itemT2')
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon3.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon3_a.png',
icon: 'https://webapp-pub.ezijing.com/project/marywood/mary_features_icon3.png',
iconActive: 'https://webapp-pub.ezijing.com/project/marywood/mary_features_icon3_a.png',
text: this.$store.state.isMobile ? this.$t('home.project.h5.itemT3') : this.$t('home.project.pc.itemT3')
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon4.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon4_a.png',
icon: 'https://webapp-pub.ezijing.com/project/marywood/mary_features_icon4.png',
iconActive: 'https://webapp-pub.ezijing.com/project/marywood/mary_features_icon4_a.png',
text: this.$store.state.isMobile ? this.$t('home.project.h5.itemT4') : this.$t('home.project.pc.itemT4')
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon5.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon5_a.png',
icon: 'https://webapp-pub.ezijing.com/project/marywood/mary_features_icon5.png',
iconActive: 'https://webapp-pub.ezijing.com/project/marywood/mary_features_icon5_a.png',
text: this.$store.state.isMobile ? this.$t('home.project.h5.itemT5') : this.$t('home.project.pc.itemT5')
}
]
......
<template>
<div>
<img class="info" v-if="isMobile" src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/rzxx-mary.png">
<img class="info" v-if="isMobile" src="https://webapp-pub.ezijing.com/project/marywood/rzxx-mary.png" />
<div v-else class="info-content-box">
<div class="title">
<div class="line"></div>
......@@ -10,9 +10,9 @@
<ul class="content-mian">
<li v-for="(item, index) in data" :key="index">
<div class="logo">
<img :src="item.img" class="img">
<img :src="item.img" class="img" />
</div>
<img :src="item.text" class="text">
<img :src="item.text" class="text" />
</li>
</ul>
</div>
......@@ -25,24 +25,24 @@ export default {
return {
data: [
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_i1.png',
text: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_t1.png'
img: 'https://webapp-pub.ezijing.com/project/marywood/mary_info_i1.png',
text: 'https://webapp-pub.ezijing.com/project/marywood/mary_info_t1.png'
},
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_i2.png',
text: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_t2.png'
img: 'https://webapp-pub.ezijing.com/project/marywood/mary_info_i2.png',
text: 'https://webapp-pub.ezijing.com/project/marywood/mary_info_t2.png'
},
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_i3.png',
text: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_t3.png'
img: 'https://webapp-pub.ezijing.com/project/marywood/mary_info_i3.png',
text: 'https://webapp-pub.ezijing.com/project/marywood/mary_info_t3.png'
},
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_i4.png',
text: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_t4.png'
img: 'https://webapp-pub.ezijing.com/project/marywood/mary_info_i4.png',
text: 'https://webapp-pub.ezijing.com/project/marywood/mary_info_t4.png'
},
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_i5.png',
text: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_t5.png'
img: 'https://webapp-pub.ezijing.com/project/marywood/mary_info_i5.png',
text: 'https://webapp-pub.ezijing.com/project/marywood/mary_info_t5.png'
}
]
}
......@@ -55,113 +55,112 @@ export default {
}
</script>
<style lang="scss" scoped>
.info{
.info {
width: 100%;
display: block;
}
.info-content-box{
.info-content-box {
min-width: 1200px;
padding-bottom: 150px;
margin-top: 100px;
width: 100%;
background: rgb(163,0,22);
.title{
background: rgb(163, 0, 22);
.title {
width: 996px;
display: flex;
margin: 0 auto;
justify-content: space-between;
align-items: center;
padding: 118px 0 119px;
.line{
.line {
width: 369px;
height: 1px;
background: #FFFFFF;
background: #ffffff;
}
.name{
.name {
font-size: 36px;
font-weight: bold;
line-height: 100%;
color: #FFFFFF;
color: #ffffff;
}
}
.content-mian{
.content-mian {
width: 1014px;
margin: 0 auto;
display: flex;
li{
li {
width: 190px;
height: 229px;
background: #fff;
border-radius: 20px;
margin-left: 16px;
&:nth-child(1){
&:nth-child(1) {
margin-left: 0;
}
&:nth-child(1){
.img{
&:nth-child(1) {
.img {
width: 81px;
height: 66px;
}
.text{
.text {
width: 148px;
height: 69px;
}
}
&:nth-child(2){
.img{
&:nth-child(2) {
.img {
width: 152px;
height: 61px;
}
.text{
.text {
width: 184px;
height: 69px;
}
}
&:nth-child(3){
.img{
&:nth-child(3) {
.img {
width: 79px;
height: 82px;
}
.text{
.text {
width: 172px;
height: 65px;
}
}
&:nth-child(4){
.img{
&:nth-child(4) {
.img {
width: 72px;
height: 91px;
}
.text{
.text {
width: 166px;
height: 69px;
}
}
&:nth-child(5){
.img{
&:nth-child(5) {
.img {
width: 84px;
height: 84px;
}
.text{
.text {
width: 134px;
height: 67px;
}
}
.logo{
.logo {
height: 91px;
display: flex;
align-items: center;
justify-content: center;
padding-top: 22px;
margin-bottom: 27px;
.img{
.img {
display: block;
}
}
.text{
.text {
display: block;
margin: 0 auto;
}
}
}
......
......@@ -2,12 +2,12 @@
<div>
<header class="main-header">
<template v-if="!searchVisible">
<div class="logo-box">
<img @click="goWebsite" src="http://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/static/ezijing/logo/ezijing-logo.svg" />
<nuxt-link to="/" class="logo">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg" />
</nuxt-link>
</div>
<div class="logo-box">
<img @click="goWebsite" src="https://zws-imgs-pub.ezijing.com/static/ezijing/logo/ezijing-logo.svg" />
<nuxt-link to="/" class="logo">
<img src="https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg" />
</nuxt-link>
</div>
<!-- <nuxt-link to="/" class="logo"></nuxt-link> -->
<div class="search" @click="toggleSearch"></div>
<div class="menu" :class="menuClasses" @click="toggleMenu"></div>
......@@ -100,7 +100,7 @@ export default {
cursor: pointer;
display: block;
&:nth-child(1) {
margin-right: .1rem;
margin-right: 0.1rem;
}
}
}
......
......@@ -8,14 +8,14 @@
</nuxt-link> -->
<!-- <nuxt-link to="/">
<div class="logo-box">
<img src="http://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/static/ezijing/logo/ezijing-logo.svg" />
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg" />
<img src="http://zws-imgs-pub.ezijing.com/static/ezijing/logo/ezijing-logo.svg" />
<img src="https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg" />
</div>
</nuxt-link> -->
<div class="logo-box">
<img @click="goWebsite" src="http://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/static/ezijing/logo/ezijing-logo.svg">
<img @click="goWebsite" src="http://zws-imgs-pub.ezijing.com/static/ezijing/logo/ezijing-logo.svg" />
<nuxt-link to="/">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg">
<img src="https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg" />
</nuxt-link>
</div>
<div class="user" v-if="user.id">
......
......@@ -92,7 +92,7 @@ export default {
},
{
name: this.$t('menu.enroll'),
path: '/my/account'
path: '/my'
}
],
time: null
......
<template>
<div class="right_bar">
<ul class="tab_btns">
<a href="/my/account">
<a href="/my">
<li
class="service"
>
......
......@@ -38,7 +38,7 @@ export default {
data: { file_type: 'DIPLOMA_FILING_TABLE' }
},
prepend: `
<p>学信网《教育部学历证书电子注册备案表》[<a href="https://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/pc/sofia/%E6%AF%95%E4%B8%9A%E8%AF%81%E4%B9%A6%E6%B3%A8%E5%86%8C%E5%A4%87%E6%A1%88%E8%A1%A8.pdf" target="_blank" download="毕业证书注册备案表">下载流程表</a>]
<p>学信网《教育部学历证书电子注册备案表》[<a href="https://zws-imgs-pub.ezijing.com/pc/sofia/%E6%AF%95%E4%B8%9A%E8%AF%81%E4%B9%A6%E6%B3%A8%E5%86%8C%E5%A4%87%E6%A1%88%E8%A1%A8.pdf" target="_blank" download="毕业证书注册备案表">下载流程表</a>]
<p>学历在学信网可查的同学,请下载学信网电子注册备案表提交到系统,具体获取流程请</p>
<p>下载附件 上传文件仅限“jpg,jpeg,pdf,png”格式,文件小于10Mb。</p>
`
......
......@@ -26,8 +26,8 @@ export default function(_this) {
callback() {
_this.getApplication()
this.form.options.disabled = true
_this.$router.push({ path: this.$route.path, query: { active: 'application_pay' } })
// _this.$router.push({ path: '/my/interview' })
// _this.$router.push({ path: this.$route.path, query: { active: 'application_pay' } })
_this.$router.push({ path: '/my/interview' })
},
errorCallback() {
_this.completeVisible = true
......
......@@ -11,15 +11,15 @@ export default function(_this) {
info(_this),
// tjx(_this),
// wfzsm(_this),
declare(_this),
{
id: 'application_pay',
title: '缴报名费',
show: false,
visible() {
return _this.visible
}
}
declare(_this)
// {
// id: 'application_pay',
// title: '缴报名费',
// show: false,
// visible() {
// return _this.visible
// }
// }
]
}
}
......@@ -84,7 +84,7 @@ export default function(_this) {
data: { file_type: 'ID_CARD_BACK' },
limit: 1,
accept: 'image/*',
image: 'https://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/pc/cu/id_card_back.png'
image: 'https://zws-imgs-pub.ezijing.com/pc/cu/id_card_back.png'
},
rules: [{ type: 'array', required: true, message: '请上传身份证照片人像面', trigger: 'change' }],
isShow(data) {
......@@ -102,7 +102,7 @@ export default function(_this) {
data: { file_type: 'ID_CARD_FRONT' },
limit: 1,
accept: 'image/*',
image: 'https://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/pc/cu/id_card_front.png'
image: 'https://zws-imgs-pub.ezijing.com/pc/cu/id_card_front.png'
},
rules: [{ type: 'array', required: true, message: '请上传身份证照片国徽面', trigger: 'change' }],
isShow(data) {
......
......@@ -106,7 +106,7 @@ export default function(_this) {
data: { file_type: 'ID_CARD_BACK' },
limit: 1,
accept: 'image/*',
image: 'https://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/pc/cu/id_card_back.png'
image: 'https://zws-imgs-pub.ezijing.com/pc/cu/id_card_back.png'
},
rules: [{ type: 'array', required: true, message: '请上传身份证照片人像面', trigger: 'change' }],
isShow(data) {
......@@ -124,7 +124,7 @@ export default function(_this) {
data: { file_type: 'ID_CARD_FRONT' },
limit: 1,
accept: 'image/*',
image: 'https://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/pc/cu/id_card_front.png'
image: 'https://zws-imgs-pub.ezijing.com/pc/cu/id_card_front.png'
},
rules: [{ type: 'array', required: true, message: '请上传身份证照片国徽面', trigger: 'change' }],
isShow(data) {
......
......@@ -35,7 +35,7 @@ export default function(_this) {
},
prepend: `
<p>第一步:点击下载按键获取无犯罪证明模板</p>
<p><a href="https://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/pc/cu/%E6%97%A0%E7%8A%AF%E7%BD%AA%E8%AE%B0%E5%BD%95%E8%AF%81%E6%98%8E.docx" target="_blank" download>下载模板</a></p>
<p><a href="https://zws-imgs-pub.ezijing.com/pc/cu/%E6%97%A0%E7%8A%AF%E7%BD%AA%E8%AE%B0%E5%BD%95%E8%AF%81%E6%98%8E.docx" target="_blank" download>下载模板</a></p>
<p>第二步:打印文件后填写内容并签字上传至电脑,点击下方按钮上传文件</p>
`
}
......
......@@ -5,6 +5,7 @@
<img src="https://webapp-pub.ezijing.com/project/application/images/my_pay_02.png" height="160" />
</div>
<h1>请使用微信扫描下方二维码</h1>
<h3>该申请费不退,请慎重缴费!</h3>
</div>
<div class="qrcode-error" v-if="qrcodeError">
生成二维码失败请刷新<i class="el-icon-refresh-left" @click="getOrder" title="刷新"></i>
......@@ -68,6 +69,12 @@ export default {
line-height: 1;
text-align: center;
}
h3 {
margin-top: 20px;
font-size: 14px;
color: #999;
text-align: center;
}
}
.qrcode {
padding: 20px 0;
......
......@@ -50,11 +50,8 @@ export default {
beforeCreate() {
document.body.style.background = '#fff'
},
created() {
this.$router.replace('/my/account')
},
beforeMount() {
// this.getApplication()
this.getApplication()
},
destroyed() {
document.body.style = ''
......
......@@ -4,9 +4,9 @@
<qrcode-pay @update="handleUpdateOrder" v-else></qrcode-pay>
<div class="pay-ft">
<p class="t2">
欢迎您申请紫荆-玛丽伍德大学金融方向工商管理硕士(FMBA)<br />
申请流程:①支付报名费②填写报名资料并提供相关材料(身份证扫描件、毕业证书扫描件、2寸照片)③参加面试④获得录取⑤缴纳学费并签署入学协议⑥入学学习(办
理入学手续:提供成绩单、学籍注册等)<br />申请费提交后不予退还
注释:在提交700元申请费后,申请人需上传并提交如下文件。<br />
①填写报名表、②完成推荐信2封、③本科学历学位证书、④中英文成绩单、⑤个人证件照<br />
该申请费不退,请慎重缴费!
</p>
</div>
<el-dialog
......
......@@ -6,8 +6,8 @@
</div>
<h1>欢迎您</h1>
<p class="t1">
申请紫荆-玛丽伍德大学工商管理硕士项目,请在填写以下内容并<br />
提交报名申请后,扫码支付本项目的申请费共计<span>700</span>元。
申请紫荆-玛丽伍德大学工商管理硕士(MBA)项目,请在填写以下内容并<br />
提交报名申请后,扫码支付本项目的申请费共计<span>700</span>元。(该申请费不退,请慎重缴费!)
</p>
</div>
<div class="form">
......
......@@ -71,7 +71,7 @@ export default {
}
],
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_banner_nx4.jpg',
banner: 'https://webapp-pub.ezijing.com/project/marywood/mary_banner_nx4.jpg',
slider: [
{
name: this.$t('menu.courseChild.set'),
......
......@@ -36,27 +36,27 @@ export default {
title: this.$t('teachers.tit1'),
list: [
{
image: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary-tea-t1.png',
image: 'https://webapp-pub.ezijing.com/project/marywood/mary-tea-t1.png',
name: 'Arthur Comstock',
intr: '理海大学博士<br />教授兼系主任'
},
{
image: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary-tea-t2.png',
image: 'https://webapp-pub.ezijing.com/project/marywood/mary-tea-t2.png',
name: 'Chris Speicher',
intr: '天普大学博士<br />副教授'
},
{
image: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary-tea-t3.png',
image: 'https://webapp-pub.ezijing.com/project/marywood/mary-tea-t3.png',
name: 'Kerimcan Ozcan',
intr: '密西根大学博士<br />副教授'
},
{
image: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary-tea-t4.png',
image: 'https://webapp-pub.ezijing.com/project/marywood/mary-tea-t4.png',
name: 'Monica Law',
intr: '宾夕法尼亚州立大学博士<br />副教授'
},
{
image: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary-tea-t5.png',
image: 'https://webapp-pub.ezijing.com/project/marywood/mary-tea-t5.png',
name: 'Uldarico Rex Dumdum',
intr: '纽约州立大学宾汉姆顿分校博士<br />副教授'
}
......@@ -66,22 +66,22 @@ export default {
title: this.$t('teachers.tit2'),
list: [
{
image: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary-tea-t6.png',
image: 'https://webapp-pub.ezijing.com/project/marywood/mary-tea-t6.png',
name: '肇越',
intr: '清华大学五道口金融学院经济学博士<br />香港致富证券首席经济学家'
},
{
image: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary-tea-t7.png',
image: 'https://webapp-pub.ezijing.com/project/marywood/mary-tea-t7.png',
name: '张恩忠',
intr: '美国普渡大学博士<br />中国人民大学市场营销系副教授'
},
{
image: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary-tea-t8.png',
image: 'https://webapp-pub.ezijing.com/project/marywood/mary-tea-t8.png',
name: '冯云霞',
intr: '荷兰马斯特里赫特商学院工商管理博士<br />中国人民大学组织与人力资源系教授'
},
{
image: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary-tea-t9.png',
image: 'https://webapp-pub.ezijing.com/project/marywood/mary-tea-t9.png',
name: '王小华',
intr: '加拿大西安大略大学博士<br />北京师范大学心理学部副教授'
}
......@@ -89,7 +89,7 @@ export default {
}
],
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_banner_nx4.jpg',
banner: 'https://webapp-pub.ezijing.com/project/marywood/mary_banner_nx4.jpg',
slider: [
{
name: this.$t('menu.courseChild.set'),
......@@ -103,8 +103,7 @@ export default {
}
}
},
mounted() {
},
mounted() {},
computed: {
isMobile() {
return this.$store.state.isMobile
......@@ -113,7 +112,7 @@ export default {
}
</script>
<style lang="scss" scoped>
.is-pc{
.is-pc {
.teacher-content-box {
width: 1200px;
margin: 0 auto;
......@@ -161,13 +160,13 @@ export default {
}
}
}
.is-h5{
.is-h5 {
.teacher-content-box {
.content-box {
padding: .3rem .32rem .3rem;
padding: 0.3rem 0.32rem 0.3rem;
.teacher-box {
.title {
font-size: .14rem;
font-size: 0.14rem;
font-weight: bold;
line-height: 100%;
color: #333333;
......@@ -175,12 +174,12 @@ export default {
ul {
display: flex;
flex-wrap: wrap;
padding-top: .15rem;
padding-top: 0.15rem;
li {
width: 1.32rem;
margin-left: .3rem;
margin-bottom: .13rem;
&:nth-child(odd){
margin-left: 0.3rem;
margin-bottom: 0.13rem;
&:nth-child(odd) {
margin-left: 0;
}
img {
......@@ -190,15 +189,15 @@ export default {
.name {
font-size: 0.14rem;
line-height: 100%;
color: #AA1941;
margin-top: .1rem;
margin-bottom: .03rem;
color: #aa1941;
margin-top: 0.1rem;
margin-bottom: 0.03rem;
}
.p {
font-size: 0.1rem;
line-height: 0.13rem;
color: #666666;
margin-top: .03rem;
margin-top: 0.03rem;
}
}
}
......
......@@ -13,15 +13,15 @@ export default {
data() {
return {
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/alumni_banner.jpg',
banner: 'https://webapp-pub.ezijing.com/project/marywood/alumni_banner.jpg',
slider: [
{
name: this.$t('menu.alumniChild.outstanding'),
path: '/alumni/outstanding',
path: '/alumni/outstanding'
},
{
name: this.$t('menu.alumniChild.share'),
path: '/alumni/sharing',
path: '/alumni/sharing'
}
]
}
......
......@@ -40,7 +40,8 @@ export default {
},
{
tit: 'Q:本项目上课形式是怎么样?',
answer: '本项目采用在线学习和线下面授相结合的授课方式。在线学习时,学生可根据自己的时间灵活安排学习,线下面授采用周末或短期集中安排的方式。'
answer:
'本项目采用在线学习和线下面授相结合的授课方式。在线学习时,学生可根据自己的时间灵活安排学习,线下面授采用周末或短期集中安排的方式。'
},
{
tit: 'Q:本项目学制多久?',
......@@ -96,7 +97,7 @@ export default {
}
],
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/apply_banner.jpg',
banner: 'https://webapp-pub.ezijing.com/project/marywood/apply_banner.jpg',
slider: [
{
name: this.$t('menu.recruitChild.apply'),
......@@ -122,7 +123,7 @@ export default {
}
</script>
<style lang="scss" scoped>
.is-pc{
.is-pc {
.problem-content-box {
width: 1200px;
margin: 0 auto;
......@@ -159,33 +160,33 @@ export default {
}
}
}
.is-h5{
.is-h5 {
.problem-content-box {
margin: 0 auto;
.content-box {
padding: .25rem .5rem .45rem .44rem;
padding: 0.25rem 0.5rem 0.45rem 0.44rem;
.problem-item-box {
margin-bottom: .4rem;
margin-bottom: 0.4rem;
.title {
font-size: .14rem;
font-size: 0.14rem;
font-weight: bold;
line-height: 100%;
color: #333333;
}
ul {
padding-top: .15rem;
padding-top: 0.15rem;
li {
margin-bottom: .18rem;
margin-bottom: 0.18rem;
.pro-tit {
font-size: .12rem;
font-size: 0.12rem;
font-weight: bold;
line-height: .16rem;
line-height: 0.16rem;
color: #666666;
border-bottom: 1px solid #e6e6e6;
}
.answer {
font-size: .12rem;
line-height: .16rem;
font-size: 0.12rem;
line-height: 0.16rem;
color: #424242;
}
}
......
......@@ -9,7 +9,7 @@
<!-- <div class="title mar-t55">{{ $t('apply.con2Tit') }}</div> -->
<!-- <div class="con-txt" v-html="$t('apply.con2Txt')"></div> -->
</div>
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/apply-img-x.png" alt="" />
<img src="https://webapp-pub.ezijing.com/project/marywood/apply-img-x.png" alt="" />
</div>
</div>
</app-frame>
......@@ -26,7 +26,7 @@ export default {
return {
newsList: [],
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/apply_banner.jpg',
banner: 'https://webapp-pub.ezijing.com/project/marywood/apply_banner.jpg',
slider: [
{
name: this.$t('menu.recruitChild.apply'),
......@@ -52,7 +52,7 @@ export default {
}
</script>
<style lang="scss" scoped>
.is-pc{
.is-pc {
.rele-content-box {
.content-box {
img {
......@@ -83,17 +83,17 @@ export default {
}
}
}
.is-h5{
.rele-content-box{
.is-h5 {
.rele-content-box {
background: #fff;
padding: .3rem .2rem;
padding: 0.3rem 0.2rem;
.content-box {
img {
width: 2.5rem;
display: block;
margin-top: .15rem;
margin-top: 0.15rem;
}
padding-bottom: .5rem;
padding-bottom: 0.5rem;
.text-content {
// margin-bottom: .4rem;
.title {
......@@ -102,14 +102,14 @@ export default {
line-height: 100%;
color: #333333;
&.mar-t55 {
margin-top: .25rem;
margin-top: 0.25rem;
}
}
.con-txt {
font-size: 0.12rem;
line-height: 0.24rem;
color: #424242;
padding-top: .14rem;
padding-top: 0.14rem;
}
}
}
......
......@@ -25,7 +25,7 @@ export default {
return {
newsList: [],
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/apply_banner.jpg',
banner: 'https://webapp-pub.ezijing.com/project/marywood/apply_banner.jpg',
slider: [
{
name: this.$t('menu.recruitChild.apply'),
......@@ -51,7 +51,7 @@ export default {
}
</script>
<style lang="scss" scoped>
.is-pc{
.is-pc {
.rele-content-box {
.content-box {
padding-top: 46px;
......@@ -77,27 +77,27 @@ export default {
}
}
}
.is-h5{
.rele-content-box{
.is-h5 {
.rele-content-box {
background: #fff;
padding: .3rem .2rem;
padding: 0.3rem 0.2rem;
.content-box {
.text-content {
padding-left: .4rem;
padding-left: 0.4rem;
.title {
font-size: 0.14rem;
font-weight: bold;
line-height: 100%;
color: #333333;
&.mar-t55 {
margin-top: .25rem;
margin-top: 0.25rem;
}
}
.con-txt {
font-size: 0.12rem;
line-height: 0.24rem;
color: #424242;
padding-top: .14rem;
padding-top: 0.14rem;
}
}
}
......
......@@ -13,7 +13,7 @@ export default {
data() {
return {
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/new_banner.jpg',
banner: 'https://webapp-pub.ezijing.com/project/marywood/new_banner.jpg',
slider: [
{
name: this.$t('menu.newsChild.hot'),
......@@ -45,4 +45,4 @@ export default {
}
}
}
</script>
\ No newline at end of file
</script>
......@@ -13,7 +13,7 @@ export default {
data() {
return {
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/new_banner.jpg',
banner: 'https://webapp-pub.ezijing.com/project/marywood/new_banner.jpg',
slider: [
{
name: this.$t('menu.newsChild.hot'),
......
......@@ -4,23 +4,23 @@
<div class="content-mian" v-if="isMobile">
<tab-content @tabChange="tabChange"></tab-content>
<div class="content-mod1" v-if="showIndex === 0">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley-h5/project-mod1-banner.png" class="main-banner">
<img src="https://webapp-pub.ezijing.com/project/kelley-h5/project-mod1-banner.png" class="main-banner" />
<div class="content-txt">
<div class="tit"></div>
<div class="text">
<div class="p" v-html="$t('bg.con1Txt')"></div>
</div>
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley-h5/project-mod1-img.png" alt="">
<img src="https://webapp-pub.ezijing.com/project/kelley-h5/project-mod1-img.png" alt="" />
</div>
</div>
<div class="content-mod2" v-if="showIndex === 1">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_banner_nx.jpg" class="main-banner">
<img src="https://webapp-pub.ezijing.com/project/marywood/mary_banner_nx.jpg" class="main-banner" />
<div class="content-txt">
<div class="p" v-html="$t('bg.con2Txt')"></div>
</div>
</div>
<div class="content-mod2" v-if="showIndex === 2">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary-new-tabimg.jpg" class="main-banner">
<img src="https://webapp-pub.ezijing.com/project/marywood/mary-new-tabimg.jpg" class="main-banner" />
<div class="content-txt">
<div class="p" v-html="$t('bg.con3Txt')"></div>
</div>
......@@ -43,7 +43,11 @@
</div>
<div class="text" v-html="$t('bg.con1Txt')"></div>
<div class="tags">
<div :class="{ 'tag-item': true, big: (index + 2) % 4 === 0 }" v-for="(item, index) in tags" :key="item.text">
<div
:class="{ 'tag-item': true, big: (index + 2) % 4 === 0 }"
v-for="(item, index) in tags"
:key="item.text"
>
<div class="tag-item-inner">
<p>
<span>{{ item.num }}</span
......@@ -57,13 +61,13 @@
</div>
<div class="kelley" v-if="tabActive === 'kelley'">
<div class="sub-banner">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_banner_nx.jpg" />
<img src="https://webapp-pub.ezijing.com/project/marywood/mary_banner_nx.jpg" />
</div>
<div class="text" v-html="$t('bg.con2Txt')"></div>
</div>
<div class="lhbx" v-if="tabActive === 'lhbx'">
<div class="sub-banner">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary-new-tabimg.jpg" />
<img src="https://webapp-pub.ezijing.com/project/marywood/mary-new-tabimg.jpg" />
</div>
<div class="text" v-html="$t('bg.con3Txt')"></div>
</div>
......@@ -100,7 +104,7 @@ export default {
{ num: 500, unit: this.$t('bg.unit3'), text: this.$t('bg.con1ItemT8') }
],
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_banner_nx3.jpg',
banner: 'https://webapp-pub.ezijing.com/project/marywood/mary_banner_nx3.jpg',
slider: [
{
name: this.$t('menu.projectChild.bg'),
......@@ -131,7 +135,7 @@ export default {
}
</script>
<style lang="scss" scoped>
.is-pc{
.is-pc {
.project-bg-main {
padding: 42px 64px 50px;
.tabs {
......@@ -212,64 +216,64 @@ export default {
}
}
}
::v-deep{
::v-deep {
// .is-h5{
.main-page-content{
background-color: #eee !important;
.main-page-content {
background-color: #eee !important;
// }
}
}
.is-h5{
.content-mian{
padding: 0 .16rem;
.content-mod1{
padding-top: .18rem;
img{
.is-h5 {
.content-mian {
padding: 0 0.16rem;
.content-mod1 {
padding-top: 0.18rem;
img {
width: 100%;
display: block;
}
.content-txt{
.content-txt {
background: #fff;
padding: 0 .16rem .42rem;
margin-bottom: .36rem;
.tit{
padding: 0 0.16rem 0.42rem;
margin-bottom: 0.36rem;
.tit {
font-size: 0.14rem;
font-weight: bold;
line-height: 100%;
color: #333333;
padding-top: .23rem;
padding-bottom: .1rem;
padding-top: 0.23rem;
padding-bottom: 0.1rem;
}
.text{
.p{
.text {
.p {
font-size: 0.12rem;
line-height: 0.24rem;
color: #424242;
}
}
img{
img {
width: 2.59rem;
margin-left: .08rem;
margin-top: .27rem;
margin-left: 0.08rem;
margin-top: 0.27rem;
display: block;
}
}
}
.content-mod2{
margin-top: .18rem;
.content-mod2 {
margin-top: 0.18rem;
background: #fff;
img{
img {
width: 100%;
}
.content-txt{
.content-txt {
background: #fff;
padding: 0 .16rem .42rem;
margin-bottom: .36rem;
.p{
padding: 0 0.16rem 0.42rem;
margin-bottom: 0.36rem;
.p {
font-size: 0.12rem;
line-height: 0.24rem;
color: #424242;
margin-top: .35rem;
margin-top: 0.35rem;
}
}
}
......
<template>
<div :class="isMobile ? 'is-h5' : 'is-pc'">
<div class="certificate">
<app-frame :data="frameParams">
<div class="certificate-main">
<img
class="cert-img"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood-cert-new2.png"
/>
</div>
</app-frame>
<div :class="isMobile ? 'is-h5' : 'is-pc'">
<div class="certificate">
<app-frame :data="frameParams">
<div class="certificate-main">
<img class="cert-img" src="https://webapp-pub.ezijing.com/project/marywood/marywood-cert-new2.png" />
</div>
</app-frame>
</div>
</div>
</div>
</template>
<script>
export default {
......@@ -18,7 +15,7 @@ export default {
data() {
return {
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_banner_nx3.jpg',
banner: 'https://webapp-pub.ezijing.com/project/marywood/mary_banner_nx3.jpg',
slider: [
{
name: this.$t('menu.projectChild.bg'),
......@@ -44,16 +41,16 @@ export default {
}
</script>
<style lang="scss" scoped>
.is-pc{
.cert-img{
.is-pc {
.cert-img {
display: block;
width: 600px;
// height: 291px;
margin: 40px auto;
}
}
.is-h5{
.cert-img{
.is-h5 {
.cert-img {
display: block;
width: 100%;
// height: 291px;
......@@ -79,7 +76,7 @@ export default {
display: inline-block;
width: 22px;
height: 22px;
background: url('https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/project-intro-certificate-icon.png');
background: url('https://webapp-pub.ezijing.com/project/kelley/project-intro-certificate-icon.png');
background-size: 22px 22px;
margin-right: 10px;
vertical-align: middle;
......
......@@ -38,7 +38,7 @@ export default {
}
],
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_banner_nx3.jpg',
banner: 'https://webapp-pub.ezijing.com/project/marywood/mary_banner_nx3.jpg',
slider: [
{
name: this.$t('menu.projectChild.bg'),
......@@ -64,7 +64,7 @@ export default {
}
</script>
<style lang="scss" scoped>
.is-pc{
.is-pc {
.card {
width: 763px;
margin: 0 auto 0;
......@@ -104,43 +104,43 @@ export default {
}
}
}
.is-h5{
.is-h5 {
.card {
background: #fff;
padding: .24rem .15rem .56rem;
padding: 0.24rem 0.15rem 0.56rem;
li {
background: #f9f8f8;
box-shadow: 0 0 0 rgb(0 0 0 / 9%);
margin-bottom: .16rem;
margin-bottom: 0.16rem;
display: flex;
align-items: center;
box-sizing: border-box;
padding: .16rem .14rem .1rem;
padding: 0.16rem 0.14rem 0.1rem;
.left {
img {
width: .72rem;
height: .72rem;
width: 0.72rem;
height: 0.72rem;
display: block;
}
}
.right {
margin-left: .23rem;
margin-left: 0.23rem;
h5 {
font-size: .12rem;
font-size: 0.12rem;
font-weight: 700;
line-height: 100%;
color: #333;
margin-bottom: .16rem;
margin-bottom: 0.16rem;
}
p {
font-size: .1rem;
font-size: 0.1rem;
font-family: Source Han Sans CN;
line-height: 100%;
color: #424242;
margin-bottom: .1rem;
margin-bottom: 0.1rem;
}
}
}
}
}
</style>
\ No newline at end of file
</style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论