Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
d5adf04f
提交
d5adf04f
authored
9月 21, 2020
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改样式
上级
d52ce1af
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
43 行增加
和
18 行删除
+43
-18
slider.vue
src/layout/components/slider.vue
+15
-13
index.vue
src/pages/major-set/index.vue
+28
-5
没有找到文件。
src/layout/components/slider.vue
浏览文件 @
d5adf04f
...
@@ -19,21 +19,23 @@
...
@@ -19,21 +19,23 @@
></el-image>
></el-image>
</div>
</div>
<div
class=
"slider-banner"
>
<div
class=
"slider-banner"
>
<div
v-for=
"(item, index) in sidebar"
:key=
"index"
class=
"tab-item"
>
<template
v-for=
"(item, index) in sidebar"
>
<div
v-if=
"!item.hidden"
>
<div
:key=
"index"
class=
"tab-item"
v-if=
"item.path != '/apply'"
>
<template
<div
v-if=
"!item.hidden"
>
v-if=
"hasOneShowingChild(item.children,item) && (!onlyOneChild.children||onlyOneChild.noShowingChildren)&&!item.alwaysShow"
<template
>
v-if=
"hasOneShowingChild(item.children,item) && (!onlyOneChild.children||onlyOneChild.noShowingChildren)&&!item.alwaysShow"
<app-link
v-if=
"onlyOneChild.meta"
:to=
"resolvePath(onlyOneChild.path, item.path)"
class=
"app-link"
>
>
<span
class=
"tab-link"
>
{{
onlyOneChild
.
meta
.
title
}}
</span>
<app-link
</app-link>
v-if=
"onlyOneChild.meta"
</
template
>
:to=
"resolvePath(onlyOneChild.path, item.path)"
class=
"app-link"
>
<span
class=
"tab-link"
>
{{
onlyOneChild
.
meta
.
title
}}
</span>
</app-link>
</
template
>
</div>
</div>
</div>
</
div
>
</
template
>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/pages/major-set/index.vue
浏览文件 @
d5adf04f
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
:class=
"
{'animate__animated animate__fadeInUp show-flex':houseShowbt}"
:class=
"
{'animate__animated animate__fadeInUp show-flex':houseShowbt}"
>
>
<div
class=
"major-dl1-title"
>
<div
class=
"major-dl1-title"
>
<span
>
排名第1
</span>
<span
class=
"new-font"
>
排名
<i>
第1
</i>
</span>
<span
class=
"dl1_span"
>
2020年加州最佳心理咨询学院
</span>
<span
class=
"dl1_span"
>
2020年加州最佳心理咨询学院
</span>
</div>
</div>
<img
:src=
"require('@/assets/images/major-set/dl1.png')"
alt
/>
<img
:src=
"require('@/assets/images/major-set/dl1.png')"
alt
/>
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
:class=
"
{'animate__animated animate__fadeInUp delay3':houseShowbt}"
:class=
"
{'animate__animated animate__fadeInUp delay3':houseShowbt}"
>
>
<img
:src=
"require('@/assets/images/major-set/dl2.png')"
alt
/>
<img
:src=
"require('@/assets/images/major-set/dl2.png')"
alt
/>
<span
>
全美第4
</span>
<span
class=
"new-font"
>
全美
<i>
第4
</i>
</span>
<span
class=
"font-size-24"
>
2020年临床心理咨询专业排名
</span>
<span
class=
"font-size-24"
>
2020年临床心理咨询专业排名
</span>
</div>
</div>
<div
<div
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
>
>
<img
:src=
"require('@/assets/images/major-set/dl3.png')"
alt
/>
<img
:src=
"require('@/assets/images/major-set/dl3.png')"
alt
/>
<div
class=
"dl2-span"
>
<div
class=
"dl2-span"
>
<span
>
加州第1
</span>
<span
class=
"new-font"
>
加州
<i>
第1
</i>
</span>
<span
class=
"font-size-24"
>
2020年临床心理
</span>
<span
class=
"font-size-24"
>
2020年临床心理
</span>
<span
class=
"font-size-24"
>
咨询专业排名
</span>
<span
class=
"font-size-24"
>
咨询专业排名
</span>
</div>
</div>
...
@@ -728,9 +728,14 @@ export default {
...
@@ -728,9 +728,14 @@ export default {
justify-content
:
flex-start
;
justify-content
:
flex-start
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
span
{
.new-font
{
font-weight
:
600
;
font-weight
:
600
;
color
:
rgba
(
34
,
34
,
34
,
1
);
color
:
rgba
(
34
,
34
,
34
,
1
);
i
{
color
:
#E68851
;
font-size
:
40px
;
font-style
:
normal
;
}
}
}
.dl1_span
{
.dl1_span
{
font-size
:
24px
;
font-size
:
24px
;
...
@@ -742,7 +747,7 @@ export default {
...
@@ -742,7 +747,7 @@ export default {
display
:
flex
;
display
:
flex
;
color
:
#222222
ff
;
color
:
#222222
ff
;
flex-direction
:
column
;
flex-direction
:
column
;
font-weight
:
600
;
//
font-weight: 600;
position
:
relative
;
position
:
relative
;
font-size
:
40px
;
font-size
:
40px
;
img
{
img
{
...
@@ -753,6 +758,15 @@ export default {
...
@@ -753,6 +758,15 @@ export default {
font-weight
:
400
;
font-weight
:
400
;
color
:
rgba
(
34
,
34
,
34
,
1
);
color
:
rgba
(
34
,
34
,
34
,
1
);
}
}
.new-font
{
font-size
:
32px
;
font-weight
:
bold
;
i
{
font-size
:
40px
;
font-style
:
normal
;
color
:
#E68851
;
}
}
}
}
.ts-ma
{
.ts-ma
{
position
:
absolute
;
position
:
absolute
;
...
@@ -765,6 +779,15 @@ export default {
...
@@ -765,6 +779,15 @@ export default {
flex-direction
:
column
;
flex-direction
:
column
;
padding-left
:
10px
;
padding-left
:
10px
;
white-space
:
nowrap
;
white-space
:
nowrap
;
.new-font
{
font-size
:
32px
;
font-weight
:
bold
;
i
{
font-style
:
normal
;
font-size
:
40px
;
color
:
#E68851
;
}
}
}
}
}
}
.padd-left-40
{
.padd-left-40
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论