Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
M
myHouse_client
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张志伟
myHouse_client
提交
1d1b3819
提交
1d1b3819
编写于
9月 02, 2022
作者:
zhangzhiwei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
foot
上级
61f8115d
变更
4
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
47 行增加
和
25 行删除
+47
-25
App.vue
src/App.vue
+5
-0
PageFooter.vue
src/components/PageFooter.vue
+42
-25
dy.png
static/home/dy.png
+0
-0
gzh.png
static/home/gzh.png
+0
-0
未找到文件。
src/App.vue
浏览文件 @
1d1b3819
...
...
@@ -9,4 +9,9 @@ export default {
name
:
'App'
}
</
script
>
<
style
>
#app
{
font-family
:
PingFang
SC
;
}
</
style
>
src/components/PageFooter.vue
浏览文件 @
1d1b3819
<
template
>
<div
class=
"footer"
>
<div
class=
"footer_content"
>
<el-row>
<el-col
:span=
"12"
>
<img
style=
"width: 100px;height: 30px"
src=
"https://img2.baidu.com/it/u=3629687853,959678225&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500"
alt=
""
>
<span>
让美家变得更简单
</span>
</el-col>
<el-col
:span=
"12"
>
<div>
<div>
在线客服
</div>
<div
class=
"footer"
style=
"padding-top: 10px;padding-bottom: 10px"
>
<div
class=
"footer_content"
>
<div>
<img
style=
"width: 100px;height: 30px;vertical-align: middle"
src=
"https://img2.baidu.com/it/u=3629687853,959678225&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500"
alt=
""
>
<span
style=
"font-size: 16px;margin-left: 16px"
>
让美家变得更简单
</span>
</div>
<div
style=
"text-align: right"
>
<div
style=
"color: #07FBF1;margin-bottom: 10px"
>
<i
class=
"el-icon-service"
></i>
在线客服
</div>
<div
style=
"font-size: 14px;color: #FFFFFF"
>
服务时间:周一至周六8:30-18:00
</div>
</div>
</el-col>
</el-row>
</div>
</div>
<div
style=
"background: #424449;padding-top: 40px;padding-bottom: 40px"
>
<div
class=
"footer_content"
>
<div>
<span
style=
"font-size: 16px;margin-left: 16px"
>
客户端下载 | 帮助中心 | 商家后台
</span>
</div>
<div
style=
"text-align: right"
>
<div
style=
"display: flex;align-items: center"
>
<div
style=
"margin-right: 20px"
>
关注我们
</div>
<img
style=
"margin-right: 20px"
src=
"../../static/home/gzh.png"
alt=
""
>
<img
style=
"margin-right: 10px"
src=
"../../static/home/dy.png"
alt=
""
>
</div>
</div>
</div>
<p
class=
"footer_bottom"
>
<span>
CopyRight @中山市艾文凯迪网络科技公司 版权所有
</span>
<span>
粤ICP备14009360号
</span>
...
...
@@ -35,27 +45,34 @@
</
script
>
<
style
scoped
>
.footer_bottom
{
.footer
{
width
:
100%
;
background
:
linear-gradient
(
195deg
,
#25292C
,
#353B40
);
box-shadow
:
0px
3px
20px
0px
rgba
(
6
,
36
,
14
,
0.1
);
}
.footer_bottom
{
width
:
1300px
;
margin
:
0
auto
;
margin-top
:
70px
;
text-align
:
center
;
font-size
:
14px
;
font-family
:
PingFang
SC
;
font-weight
:
400
;
color
:
#999999
;
}
.footer
{
width
:
100%
;
height
:
88px
;
background
:
linear-gradient
(
195deg
,
#25292C
,
#353B40
);
box-shadow
:
0px
3px
20px
0px
rgba
(
6
,
36
,
14
,
0.1
);
}
.footer_content
{
width
:
1300px
;
margin-top
:
100px
;
margin-bottom
:
30px
;
color
:
#ffffff
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
margin
:
0
auto
;
}
.footer_bottom
span
{
.footer_bottom
span
{
margin-right
:
15px
;
}
</
style
>
static/home/dy.png
0 → 100644
浏览文件 @
1d1b3819
1.7 KB
static/home/gzh.png
0 → 100644
浏览文件 @
1d1b3819
1.9 KB
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录