Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
32cbbedf
提交
32cbbedf
authored
2月 21, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
项目优化
上级
73ca2b4e
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
116 行增加
和
13 行删除
+116
-13
banners.vue
components/home/banners.vue
+1
-1
projectFeatures.vue
components/home/projectFeatures.vue
+70
-9
schoolSenery.vue
components/home/schoolSenery.vue
+1
-1
academic.vue
pages/academic/academic.vue
+23
-2
apply.vue
pages/enroll/apply.vue
+21
-0
没有找到文件。
components/home/banners.vue
浏览文件 @
32cbbedf
<
template
>
<
template
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
class=
"banner-content"
>
<div
class=
"banner-content"
>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/marywood/
202201301015.jp
g"
/>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/marywood/
banner.pn
g"
/>
<div
class=
"banner_navList"
>
<div
class=
"banner_navList"
>
<div
class=
"banner_nav"
v-for=
"(item, index) in navList"
:key=
"index"
@
click=
"navClick(item)"
>
<div
class=
"banner_nav"
v-for=
"(item, index) in navList"
:key=
"index"
@
click=
"navClick(item)"
>
<div
class=
"nav_top"
>
<div
class=
"nav_top"
>
...
...
components/home/projectFeatures.vue
浏览文件 @
32cbbedf
...
@@ -20,19 +20,29 @@
...
@@ -20,19 +20,29 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"prev-button"
></div>
<div
class=
"prev-button"
v-if=
"!isMobile"
></div>
<div
class=
"next-button"
></div>
<div
class=
"next-button"
v-if=
"!isMobile"
></div>
</div>
</div>
</div>
</div>
</card>
</card>
<div
v-else
>
<div
v-else
>
<ul
class=
"nav-content"
>
<div
class=
"tit"
v-if=
"isMobile"
>
合作院校
</div>
<li
v-for=
"(item, index) in data"
:key=
"index"
>
<img
:src=
"item.icon"
class=
"icon"
/>
<div
class=
"swiperOptions"
@
mouseenter=
"swiperStop"
@
mouseleave=
"swiperStart"
>
<img
v-if=
"!isMobile"
:src=
"item.iconActive"
class=
"icon-active"
/>
<div
v-swiper:mySwiper=
"swiperOption"
ref=
"mySwiper"
>
<div
class=
"text"
v-html=
"item.text"
></div>
<div
class=
"swiper-wrapper"
>
</li>
<div
class=
"swiper-slide"
v-for=
"(item, index) in listData"
:key=
"index"
>
</ul>
<img
:src=
"item.web_img_uri"
/>
<div
class=
"item_desc"
>
<div
class=
"item_desc_tit"
>
{{
item
.
item_desc_tit
}}
</div>
<div
class=
"item_desc_con"
>
{{
item
.
item_desc_con
}}
</div>
</div>
</div>
</div>
<div
class=
"prev-button"
v-if=
"!isMobile"
></div>
<div
class=
"next-button"
v-if=
"!isMobile"
></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -282,6 +292,57 @@ export default {
...
@@ -282,6 +292,57 @@ export default {
}
}
}
}
.is-h5
{
.is-h5
{
.tit
{
font-size
:
0
.14rem
;
font-weight
:
bold
;
line-height
:
0
.28rem
;
color
:
#424242
;
}
.swiperOptions
{
position
:
relative
;
margin-top
:
0
.08rem
;
.swiper-wrapper
{
width
:
100%
;
display
:
flex
;
.swiper-slide
{
width
:
1
.93rem
;
height
:
4rem
;
img
{
width
:
1
.93rem
;
}
.item_desc
{
width
:
1
.93rem
;
height
:
2
.73rem
;
background-color
:
#ededed
;
opacity
:
1
;
display
:
flex
;
justify-content
:
flex-start
;
align-items
:
flex-start
;
flex-direction
:
column
;
padding
:
0
.17rem
0
.18rem
0
0
.17rem
;
.item_desc_tit
{
font-size
:
0
.1rem
;
font-weight
:
400
;
color
:
#333333
;
margin-top
:
0
.17rem
;
}
.item_desc_con
{
font-size
:
0
.08rem
;
font-weight
:
300
;
color
:
#666666
;
margin-top
:
0
.17rem
;
line-height
:
0
.16rem
;
}
}
.item_desc
:hover
{
background-color
:
#fff
;
.item_desc_tit
{
border-bottom
:
1px
solid
#434343
;
}
}
}
}
}
.service-content
{
.service-content
{
padding-left
:
0
.32rem
;
padding-left
:
0
.32rem
;
padding-right
:
0
.32rem
;
padding-right
:
0
.32rem
;
...
...
components/home/schoolSenery.vue
浏览文件 @
32cbbedf
...
@@ -79,7 +79,7 @@ export default {
...
@@ -79,7 +79,7 @@ export default {
.is-h5
{
.is-h5
{
.main-content
{
.main-content
{
position
:
relative
;
position
:
relative
;
padding
:
0
.35rem
0
.3rem
0
0
.3rem
;
padding
:
0
0
.3rem
0
0
.3rem
;
.tit
{
.tit
{
font-size
:
0
.14rem
;
font-size
:
0
.14rem
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
pages/academic/academic.vue
浏览文件 @
32cbbedf
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/academic1.png"
width=
"100%"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/academic1.png"
width=
"100%"
/>
<div
class=
"main_content"
>
<div
class=
"main_content"
>
<!--
<el-image
:src=
"url1"
>
</el-image>
-->
<!--
<el-image
:src=
"url1"
>
</el-image>
-->
<el-image
:src=
"url1"
style=
"width:100%;height:100%;margin-right:73px;
"
>
</el-image>
<el-image
:src=
"url1"
class=
"img1
"
>
</el-image>
<div
class=
"img_english"
>
<div
class=
"img_english"
>
<el-image
:src=
"url2"
></el-image>
<el-image
:src=
"url2"
></el-image>
<div
class=
"item_english_name"
>
玛丽伍德大学(英文)
</div>
<div
class=
"item_english_name"
>
玛丽伍德大学(英文)
</div>
...
@@ -46,6 +46,11 @@ export default {
...
@@ -46,6 +46,11 @@ export default {
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
.img1
{
width
:
100%
;
height
:
100%
;
margin-right
:
73px
;
}
.img_english
{
.img_english
{
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
...
@@ -62,10 +67,26 @@ export default {
...
@@ -62,10 +67,26 @@ export default {
}
}
.is-h5
{
.is-h5
{
.main_content
{
.main_content
{
padding
:
0
.44rem
1
.11rem
0
.25rem
0
.89rem
;
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
flex-direction
:
column
;
.img1
{
padding
:
0
.44rem
1
.11rem
0
.25rem
1
.11rem
;
}
.img_english
{
padding
:
0
.5rem
0
.61rem
0
.47rem
0
.61rem
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
flex-direction
:
column
;
.item_english_name
{
font-weight
:
400
;
color
:
#424242
;
font-size
:
0
.08rem
;
margin-top
:
0
.1rem
;
}
}
}
}
}
}
</
style
>
</
style
>
pages/enroll/apply.vue
浏览文件 @
32cbbedf
...
@@ -297,6 +297,27 @@ export default {
...
@@ -297,6 +297,27 @@ export default {
height
:
100%
;
height
:
100%
;
}
}
.content-mian
{
.content-mian
{
ul
{
padding
:
0
.28rem
0
.325rem
0
.34rem
0
.28rem
;
.applyList_con
{
.apply_name
{
font-size
:
0
.1rem
;
font-weight
:
500
;
color
:
#333333
;
margin-top
:
0
.25rem
;
}
.apply_desc
{
font-size
:
0
.08rem
;
font-weight
:
400
;
color
:
#666666
;
margin-top
:
0
.1rem
;
}
}
li
{
list-style-type
:
disc
;
color
:
#aa1941
;
}
}
.content-mod1
{
.content-mod1
{
padding
:
0
.34rem
0
.32rem
0
.4rem
0
.34rem
;
padding
:
0
.34rem
0
.32rem
0
.4rem
0
.34rem
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论