Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
M
myHouse_client
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张志伟
myHouse_client
提交
61f8115d
提交
61f8115d
编写于
9月 02, 2022
作者:
zhangzhiwei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
底部
上级
707dc173
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
53 行增加
和
6 行删除
+53
-6
PageFooter.vue
src/components/PageFooter.vue
+49
-3
index.vue
src/views/home/index.vue
+3
-2
index.vue
src/views/index.vue
+1
-1
未找到文件。
src/components/PageFooter.vue
浏览文件 @
61f8115d
<
template
>
<
template
>
<div>
<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>
服务时间:周一至周六8:30-18:00
</div>
</div>
</el-col>
</el-row>
</div>
<div>
<p
class=
"footer_bottom"
>
<span>
CopyRight @中山市艾文凯迪网络科技公司 版权所有
</span>
<span>
粤ICP备14009360号
</span>
<span>
增值电信业务经营许可证:粤B2-20150578
</span>
<span>
友盟数据支持
</span>
</p>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -11,5 +35,27 @@
...
@@ -11,5 +35,27 @@
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.footer_bottom
{
width
:
1300px
;
margin
:
0
auto
;
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
;
color
:
#ffffff
;
}
.footer_bottom
span
{
margin-right
:
15px
;
}
</
style
>
</
style
>
src/views/home/index.vue
浏览文件 @
61f8115d
<
template
>
<
template
>
<div
style=
"height: 4000px"
>
<div>
<div
class=
"cbusAB"
>
<div
class=
"cbusAB"
>
<video
class=
"hKbpCH"
height=
"
432
"
src=
"../../../static/top_video.mp4"
autoplay=
"autoplay"
loop
muted
<video
class=
"hKbpCH"
height=
"
600
"
src=
"../../../static/top_video.mp4"
autoplay=
"autoplay"
loop
muted
playsinline
></video>
playsinline
></video>
<div
class=
"home-img"
>
<div
class=
"home-img"
>
<img
src=
"../../../static/txt.png"
alt=
""
>
<img
src=
"../../../static/txt.png"
alt=
""
>
<div
class=
"home-text"
>
一款超方便的软装销售软件
</div>
<div
class=
"home-text"
>
一款超方便的软装销售软件
</div>
<img
class=
"home-img"
style=
"top: 140%"
src=
"../../../static/btn_on.png"
alt=
""
>
</div>
</div>
</div>
</div>
<div
class=
"main"
>
<div
class=
"main"
>
...
...
src/views/index.vue
浏览文件 @
61f8115d
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div>
<div>
<TopNav/>
<TopNav/>
<router-view></router-view>
<router-view></router-view>
<
!--
<PageFooter></PageFooter>
--
>
<
PageFooter></PageFooter
>
</div>
</div>
</
template
>
</
template
>
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录