Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-fi
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-fi
Commits
0d724a9c
提交
0d724a9c
authored
10月 29, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
updates
上级
5af3c05b
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
8 行增加
和
14 行删除
+8
-14
Banner.vue
src/modules/home/components/Banner.vue
+4
-7
Main.vue
src/modules/home/components/Main.vue
+4
-7
没有找到文件。
src/modules/home/components/Banner.vue
浏览文件 @
0d724a9c
...
...
@@ -24,16 +24,13 @@
.banner
{
background
:
url('https://webapp-pub.ezijing.com/project_online/paa/banner.jpg')
no-repeat
center
;
background-size
:
100%
100%
;
width
:
100%
;
object-fit
:
cover
;
object-position
:
center
;
box-sizing
:
border-box
;
height
:
700px
;
.banner_con
{
width
:
1200px
;
margin
:
auto
;
text-align
:
left
;
padding
:
253px
0
179px
0
;
padding
-top
:
253px
;
box-sizing
:
border-box
;
.banner_tit
{
font-size
:
40px
;
font-weight
:
bold
;
...
...
@@ -41,7 +38,7 @@
color
:
#ffffff
;
}
.banner_desc
{
margin-top
:
6
3px
;
margin-top
:
2
3px
;
width
:
650px
;
font-size
:
22px
;
font-weight
:
400
;
...
...
src/modules/home/components/Main.vue
浏览文件 @
0d724a9c
...
...
@@ -64,23 +64,20 @@ const mainList1: Array<{ img: string; img1: string; tit: string; desc: string }>
.main
{
.main_con
{
width
:
1200px
;
height
:
185px
;
margin
:
-78px
auto
;
background
:
#ffffff
;
box-shadow
:
0px
6px
12px
rgba
(
0
,
0
,
0
,
0
.15
);
border-radius
:
16px
;
margin
:
-70px
auto
;
position
:
relative
;
z-index
:
10
;
box-sizing
:
border-box
;
padding
:
33px
0
26px
0
;
.con_tit
{
text-align
:
center
;
font-size
:
22px
;
font-weight
:
bold
;
line-height
:
50px
;
color
:
#333333
;
padding-top
:
33px
;
}
.con_line
{
margin-top
:
15px
;
border-bottom
:
1px
dashed
#000000
;
}
.con_list
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论