Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
068aa843
提交
068aa843
authored
8月 04, 2021
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix:页面优化
上级
c0afe980
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
56 行增加
和
23 行删除
+56
-23
.DS_Store
.DS_Store
+0
-0
schoolRanking.vue
components/home/schoolRanking.vue
+39
-14
en-US.js
langs/en-US.js
+5
-2
zh-CN.js
langs/zh-CN.js
+4
-2
outstanding.vue
pages/alumni/outstanding.vue
+8
-5
relevant.vue
pages/apply/relevant.vue
+0
-0
没有找到文件。
.DS_Store
浏览文件 @
068aa843
No preview for this file type
components/home/schoolRanking.vue
浏览文件 @
068aa843
...
...
@@ -9,29 +9,33 @@
<div
class=
"content-mian"
>
<div
class=
"li"
>
<div
class=
"li-tit"
v-html=
"$t('home.ranking.item1Tit')"
></div>
<div
class=
"li-tit1"
v-html=
"$t('home.ranking.item1Tit1')"
></div>
<div
class=
"item"
>
<div
class=
"tit"
><span
>
No.
</span>
1
</div>
<div
class=
"tit"
><span
class=
"no"
>
No.
</span><span
class=
"num"
>
1
</span>
</div>
<div
class=
"p"
v-html=
"$t('home.ranking.item1Txt1')"
></div>
</div>
<div
class=
"item"
>
<div
class=
"tit"
><span
>
No.
</span>
8
</div>
<div
class=
"tit"
><span
class=
"no"
>
No.
</span><span
class=
"num"
>
8
</span>
</div>
<div
class=
"p"
v-html=
"$t('home.ranking.item1Txt2')"
></div>
</div>
</div>
<div
class=
"li li_center"
>
<!--
<div
class=
"li-tit"
v-html=
"$t('home.ranking.item2Tit11')"
></div>
-->
<div
class=
"li-tit"
v-html=
"$t('home.ranking.item2Tit12')"
></div>
<div
class=
"li-tit"
v-html=
"$t('home.ranking.item2Tit13')"
></div>
<div
class=
"li-tit"
v-html=
"$t('home.ranking.item2Tit14')"
></div>
<div
class=
"li-tit
2
"
v-html=
"$t('home.ranking.item2Tit12')"
></div>
<div
class=
"li-tit
2
"
v-html=
"$t('home.ranking.item2Tit13')"
></div>
<div
class=
"li-tit
2
"
v-html=
"$t('home.ranking.item2Tit14')"
></div>
</div>
<div
class=
"li mar-t"
>
<div
class=
"li-tit"
v-html=
"$t('home.ranking.item3Tit')"
></div>
<div
class=
"li-tit1"
v-html=
"$t('home.ranking.item3Tit1')"
></div>
<div
class=
"item"
>
<div
class=
"tit"
><span
>
No.
</span>
1
</div>
<div
class=
"tit"
><span
class=
"no"
>
2021.No.
</span><span
class=
"num"
>
1
</span>
</div>
<div
class=
"p"
v-html=
"$t('home.ranking.item3Txt1')"
></div>
</div>
<div
class=
"item"
>
<div
class=
"tit"
><span
>
No.
</span>
7
</div>
<div
class=
"tit"
><span
class=
"no"
>
2021.No.
</span><span
class=
"num"
>
7
</span>
</div>
<div
class=
"p"
v-html=
"$t('home.ranking.item3Txt2')"
></div>
</div>
</div>
...
...
@@ -82,7 +86,11 @@ export default {
display
:
flex
;
justify-content
:
space-between
;
.li_center
{
align-self
:
center
;
// align-self: center;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
flex-direction
:
column
;
}
.li
{
// width: 250px;
...
...
@@ -90,25 +98,42 @@ export default {
.li-tit
{
text-align
:
center
;
font-size
:
30px
;
line-height
:
1
.5
;
line-height
:
24px
;
color
:
#fff
;
font-weight
:
400
;
}
.li-tit1
{
font-size
:
28px
;
font-weight
:
300
;
line-height
:
24px
;
color
:
#FFFFFF
;
margin-top
:
11px
;
}
.li-tit2
{
font-size
:
28px
;
font-weight
:
500
;
line-height
:
70px
;
color
:
#FFFFFF
;
opacity
:
1
;
}
.item
{
.tit
{
padding-top
:
46px
;
font-size
:
48px
;
line-height
:
100%
;
color
:
#ffffff
;
color
:
#FBFBFB
;
text-align
:
center
;
margin-bottom
:
15px
;
span
{
line-height
:
34px
;
.no
{
font-size
:
24px
;
}
.num
{
font-size
:
48px
;
}
}
.p
{
text-align
:
center
;
font-size
:
16px
;
line-height
:
30
px
;
line-height
:
24
px
;
color
:
#ffffff
;
}
}
...
...
langs/en-US.js
浏览文件 @
068aa843
...
...
@@ -54,9 +54,12 @@ export default {
},
ranking
:
{
title
:
'学校排名'
,
item1Tit
:
'瑞士美食艺术管理大学 <br/>Culinary Arts Academy Switzerland'
,
item1Tit
:
'瑞士美食艺术管理大学 <br/>'
,
item1Tit1
:
'CULINARY ARTS ACADEMY SWITZERLAND'
,
// item2Tit: 'KELLEY 商学院',
item3Tit
:
'瑞士恺撒里兹大学 <br/>César Ritz Collage Switzerland'
,
item3Tit
:
'瑞士恺撒里兹大学 '
,
item3Tit1
:
'CÉSAR RITZ COLLAGE SWITZERLAND'
,
item1Txt1
:
'唯一进入全球款待业与休闲专业排名的美食艺术院校<br/>【2021年QS排名】'
,
item1Txt2
:
'全休款待业与休闲管理院校<br/>【2021年QS排名】'
,
item2Tit11
:
'顶尖双校合作项目'
,
...
...
langs/zh-CN.js
浏览文件 @
068aa843
...
...
@@ -54,9 +54,11 @@ export default {
},
ranking
:
{
title
:
'学校排名'
,
item1Tit
:
'瑞士美食艺术管理大学 <br/>Culinary Arts Academy Switzerland'
,
item1Tit
:
'瑞士美食艺术管理大学 '
,
item1Tit1
:
'CULINARY ARTS ACADEMY SWITZERLAND'
,
// item2Tit: 'KELLEY 商学院',
item3Tit
:
'瑞士恺撒里兹大学 <br/>César Ritz Collage Switzerland'
,
item3Tit
:
'瑞士恺撒里兹大学'
,
item3Tit1
:
'CÉSAR RITZ COLLAGE SWITZERLAND'
,
item1Txt1
:
'唯一进入全球款待业与休闲专业排名的美食艺术院校<br/>【2021年QS排名】'
,
item1Txt2
:
'全休款待业与休闲管理院校<br/>【2021年QS排名】'
,
item2Tit11
:
'顶尖双校合作项目'
,
...
...
pages/alumni/outstanding.vue
浏览文件 @
068aa843
...
...
@@ -139,14 +139,17 @@ export default {
margin-bottom
:
40px
;
h2
{
font-size
:
22px
;
text-align
:
center
;
color
:
#aa1941
;
text-align
:
left
;
color
:
#333
;
line-height
:
34px
;
font-weight
:
500
;
}
p
{
margin-top
:
2
0
px
;
margin-top
:
2
2
px
;
font-size
:
16px
;
line-height
:
1
.5
;
color
:
#424242
;
line-height
:
27px
;
color
:
#707070
;
font-weight
:
300
;
}
}
.is-pc
{
...
...
pages/apply/relevant.vue
浏览文件 @
068aa843
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论