提交 ddc6d2a5 authored 作者: lhh's avatar lhh

update

上级 00d6958c
......@@ -48,8 +48,8 @@ export default {
title: '领导力与执行模块',
list: [
{
t1: '沟通管理',
t2: 'Communication Management'
t1: '管理沟通',
t2: 'Management Communication'
},
{
t1: '组织行为与领导力',
......@@ -108,7 +108,7 @@ export default {
padding-top: 40px;
}
.card-list {
padding-top: 80px;
padding-top: 50px;
display: flex;
justify-content: center;
.item {
......
......@@ -15,7 +15,7 @@
<el-input v-model="ruleForm.phone" placeholder="手机"></el-input>
</el-form-item>
<el-form-item prop="project_id">
<el-select v-model="ruleForm.project_id" placeholder="请选择">
<el-select v-model="ruleForm.project_id" placeholder="选择您想报名的项目">
<el-option label="数字时代领航人才EMBA" :value="1012"></el-option>
<el-option label="工商管理硕士MBA" :value="1026"></el-option>
</el-select>
......@@ -48,7 +48,7 @@ export default {
name: '',
phone: '',
channel: window.localStorage.getItem('channel_num') || 19960,
project_id: 1012
project_id: ''
},
isLoading: false,
rules: {
......@@ -128,7 +128,7 @@ export default {
padding: 0px;
color: #333;
}
::v-deep .el-select{
::v-deep .el-select {
width: 100%;
}
::v-deep .el-button {
......
<template>
<div class="layout_com_page_banner major-kc-wm" :style="{ 'min-height': 789 + 'px' }">
<div class="layout_com_page_banner major-kc-wm" :style="{ 'min-height': 730 + 'px' }">
<h3 style="padding-top:30px;">
<span v-m>丰富多彩的学生活动</span>
</h3>
......
......@@ -18,10 +18,14 @@
</el-form-item>
<el-form-item prop="project_id" style="margin-bottom: 0">
<el-radio-group v-model="setAccount.project_id">
<!-- <el-radio-group v-model="setAccount.project_id">
<el-radio :label="1012" style="line-height:1.5">领航数字时代EMBA</el-radio>
<el-radio :label="1026" style="line-height:1.5">工商管理硕士MBA</el-radio>
</el-radio-group>
</el-radio-group> -->
<el-select v-model="setAccount.project_id" placeholder="选择您想报名的项目">
<el-option label="数字时代领航人才EMBA" :value="1012"></el-option>
<el-option label="工商管理硕士MBA" :value="1026"></el-option>
</el-select>
</el-form-item>
<el-form-item prop="isRemember" style="margin-bottom: 0px; text-align: left">
......@@ -60,7 +64,7 @@ export default {
data() {
return {
setAccount: {
project_id: 1012
project_id: ''
},
accountRules: {
user: [
......@@ -76,7 +80,8 @@ export default {
message: '请输入密码',
trigger: 'blur'
}
]
],
project_id: [{ required: true, message: '请选择项目', trigger: 'blur' }]
}
}
},
......@@ -111,7 +116,7 @@ export default {
})
})
} else {
this.$message.error('请输入')
// this.$message.error('请输入')
return false
}
})
......@@ -130,4 +135,7 @@ export default {
margin-top: 0;
width: 45%;
}
::v-deep .el-select {
width: 100%;
}
</style>
......@@ -5,7 +5,10 @@
<div class="content">
<div class="title">
<span class="icon"></span>
<p>玛丽伍德大学EMBA、MBA报名申请系统</p>
<p>
玛丽伍德大学<br />
EMBA、MBA报名申请系统
</p>
</div>
<div class="login">
<normal-login>
......
......@@ -2,7 +2,7 @@
<div class="layout_com_page">
<section class="home-banner">
<div class="banner-text">
<p>如果你</p>
<p style="font-weight: bold;">如果你:</p>
<p>想驰骋商企领袖圈,群雄荟萃彰显高层身份</p>
<p>想构建国际化格局,对话中美顶级商学大师</p>
<P>想掌舵数字新纪元,构建高净值商业生态圈</P>
......@@ -55,7 +55,7 @@
<p class="text" style="margin-top: 20px;">
很多学员曾毕业于<span>清华、北大、人大、复旦、北理工、厦大、浙大、杜克、加州伯克利、纽约大学</span>等国内外著名学府。
</p>
<div class="home-student_tab">
<div class="home-student_tab" @mouseover="studentTabStop" @mouseout="studentTabPlay">
<div class="tab-btn">
<div style="margin: 0 auto;width: 950px; display: flex;">
<div :class="studentTabIndex === 0 ? 'active item-btn' : 'item-btn'" @click="studentTabIndex = 0">
......@@ -222,6 +222,7 @@ export default {
},
data() {
return {
studentTabIndexTime: null,
studentTabIndex: 0,
bannerList: [
{
......@@ -313,6 +314,27 @@ export default {
}
]
}
},
mounted() {
this.studentTabSwiper()
},
methods: {
studentTabSwiper() {
clearInterval(this.studentTabIndexTime)
this.studentTabIndexTime = setInterval(() => {
if (this.studentTabIndex === 2) {
this.studentTabIndex = 0
} else {
this.studentTabIndex++
}
}, 3000)
},
studentTabPlay() {
this.studentTabSwiper()
},
studentTabStop() {
clearInterval(this.studentTabIndexTime)
}
}
}
</script>
......@@ -494,7 +516,7 @@ export default {
line-height: 1;
padding-right: 30px;
span {
font-size: 66px;
font-size: 60px;
font-family: 思源黑体 CN Regular;
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论