Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
bcfb6aed
提交
bcfb6aed
authored
8月 01, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
sbu项目特色优化
上级
9c6d724f
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
39 行增加
和
11 行删除
+39
-11
projectFeatures.vue
components/home/projectFeatures.vue
+39
-11
没有找到文件。
components/home/projectFeatures.vue
浏览文件 @
bcfb6aed
...
@@ -103,14 +103,12 @@ export default {
...
@@ -103,14 +103,12 @@ export default {
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-05.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-05.png?v=4'
,
item_desc_tit
:
'校方直录'
,
item_desc_tit
:
'校方直录'
,
item_desc_con
:
item_desc_con
:
'点对点直录<br/>硕士学分<br/>国内提前修'
'点对点直录<br/>硕士学分<br/>国内提前修'
},
},
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-02.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-02.png?v=4'
,
item_desc_tit
:
'免标准化考试'
,
item_desc_tit
:
'免标准化考试'
,
item_desc_con
:
item_desc_con
:
'美国校方考试<br/>替代托福/GMAT'
'美国校方考试<br/>替代托福/GMAT'
},
},
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-06.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-06.png?v=4'
,
...
@@ -287,8 +285,38 @@ export default {
...
@@ -287,8 +285,38 @@ export default {
display
:
flex
;
display
:
flex
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
justify-content
:
space-around
;
justify-content
:
space-around
;
.card-item
:nth-child
(
1
)
{
.item_desc_tit
{
width
:
150px
;
}
}
.card-item
:nth-child
(
2
)
{
.item_desc_tit
{
width
:
85px
;
}
}
.card-item
:nth-child
(
3
)
{
.item_desc_tit
{
width
:
85px
;
}
}
.card-item
:nth-child
(
4
)
{
.item_desc_tit
{
width
:
85px
;
}
}
.card-item
:nth-child
(
5
)
{
.item_desc_tit
{
width
:
130px
;
}
}
.card-item
:nth-child
(
6
)
{
.item_desc_tit
{
width
:
85px
;
}
}
.card-item
{
.card-item
{
width
:
3
3%
;
width
:
3
80px
;
height
:
380px
;
height
:
380px
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
overflow
:
hidden
;
overflow
:
hidden
;
...
@@ -315,13 +343,14 @@ export default {
...
@@ -315,13 +343,14 @@ export default {
background
:
rgba
(
0
,
0
,
0
,
0
.6
);
background
:
rgba
(
0
,
0
,
0
,
0
.6
);
}
}
}
}
.item_desc
{
.item_desc
{
position
:
absolute
;
position
:
absolute
;
left
:
0
;
left
:
0
;
top
:
0
;
top
:
0
;
right
:
0
;
right
:
0
;
bottom
:
0
;
bottom
:
0
;
padding
:
2
0
px
;
padding
:
2
8
px
;
// background-color: #ededed;
// background-color: #ededed;
opacity
:
1
;
opacity
:
1
;
display
:
flex
;
display
:
flex
;
...
@@ -331,9 +360,8 @@ export default {
...
@@ -331,9 +360,8 @@ export default {
font-weight
:
600
;
font-weight
:
600
;
color
:
#fff
;
color
:
#fff
;
line-height
:
36px
;
line-height
:
36px
;
width
:
100%
;
text-align
:
left
;
text-align
:
center
;
transform
:
translateY
(
150px
);
transform
:
translateY
(
100px
);
transition
:
0
.3s
;
transition
:
0
.3s
;
}
}
.item_desc_con
{
.item_desc_con
{
...
@@ -358,10 +386,10 @@ export default {
...
@@ -358,10 +386,10 @@ export default {
.item_desc_tit
{
.item_desc_tit
{
border-bottom
:
1px
solid
#f3f4f4
;
border-bottom
:
1px
solid
#f3f4f4
;
text-align
:
left
;
text-align
:
left
;
transform
:
translateY
(
0
);
transform
:
translateY
(
100px
);
}
}
.item_desc_con
{
.item_desc_con
{
transform
:
translateY
(
0
);
transform
:
translateY
(
90px
);
}
}
}
}
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论