提交 65527287 authored 作者: matian's avatar matian

updates

上级 b039dbd6
......@@ -4,8 +4,7 @@
<div v-swiper:mySwiper1="swiperOption" ref="mySwiper">
<div class="swiper-wrapper">
<div class="swiper-slide" v-for="(item, index) in videoData" :key="index">
<!-- <video :src="item.web_img_uri" /> -->
<video controls>
<video controls :poster="item.img">
<source :src="item.web_img_uri" type="video/mp4" />
</video>
</div>
......@@ -25,24 +24,33 @@ export default {
popupVisible: false,
videoData: [
{
img: 'https://webapp-pub.ezijing.com/project/sbu-plus/video_sbu1.png',
web_img_uri:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/1.%20%E7%9F%B3%E6%BA%AA%E5%A4%A7%E5%AD%A6%E8%AE%A9%E5%AD%A6%E7%94%9F%E6%8B%A5%E6%9C%89%E6%9B%B4%E5%A5%BD%E6%9C%AA%E6%9D%A5.mp4'
'https://webapp-pub.ezijing.com/project/sbu-plus/1.%20%E7%9F%B3%E6%BA%AA%E5%A4%A7%E5%AD%A6%E8%AE%A9%E5%AD%A6%E7%94%9F%E6%8B%A5%E6%9C%89%E6%9B%B4%E5%A5%BD%E6%9C%AA%E6%9D%A5.mp4'
},
{
img: 'https://webapp-pub.ezijing.com/project/sbu-plus/video_sbu2.png',
web_img_uri:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/%E6%A0%A1%E5%9B%AD%E6%8E%A2%E6%AD%A5.mp4'
'https://webapp-pub.ezijing.com/project/sbu-plus/%E6%A0%A1%E5%9B%AD%E6%8E%A2%E6%AD%A5.mp4'
},
{
img: 'https://webapp-pub.ezijing.com/project/sbu-plus/video_sbu3.png',
web_img_uri:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/%E7%A7%91%E7%A0%94%E4%BC%98%E5%8A%BF.mp4'
'https://webapp-pub.ezijing.com/project/sbu-plus/%E7%A7%91%E7%A0%94%E4%BC%98%E5%8A%BF.mp4'
},
{
img: 'https://webapp-pub.ezijing.com/project/sbu-plus/video_sbu4.png',
web_img_uri:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/%E7%9F%B3%E6%BA%AA%E6%95%99%E6%8E%88.mp4'
'https://webapp-pub.ezijing.com/project/sbu-plus/%E7%9F%B3%E6%BA%AA%E6%95%99%E6%8E%88.mp4'
},
{
img: 'https://webapp-pub.ezijing.com/project/sbu-plus/video_sbu5.png',
web_img_uri:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/%E5%90%91%E5%BE%80%E7%9A%84%E7%94%9F%E6%B4%BB.mp4'
'https://webapp-pub.ezijing.com/project/sbu-plus/%E5%90%91%E5%BE%80%E7%9A%84%E7%94%9F%E6%B4%BB.mp4'
}
],
......
......@@ -9,7 +9,7 @@
<div class="title">
纽约州立大学石溪分校金融学硕士保研项目
</div>
<!-- <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>
<!-- <nuxt-link to="/" class="logo"></nuxt-link> -->
......
......@@ -12,7 +12,7 @@
<nuxt-link to="/">
<div class="title">纽约州立大学石溪分校金融学硕士保研项目</div>
</nuxt-link>
<!-- <img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg" /> -->
<!-- <img src="https://webapp-pub.ezijingcom/project/marywood/marywood_logo.svg" /> -->
</div>
<div class="user" v-if="user.id">
......@@ -183,6 +183,8 @@ li {
margin: 0 auto;
}
.head-nav-content {
position: sticky;
top: 0;
height: 72px;
display: flex;
align-items: center;
......
......@@ -71,7 +71,7 @@ export default {
name: '录取流程',
path: '/enroll/process',
children: [
{ name: this.$t('menu.enrollChild.process'), path: '/enroll/process' },
{ name: '录取流程', path: '/enroll/process' },
// { name: this.$t('menu.enrollChild.brochure'), path: '/enroll/brochure' },
{ name: this.$t('menu.enrollChild.apply'), path: '/enroll/apply' }
]
......@@ -83,7 +83,6 @@ export default {
{
name: '高薪就业',
path: '/returnPolicy/salary'
},
{
name: '就业指导',
......@@ -164,9 +163,11 @@ export default {
.nav-item-box {
padding-left: 11px;
display: flex;
li {
position: relative;
margin-right: 40px;
.name {
line-height: 72px;
font-size: 22px;
......
......@@ -4,11 +4,7 @@
<a target="_blank" :href="item.url" v-for="(item, index) in fileList" :key="index">
<div class="item" @click="download($event, item)">
<div class="item_left">
<img
class="item_left_img"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/icon_download.png"
alt=""
/>
<img class="item_left_img" src="https://webapp-pub.ezijing.com/project/sbu-plus/icon_download.png" alt="" />
<div class="item_left_line"></div>
<div class="item_left_doc">{{ item.name }}</div>
</div>
......
......@@ -112,7 +112,7 @@ export default {
],
frameParams: {
slider: [
{ name: this.$t('menu.enrollChild.process'), path: '/enroll/process' },
{ name: '录取流程', path: '/enroll/process' },
// { name: this.$t('menu.enrollChild.brochure'), path: '/enroll/brochure' },
{ name: this.$t('menu.enrollChild.apply'), path: '/enroll/apply' }
]
......
......@@ -85,7 +85,7 @@ export default {
return {
frameParams: {
slider: [
{ name: this.$t('menu.enrollChild.process'), path: '/enroll/process' },
{ name: '录取流程', path: '/enroll/process' },
// { name: this.$t('menu.enrollChild.brochure'), path: '/enroll/brochure' },
{ name: this.$t('menu.enrollChild.apply'), path: '/enroll/apply' }
]
......
......@@ -59,7 +59,7 @@
<!-- <img
class="bottom"
v-else
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/h5/return_con.png"
src="https://webapp-pub.ezijing.com/project/marywood/h5/return_con.png"
/> -->
</app-frame>
</template>
......
<template>
<div :class="isMobile ? 'is-h5' : 'is-pc'">
<div class="banner">
<img
class="img_banner"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/school-intro-banner.png"
/>
<img class="img_banner" src="https://webapp-pub.ezijing.com/project/sbu-plus/school-intro-banner.png" />
<div class="banner_con">
<div class="con_tit">纽约州立大学石溪分校简介</div>
<p class="con_desc">
......@@ -88,31 +85,31 @@ export default {
videoData: [
{
web_img_uri:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/1.%20%E7%9F%B3%E6%BA%AA%E5%A4%A7%E5%AD%A6%E8%AE%A9%E5%AD%A6%E7%94%9F%E6%8B%A5%E6%9C%89%E6%9B%B4%E5%A5%BD%E6%9C%AA%E6%9D%A5.mp4'
'https://webapp-pub.ezijing.com/project/sbu-plus/1.%20%E7%9F%B3%E6%BA%AA%E5%A4%A7%E5%AD%A6%E8%AE%A9%E5%AD%A6%E7%94%9F%E6%8B%A5%E6%9C%89%E6%9B%B4%E5%A5%BD%E6%9C%AA%E6%9D%A5.mp4'
},
{
web_img_uri:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/%E6%A0%A1%E5%9B%AD%E6%8E%A2%E6%AD%A5.mp4'
web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/%E6%A0%A1%E5%9B%AD%E6%8E%A2%E6%AD%A5.mp4'
},
{
web_img_uri:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/%E7%A7%91%E7%A0%94%E4%BC%98%E5%8A%BF.mp4'
web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/%E7%A7%91%E7%A0%94%E4%BC%98%E5%8A%BF.mp4'
},
{
web_img_uri:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/%E7%9F%B3%E6%BA%AA%E6%95%99%E6%8E%88.mp4'
web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/%E7%9F%B3%E6%BA%AA%E6%95%99%E6%8E%88.mp4'
},
{
web_img_uri:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/%E5%90%91%E5%BE%80%E7%9A%84%E7%94%9F%E6%B4%BB.mp4'
'https://webapp-pub.ezijing.com/project/sbu-plus/%E5%90%91%E5%BE%80%E7%9A%84%E7%94%9F%E6%B4%BB.mp4'
}
],
listData: [
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_lg1.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_lg2.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_lg3.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_lg4.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_lg5.png' }
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/school_lg1.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/school_lg2.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/school_lg3.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/school_lg4.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/school_lg5.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/school_lg6.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/school_lg7.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/school_lg8.png' }
],
swiperOption: {
observer: true,
......@@ -148,34 +145,34 @@ export default {
},
teacherList: [
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/school-intro-teacher1.png',
img: 'https://webapp-pub.ezijing.com/project/sbu-plus/school-intro-teacher1.png',
tit: 'Gokhan Torna 副教授',
desc: ['堪萨斯大学博士', '纽约州立大学石溪分校商学院', '金融学系副教授']
},
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/school-intro-teacher2.png',
img: 'https://webapp-pub.ezijing.com/project/sbu-plus/school-intro-teacher2.png',
tit: 'Sandro Brusco 教授',
desc: ['斯坦福大学博士', '纽约州立大学石溪分校商学院', '金融学系教授']
},
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/school-intro-teacher3.png',
img: 'https://webapp-pub.ezijing.com/project/sbu-plus/school-intro-teacher3.png',
tit: 'Michael Bernstein 教授',
desc: ['耶鲁大学博士', '纽约州立大学石溪分校商学院', '金融学系教授']
}
],
alumnusList: [
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/school-intro-academic1.png',
img: 'https://webapp-pub.ezijing.com/project/sbu-plus/school-intro-academic1.png',
tit: '罗伯特·奥曼',
desc: ['诺贝尔经济奖得主']
},
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/school-intro-academic2.png',
img: 'https://webapp-pub.ezijing.com/project/sbu-plus/school-intro-academic2.png',
tit: 'Sandro 约翰·汉尼斯',
desc: ['斯坦福大学校长']
},
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/school-intro-academic3.png',
img: 'https://webapp-pub.ezijing.com/project/sbu-plus/school-intro-academic3.png',
tit: '詹姆斯·西蒙斯',
desc: ['世界上最赚钱的数学家']
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论