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

图片地址转化

上级 897b3d27
<template>
<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
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=""
@click="open"
/>
<video
v-show="isShow"
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"
preload="none"
autoplay="autoplay"
......@@ -30,7 +30,7 @@ export default {
open() {
this.isShow = true
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.overflow = 'hidden'
......
<template>
<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="line1"></div>
<div class="name">合作院校</div>
......@@ -8,17 +8,17 @@
</div>
<div class="part">
<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=""
@click="$router.push('/school/school2')"
/>
<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=""
@click="$router.push('/school/school1')"
/>
<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=""
@click="$router.push('/school/school3')"
/>
......
......@@ -68,7 +68,7 @@ export default {
itemT6: '回国可留服认证<br />享受学生福利',
itemT7: '顶配中外师资<br />权威专家教学',
itemT8: '线上线下结合,<br/>授课方式灵活',
itemT9: '中外联合教研,<br/>官方授权中国教学中心'
itemT9: '中外联合教研,<br/>官方授权中国教学中心'
}
},
ranking: {
......
<template>
<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">
<el-image :src="url1"> </el-image>
<el-image :src="url2"> </el-image>
......@@ -15,9 +15,9 @@ export default {
components: { appFrame },
data() {
return {
url1: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/academic21.png',
url2: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/academic31.png',
url3: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/academic4.png',
url1: 'https://webapp-pub.ezijing.com/project/marywood/academic21.png',
url2: 'https://webapp-pub.ezijing.com/project/marywood/academic31.png',
url3: 'https://webapp-pub.ezijing.com/project/marywood/academic4.png',
frameParams: {
slider: [
......
......@@ -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;
}
}
}
......
<template>
<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">
<!-- <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
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"
class="part"
>
<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="p1">最新更新</p>
<p class="p2">下载</p>
</div>
</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"
class="part"
>
<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="p1">最新更新</p>
<p class="p2">下载</p>
</div>
</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"
class="part"
>
<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="p1">最新更新</p>
<p class="p2">下载</p>
</div>
</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"
class="part"
>
<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="p1">最新更新</p>
<p class="p2">下载</p>
......
<template>
<app-frame :data="frameParams">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.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=""
/> -->
<img src="https://webapp-pub.ezijing.com/project/marywood/apply_banner.png" alt="" />
<div class="content-mian">
<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"
/> -->
<div class="content-txt">
<div class="content_tit">
本科在读或者本科毕业学生<br />
......
<template>
<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
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=""
style="padding-left:101px;padding-right:49px;margin-top:65px;padding-bottom:109px"
/>
......
<template>
<div class="container">
<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">
<el-button class="btn1" @click="$router.push('/project-intro/introduce')">项目介绍</el-button>
<el-button class="btn1" @click="showApplyForm">报名咨询</el-button>
......
......@@ -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.projectChild.bg'),
......
......@@ -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'),
......@@ -42,4 +42,3 @@ export default {
}
}
</script>
......@@ -5,7 +5,7 @@
<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"
src="https://webapp-pub.ezijing.com/project/kelley-h5/project-mod1-banner.png"
class="main-banner"
/>
<div class="content-txt">
......@@ -13,12 +13,12 @@
<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"
src="https://webapp-pub.ezijing.com/project/marywood/mary_banner_nx.jpg"
class="main-banner"
/>
<div class="content-txt">
......@@ -27,7 +27,7 @@
</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"
src="https://webapp-pub.ezijing.com/project/marywood/mary-new-tabimg.jpg"
class="main-banner"
/>
<div class="content-txt">
......@@ -70,13 +70,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>
......
<template>
<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_item">
紫荆教育联合纽约州立大学石溪分校、斯蒂文斯理工学院、玛丽伍德大学等美国知名院校引进海外优质的人才培养方案,结合自身优势和科研力量共同研发了硕士MBA,business
......@@ -11,7 +11,7 @@
</div>
<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=""
/>
</div>
......
......@@ -2,7 +2,7 @@
<app-frame :data="frameParams">
<img
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=""
/>
<div class="com_top">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论