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

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

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