Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
aa925bd8
提交
aa925bd8
authored
8月 25, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
项目优化
上级
075448fc
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
129 行增加
和
180 行删除
+129
-180
mid-2.png
src/assets/images/major-set/mid-2.png
+0
-0
mz.png
src/assets/images/major-set/mz.png
+0
-0
rightAside.vue
src/components/layout/components/rightAside.vue
+18
-19
slider.vue
src/components/layout/components/slider.vue
+2
-2
index.vue
src/components/leavex/index.vue
+66
-101
index.vue
src/pages/homepage/index.vue
+1
-1
index.vue
src/pages/major-set/index.vue
+42
-57
没有找到文件。
src/assets/images/major-set/mid-2.png
查看替换文件 @
075448fc
浏览文件 @
aa925bd8
121.7 KB
|
W:
|
H:
199.7 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/images/major-set/mz.png
查看替换文件 @
075448fc
浏览文件 @
aa925bd8
差异被折叠。
点击展开。
src/components/layout/components/rightAside.vue
浏览文件 @
aa925bd8
...
...
@@ -107,21 +107,20 @@ export default {
phone
:
this
.
formInfo
.
phone
}
return
new
Promise
((
resolve
,
reject
)
=>
{
cAction
.
News
.
postNes
(
params
)
.
then
(
res
=>
{
if
(
res
&&
res
.
status
===
200
&&
res
.
error
===
0
)
{
resolve
({
type
:
'enroll'
,
state
:
'success'
})
}
else
{
reject
({
type
:
'enroll'
,
state
:
'fail'
,
msg
:
res
.
message
||
'报名提交失败'
})
}
})
cAction
.
News
.
postNes
(
params
).
then
(
res
=>
{
if
(
res
&&
res
.
status
===
200
&&
res
.
error
===
0
)
{
resolve
({
type
:
'enroll'
,
state
:
'success'
})
}
else
{
reject
({
type
:
'enroll'
,
state
:
'fail'
,
msg
:
res
.
message
||
'报名提交失败'
})
}
})
})
},
getSendCode
()
{
...
...
@@ -188,7 +187,7 @@ export default {
top
:
50%
;
right
:
10px
;
z-index
:
9999
;
transform
:translateY
(
-50
%
)
;
transform
:
translateY
(
-50%
);
.tab_btns
{
width
:
72px
;
height
:
136px
;
...
...
@@ -288,10 +287,10 @@ export default {
.right_bar
.sendcode
.el-input
{
width
:
170px
;
}
.right_bar
.el-button
{
.right_bar
.el-button
{
background
:
#ff8e1a
;
border
:
#ff8e1a
1px
solid
;
color
:
rgba
(
255
,
255
,
255
,
.9
);
border
:
#ff8e1a
1px
solid
;
color
:
rgba
(
255
,
255
,
255
,
0
.9
);
}
.sendcode
.el-button
{
width
:
94px
;
...
...
src/components/layout/components/slider.vue
浏览文件 @
aa925bd8
...
...
@@ -90,13 +90,13 @@ export default {
}
.slider-banner
{
display
:
flex
;
flex
:
2
;
flex
:
5
;
.tab-item
{
flex
:
1
;
text-align
:
center
;
display
:
inline-flex
;
align-items
:
center
;
justify-content
:
flex-end
;
justify-content
:
center
;
.app-link
{
color
:
#fff
;
&
.router-link-active
.tab-link
{
...
...
src/components/leavex/index.vue
浏览文件 @
aa925bd8
<
template
>
<div
class=
"homepage_message"
:style=
"
{'min-height': leavheight + 'px', backgroundImage:'url(' + imgUrlBg + ')' }"
>
<div
class=
"homepage_message-main"
>
<h3>
<span>
留下您的信息
</span>
</h3>
<h5>
紫荆教育学位顾问为您提供专业的服务
</h5>
<div
class=
"homepage_message_body"
>
<div
class=
"body_img"
>
<img
:src=
"imgUrl"
alt
:style=
"imgUrl.indexOf('mes1') != -1 ? 'width:472px' : ''"
/>
</div>
<div
class=
"body_input"
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
label-width=
"0px"
class=
"demo-ruleForm"
>
<el-form-item
prop=
"name"
>
<el-input
v-model=
"ruleForm.name"
placeholder=
"姓名"
></el-input>
</el-form-item>
<el-form-item
prop=
"phone"
>
<el-input
v-model=
"ruleForm.phone"
placeholder=
"手机"
></el-input>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
:loading=
"isLoading"
@
click=
"submit"
>
提交
</el-button>
</el-form-item>
</el-form>
</div>
<div
class=
"section-form"
>
<div
class=
"section-form-inner"
>
<div
class=
"form-box"
>
<h2>
报名咨询CUW家庭教育硕士
</h2>
<p>
填写姓名 + 手机, 点击报名咨询
</p>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
>
<el-form-item
prop=
"name"
>
<el-input
v-model=
"ruleForm.name"
placeholder=
"姓名"
></el-input>
</el-form-item>
<el-form-item
prop=
"phone"
>
<el-input
v-model=
"ruleForm.phone"
placeholder=
"手机"
></el-input>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
:loading=
"isLoading"
@
click=
"submit"
>
报名咨询
</el-button>
</el-form-item>
</el-form>
</div>
</div>
</div>
...
...
@@ -99,81 +83,62 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.homepage_message
{
width
:
100%
;
.section-form
{
position
:
relative
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
display
:
flex
;
justify-content
:
center
;
.homepage_message-main
{
width
:
80%
;
margin
:
0
auto
;
h3
{
margin-top
:
80px
;
text-align
:
center
;
color
:
rgba
(
255
,
255
,
255
,
1
);
font-size
:
40px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
span
{
display
:
inline-block
;
position
:
relative
;
&
:
:
before
{
content
:
''
;
position
:
absolute
;
bottom
:
-4px
;
height
:
3px
;
background
:
#ffffff
;
width
:
100%
;
}
}
height
:
554px
;
background
:
url(@/assets/images/major-set/mz.png)
no-repeat
center
;
background-repeat
:
no-repeat
;
background-size
:
100%
;
}
.section-form-inner
{
width
:
70%
;
margin
:
0
auto
;
h2
{
font-size
:
26px
;
font-family
:
SourceHanSansCN-Medium
,
SourceHanSansCN
;
font-weight
:
500
;
color
:
#0466a1
;
line-height
:
40px
;
letter-spacing
:
5px
;
text-align
:
center
;
}
p
{
margin-bottom
:
30px
;
font-size
:
20px
;
font-family
:
SourceHanSansCN-Regular
,
SourceHanSansCN
;
font-weight
:
400
;
color
:
#777777
;
line-height
:
30px
;
letter-spacing
:
2px
;
text-align
:
center
;
}
.form-box
{
width
:
400px
;
padding
:
40px
;
background-color
:
#fff
;
margin-top
:
100px
;
.el-input
{
width
:
100%
;
}
h5
{
padding-top
:
24px
;
font-size
:
18px
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
600
;
opacity
:
0
.6
;
color
:
rgba
(
255
,
255
,
255
,
1
);
text-align
:
center
;
::v-deep
.el-input__inner
{
background
:
transparent
;
border
:
0px
;
border-bottom
:
1px
solid
#000
;
border-radius
:
0px
;
padding
:
0px
;
color
:
#333
;
}
.homepage_message_body
{
padding
:
63px
0px
0px
0px
;
display
:
flex
;
::v-deep
.el-button
{
margin-top
:
20px
;
color
:
#fff
;
background-color
:
#faa634
;
border
:
1px
solid
#faa634
;
width
:
100%
;
.body_img
{
flex
:
1
;
padding
:
0px
30px
;
}
.body_input
{
flex
:
1
;
padding
:
0px
30px
;
.demo-ruleForm
{
display
:
flex
;
justify-content
:
space-between
;
flex-direction
:
column
;
height
:
100%
;
}
.el-input
{
max-width
:
324px
;
}
::v-deep
.el-input__inner
{
border
:
0px
;
background
:
transparent
;
border-bottom
:
2px
solid
#fff
;
border-radius
:
0px
;
padding
:
0px
;
color
:
#fff
;
}
::v-deep
.el-button
{
width
:
132px
;
height
:
54px
;
border-radius
:
4px
;
.el-icon-loading
{
color
:
#fff
!
important
;
}
}
}
height
:
40px
;
border-radius
:
0
;
}
}
}
...
...
src/pages/homepage/index.vue
浏览文件 @
aa925bd8
...
...
@@ -505,7 +505,7 @@ export default {
h2
{
margin-top
:
16px
;
font-size
:
26px
;
color
:
#
e27f4d
;
color
:
#
fff
;
font-weight
:
400
;
text-align
:
right
;
}
...
...
src/pages/major-set/index.vue
浏览文件 @
aa925bd8
...
...
@@ -63,11 +63,11 @@
<img
src=
"@/assets/images/major-set/mid-7.png"
alt=
""
/>
</div>
<div
class=
"p3"
>
<div
class=
"txt"
>
《狂喜之后》《踏上心灵幽
静
》作者、正念导师 杰克·康菲尔德
</div>
<div
class=
"txt"
>
《狂喜之后》《踏上心灵幽
径
》作者、正念导师 杰克·康菲尔德
</div>
<img
src=
"@/assets/images/major-set/mid-3.png"
alt=
""
/>
</div>
<div
class=
"p5"
>
<div
class=
"txt"
>
澳门城市大学教授、华南师范大学教授 申荷永
</div>
<div
class=
"txt"
>
澳门城市大学教授、华南师范大学教授
<br
/>
申荷永
</div>
<img
src=
"@/assets/images/major-set/mid-new2.png"
alt=
""
/>
</div>
<!--
<div
class=
"p4"
>
...
...
@@ -132,39 +132,6 @@
</div>
</div>
</vue-lazy-component>
<vue-lazy-component>
<div
class=
"layout_com_page_banner major-kc-sy"
:style=
"
{ 'min-height': 700 + 'px' }">
<div
class=
"sy-body"
>
<div
class=
"sy-banner"
v-for=
"(item, index) in timeList"
:key=
"index"
:class=
"
{ 'blacker-sy': !item.bgShow }"
@mouseenter="outsyStyle(item, index)"
>
<div
class=
"sy-banner-bg sy-banner-header"
>
<img
:src=
"require('@/assets/images/major-set/blxbjh.png')"
/>
<span
class=
"sy-banner-bg-layout"
>
{{
item
.
name
}}
</span>
</div>
<div
class=
"sy-banner-bg sy-banner-main"
>
<img
:src=
"item.img"
/>
<div
class=
"sy-banner-bg-layout"
>
<span
class=
"font-size-18"
>
{{
item
.
title
}}
</span>
<span
class=
"font-size-18"
>
{{
item
.
title1
}}
</span>
<span
class=
"font-size-18"
>
{{
item
.
title2
}}
</span>
<span
class=
"font-size-18"
>
{{
item
.
title3
}}
</span>
<span
class=
"font-size-18"
>
{{
item
.
title4
}}
</span>
<span
class=
"font-size-18"
>
{{
item
.
title5
}}
</span>
</div>
<div
class=
"sy-banner-bg-00"
v-if=
"!item.bgShow"
></div>
</div>
</div>
</div>
<div
class=
"sy-footer"
>
<img
:src=
"require('@/assets/images/major-set/su.png')"
/>
</div>
</div>
</vue-lazy-component>
<vue-lazy-component>
<div
class=
"layout_com_page_banner major-kc-wm"
:style=
"
{ 'min-height': 700 + 'px' }">
<h3>
...
...
@@ -190,18 +157,6 @@
</template>
<div
class=
"swiper-pagination"
slot=
"pagination"
></div>
</swiper>
<!-- <div class="major-kc-wm-list" v-for="(item, index) in wmList" :key="index">
<div class="list-img">
<img :src="item.img" />
</div>
<div class="list-body">
<span class="font-size-18 nowrap title">{{item.title}}</span>
<span class="font-size-14 wm-red zs">{{item.label}}</span>
<template v-for="(sItem, sIndex) in item.main">
<span :key="sIndex+'-'+index" class="font-size-14 mian-txt">{{sItem}}</span>
</template>
</div>
</div> -->
</div>
</div>
</vue-lazy-component>
...
...
@@ -245,6 +200,40 @@
</div>
</div>
</vue-lazy-component>
<vue-lazy-component>
<div
class=
"layout_com_page_banner major-kc-sy"
:style=
"{ 'min-height': 700 + 'px' }"
>
<div
class=
"sy-body"
>
<div
class=
"sy-banner"
v-for=
"(item, index) in timeList"
:key=
"index"
:class=
"{ 'blacker-sy': !item.bgShow }"
@
mouseenter=
"outsyStyle(item, index)"
>
<div
class=
"sy-banner-bg sy-banner-header"
>
<img
:src=
"require('@/assets/images/major-set/blxbjh.png')"
/>
<span
class=
"sy-banner-bg-layout"
>
{{ item.name }}
</span>
</div>
<div
class=
"sy-banner-bg sy-banner-main"
>
<img
:src=
"item.img"
/>
<div
class=
"sy-banner-bg-layout"
>
<span
class=
"font-size-18"
>
{{ item.title }}
</span>
<span
class=
"font-size-18"
>
{{ item.title1 }}
</span>
<span
class=
"font-size-18"
>
{{ item.title2 }}
</span>
<span
class=
"font-size-18"
>
{{ item.title3 }}
</span>
<span
class=
"font-size-18"
>
{{ item.title4 }}
</span>
<span
class=
"font-size-18"
>
{{ item.title5 }}
</span>
</div>
<div
class=
"sy-banner-bg-00"
v-if=
"!item.bgShow"
></div>
</div>
</div>
</div>
<div
class=
"sy-footer"
>
<img
:src=
"require('@/assets/images/major-set/su.png')"
/>
</div>
</div>
</vue-lazy-component>
<!-- <vue-lazy-component>
<swiper ref="mySwiper" :options="swiperOptions">
<swiper-slide>Slide 1</swiper-slide>
...
...
@@ -257,11 +246,7 @@
</vue-lazy-component> -->
<vue-lazy-component>
<div
ref=
"leavex"
>
<leavex
:imgUrl=
"require('@/assets/images/mes1.png')"
:imgUrlBg=
"require('@/assets/images/major-set/mz.png')"
:leavheight=
"heightdy - 60"
/>
<leavex
:imgUrlBg=
"require('@/assets/images/major-set/mz.png')"
:leavheight=
"heightdy - 60"
/>
</div>
</vue-lazy-component>
<vue-lazy-component>
...
...
@@ -1297,13 +1282,13 @@ export default {
.pics
.left
{
display
:
inline-block
;
width
:
15
.9
5
%
;
width
:
15
.9
8
%
;
overflow
:
hidden
;
}
.pics
.right
{
display
:
inline-block
;
width
:
15
.9
5
%
;
width
:
15
.9
8
%
;
overflow
:
hidden
;
}
...
...
@@ -1313,16 +1298,16 @@ export default {
.pics
.mid
{
display
:
inline-block
;
width
:
68
.
1
%
;
width
:
68
.
04
%
;
overflow
:
hidden
;
}
.pics
.mid
.p1
{
width
:
33
.
2
%
;
width
:
33
.
4
%
;
}
.pics
.mid
.p2
{
width
:
66
.
8
%
;
width
:
66
.
6
%
;
}
.pics
.mid
.p3
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论