提交 067762d0 authored 作者: matian's avatar matian

图片地址转化

上级 897b3d27
<template> <template>
<div class="banner-content"> <div class="banner-content">
<img class="img" src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/video.png" alt="" /> <img class="img" src="https://webapp-pub.ezijing.com/project/marywood/video.png" alt="" />
<img <img
class="img1" class="img1"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/video_logo.png" src="https://webapp-pub.ezijing.com/project/marywood/video_logo.png"
alt="" alt=""
@click="open" @click="open"
/> />
<video <video
v-show="isShow" v-show="isShow"
class="video" class="video"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood.mp4" src="https://webapp-pub.ezijing.com/project/marywood/marywood.mp4"
controls="controls" controls="controls"
preload="none" preload="none"
autoplay="autoplay" autoplay="autoplay"
...@@ -30,7 +30,7 @@ export default { ...@@ -30,7 +30,7 @@ export default {
open() { open() {
this.isShow = true this.isShow = true
document.getElementsByClassName('video')[0].src = document.getElementsByClassName('video')[0].src =
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood.mp4' 'https://webapp-pub.ezijing.com/project/marywood/marywood.mp4'
document.getElementsByTagName('body')[0].style.height = '100%' document.getElementsByTagName('body')[0].style.height = '100%'
document.getElementsByTagName('body')[0].style.overflow = 'hidden' document.getElementsByTagName('body')[0].style.overflow = 'hidden'
......
<template> <template>
<div class="main-content"> <div class="main-content">
<img class="img1" src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marwood_senery.png" alt="" /> <img class="img1" src="https://webapp-pub.ezijing.com/project/marywood/marwood_senery.png" alt="" />
<div class="title"> <div class="title">
<div class="line1"></div> <div class="line1"></div>
<div class="name">合作院校</div> <div class="name">合作院校</div>
...@@ -8,17 +8,17 @@ ...@@ -8,17 +8,17 @@
</div> </div>
<div class="part"> <div class="part">
<img <img
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marwood_senery1.png" src="https://webapp-pub.ezijing.com/project/marywood/marwood_senery1.png"
alt="" alt=""
@click="$router.push('/school/school2')" @click="$router.push('/school/school2')"
/> />
<img <img
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marwood_senery2.png" src="https://webapp-pub.ezijing.com/project/marywood/marwood_senery2.png"
alt="" alt=""
@click="$router.push('/school/school1')" @click="$router.push('/school/school1')"
/> />
<img <img
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marwood_senery3.png" src="https://webapp-pub.ezijing.com/project/marywood/marwood_senery3.png"
alt="" alt=""
@click="$router.push('/school/school3')" @click="$router.push('/school/school3')"
/> />
......
...@@ -68,7 +68,7 @@ export default { ...@@ -68,7 +68,7 @@ export default {
itemT6: '回国可留服认证<br />享受学生福利', itemT6: '回国可留服认证<br />享受学生福利',
itemT7: '顶配中外师资<br />权威专家教学', itemT7: '顶配中外师资<br />权威专家教学',
itemT8: '线上线下结合,<br/>授课方式灵活', itemT8: '线上线下结合,<br/>授课方式灵活',
itemT9: '中外联合教研,<br/>官方授权中国教学中心' itemT9: '中外联合教研,<br/>官方授权中国教学中心'
} }
}, },
ranking: { ranking: {
......
<template> <template>
<app-frame :data="frameParams"> <app-frame :data="frameParams">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/academic1.png" alt="" /> <img src="https://webapp-pub.ezijing.com/project/marywood/academic1.png" alt="" />
<div class="main_content"> <div class="main_content">
<el-image :src="url1"> </el-image> <el-image :src="url1"> </el-image>
<el-image :src="url2"> </el-image> <el-image :src="url2"> </el-image>
...@@ -15,9 +15,9 @@ export default { ...@@ -15,9 +15,9 @@ export default {
components: { appFrame }, components: { appFrame },
data() { data() {
return { return {
url1: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/academic21.png', url1: 'https://webapp-pub.ezijing.com/project/marywood/academic21.png',
url2: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/academic31.png', url2: 'https://webapp-pub.ezijing.com/project/marywood/academic31.png',
url3: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/academic4.png', url3: 'https://webapp-pub.ezijing.com/project/marywood/academic4.png',
frameParams: { frameParams: {
slider: [ slider: [
......
...@@ -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;
} }
} }
} }
......
<template> <template>
<app-frame :data="frameParams"> <app-frame :data="frameParams">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/data_banner.png" alt="" /> <img src="https://webapp-pub.ezijing.com/project/marywood/data_banner.png" alt="" />
<div class="dataList"> <div class="dataList">
<!-- <a
href="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/English_Intro.doc"
download="111.pdf"
class="part"
>
<div class="item">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/pdf.png" alt="" />
<p class="doc">招生简章.pdf</p>
<p class="p1">最新更新</p>
<p class="p2">下载</p>
</div>
</a> -->
<a <a
href="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.docx" href="https://webapp-pub.ezijing.com/project/marywood/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.docx"
download="常见问题.docx" download="常见问题.docx"
class="part" class="part"
> >
<div class="item"> <div class="item">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/doc.png" alt="" /> <img src="https://webapp-pub.ezijing.com/project/marywood/doc.png" alt="" />
<p class="doc">常见问题.docx</p> <p class="doc">常见问题.docx</p>
<p class="p1">最新更新</p> <p class="p1">最新更新</p>
<p class="p2">下载</p> <p class="p2">下载</p>
</div> </div>
</a> </a>
<a <a
href="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/%E6%8E%A8%E8%8D%90%E4%BF%A1%E8%A6%81%E6%B1%82.docx" href="https://webapp-pub.ezijing.com/project/marywood/%E6%8E%A8%E8%8D%90%E4%BF%A1%E8%A6%81%E6%B1%82.docx"
download="推荐信要求.docx" download="推荐信要求.docx"
class="part" class="part"
> >
<div class="item"> <div class="item">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/doc.png" alt="" /> <img src="https://webapp-pub.ezijing.com/project/marywood/doc.png" alt="" />
<p class="doc">推荐信要求.docx</p> <p class="doc">推荐信要求.docx</p>
<p class="p1">最新更新</p> <p class="p1">最新更新</p>
<p class="p2">下载</p> <p class="p2">下载</p>
</div> </div>
</a> </a>
<a <a
href="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/%E7%94%B3%E8%AF%B7%E6%9D%90%E6%96%99%E6%B8%85%E5%8D%95.docx" href="https://webapp-pub.ezijing.com/project/marywood/%E7%94%B3%E8%AF%B7%E6%9D%90%E6%96%99%E6%B8%85%E5%8D%95.docx"
download="申请材料清单.docx" download="申请材料清单.docx"
class="part" class="part"
> >
<div class="item"> <div class="item">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/doc.png" alt="" /> <img src="https://webapp-pub.ezijing.com/project/marywood/doc.png" alt="" />
<p class="doc">申请材料清单.docx</p> <p class="doc">申请材料清单.docx</p>
<p class="p1">最新更新</p> <p class="p1">最新更新</p>
<p class="p2">下载</p> <p class="p2">下载</p>
</div> </div>
</a> </a>
<a <a
href="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF.doc" href="https://webapp-pub.ezijing.com/project/marywood/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF.doc"
download="英文简历模板.doc" download="英文简历模板.doc"
class="part" class="part"
> >
<div class="item"> <div class="item">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/doc.png" alt="" /> <img src="https://webapp-pub.ezijing.com/project/marywood/doc.png" alt="" />
<p class="doc">英文简历模板.docx</p> <p class="doc">英文简历模板.docx</p>
<p class="p1">最新更新</p> <p class="p1">最新更新</p>
<p class="p2">下载</p> <p class="p2">下载</p>
......
<template> <template>
<app-frame :data="frameParams"> <app-frame :data="frameParams">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/apply_banner.png" alt="" /> <img src="https://webapp-pub.ezijing.com/project/marywood/apply_banner.png" alt="" />
<!-- <img
style="padding-left:101px;padding-right:49px;margin-top:65px;padding-bottom:109px"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/apply_con.png"
alt=""
/> -->
<div class="content-mian"> <div class="content-mian">
<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"
/> -->
<div class="content-txt"> <div class="content-txt">
<div class="content_tit"> <div class="content_tit">
本科在读或者本科毕业学生<br /> 本科在读或者本科毕业学生<br />
......
<template> <template>
<app-frame :data="frameParams"> <app-frame :data="frameParams">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/sign_banner.png" alt="" /> <img src="https://webapp-pub.ezijing.com/project/marywood/sign_banner.png" alt="" />
<img <img
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/sign_content.png" src="https://webapp-pub.ezijing.com/project/marywood/sign_content.png"
alt="" alt=""
style="padding-left:101px;padding-right:49px;margin-top:65px;padding-bottom:109px" style="padding-left:101px;padding-right:49px;margin-top:65px;padding-bottom:109px"
/> />
......
<template> <template>
<div class="container"> <div class="container">
<div class="banner-content"> <div class="banner-content">
<img class="img" src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/banner1.png" alt="" /> <img class="img" src="https://webapp-pub.ezijing.com/project/marywood/banner1.png" alt="" />
<div class="btn"> <div class="btn">
<el-button class="btn1" @click="$router.push('/project-intro/introduce')">项目介绍</el-button> <el-button class="btn1" @click="$router.push('/project-intro/introduce')">项目介绍</el-button>
<el-button class="btn1" @click="showApplyForm">报名咨询</el-button> <el-button class="btn1" @click="showApplyForm">报名咨询</el-button>
......
...@@ -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.projectChild.bg'), name: this.$t('menu.projectChild.bg'),
......
...@@ -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'),
...@@ -42,4 +42,3 @@ export default { ...@@ -42,4 +42,3 @@ export default {
} }
} }
</script> </script>
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<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 <img
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley-h5/project-mod1-banner.png" src="https://webapp-pub.ezijing.com/project/kelley-h5/project-mod1-banner.png"
class="main-banner" class="main-banner"
/> />
<div class="content-txt"> <div class="content-txt">
...@@ -13,12 +13,12 @@ ...@@ -13,12 +13,12 @@
<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 <img
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_banner_nx.jpg" src="https://webapp-pub.ezijing.com/project/marywood/mary_banner_nx.jpg"
class="main-banner" class="main-banner"
/> />
<div class="content-txt"> <div class="content-txt">
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</div> </div>
<div class="content-mod2" v-if="showIndex === 2"> <div class="content-mod2" v-if="showIndex === 2">
<img <img
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary-new-tabimg.jpg" src="https://webapp-pub.ezijing.com/project/marywood/mary-new-tabimg.jpg"
class="main-banner" class="main-banner"
/> />
<div class="content-txt"> <div class="content-txt">
...@@ -70,13 +70,13 @@ ...@@ -70,13 +70,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>
......
<template> <template>
<app-frame :data="frameParams"> <app-frame :data="frameParams">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/introduce_banner.png" alt="" /> <img src="https://webapp-pub.ezijing.com/project/marywood/introduce_banner.png" alt="" />
<div class="part_content"> <div class="part_content">
<div class="part_item"> <div class="part_item">
紫荆教育联合纽约州立大学石溪分校、斯蒂文斯理工学院、玛丽伍德大学等美国知名院校引进海外优质的人才培养方案,结合自身优势和科研力量共同研发了硕士MBA,business 紫荆教育联合纽约州立大学石溪分校、斯蒂文斯理工学院、玛丽伍德大学等美国知名院校引进海外优质的人才培养方案,结合自身优势和科研力量共同研发了硕士MBA,business
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</div> </div>
<img <img
class="part_img" class="part_img"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/intro_bottom11.png" src="https://webapp-pub.ezijing.com/project/marywood/intro_bottom11.png"
alt="" alt=""
/> />
</div> </div>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<app-frame :data="frameParams"> <app-frame :data="frameParams">
<img <img
style="width:100%;height:100%;" style="width:100%;height:100%;"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/return_banner.png" src="https://webapp-pub.ezijing.com/project/marywood/return_banner.png"
alt="" alt=""
/> />
<div class="com_top"> <div class="com_top">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论