Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
M
myHouse_client
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张志伟
myHouse_client
提交
f3ff7b6e
提交
f3ff7b6e
编写于
9月 03, 2022
作者:
zhangzhiwei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
样式优化
上级
1d1b3819
变更
4
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
45 行增加
和
14 行删除
+45
-14
App.vue
src/App.vue
+11
-0
PageFooter.vue
src/components/PageFooter.vue
+29
-10
TopNav.vue
src/components/TopNav.vue
+2
-2
index.vue
src/views/home/index.vue
+3
-2
未找到文件。
src/App.vue
浏览文件 @
f3ff7b6e
...
...
@@ -13,5 +13,16 @@ export default {
#app
{
font-family
:
PingFang
SC
;
}
/*html::-webkit-scrollbar { width: 0 !important }*/
html
::-webkit-scrollbar
{
width
:
10px
;
}
html
::-webkit-scrollbar-track
{
background-color
:
#fafafa
;
}
html
::-webkit-scrollbar-thumb
{
background
:
#dddddd
;
border-radius
:
25px
;
}
</
style
>
src/components/PageFooter.vue
浏览文件 @
f3ff7b6e
<
template
>
<div>
<div
class=
"footer"
style=
"padding-top: 10px;padding-bottom: 1
0
px"
>
<div
class=
"footer"
style=
"padding-top: 10px;padding-bottom: 1
5
px"
>
<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>
<span
class=
"footer_left_name
"
>
让美家变得更简单
</span>
</div>
<div
style=
"text-align: right"
>
<div
style=
"color: #07FBF1;margin-bottom:
10
px"
>
<i
class=
"el-icon-service"
></i>
在线客服
</div>
<div
style=
"font-size: 1
4px;color: #FFFFFF
"
>
<div
style=
"color: #07FBF1;margin-bottom:
8px;font-size: 14
px"
>
<i
class=
"el-icon-service"
></i>
在线客服
</div>
<div
style=
"font-size: 1
3px;color: #b6b7b8
"
>
服务时间:周一至周六8:30-18:00
</div>
</div>
</div>
</div>
<div
style=
"background: #424449;padding-top: 40px;padding-bottom:
4
0px"
>
<div
style=
"background: #424449;padding-top: 40px;padding-bottom:
3
0px"
>
<div
class=
"footer_content"
>
<div>
<span
style=
"font-size: 16px;margin-left: 16px"
>
客户端下载 | 帮助中心 | 商家后台
</span>
<span
class=
"footer_help"
>
客户端下载
</span>
<span
class=
"footer_help"
style=
"position: relative;top: -2px;"
>
|
</span>
<span
class=
"footer_help"
>
帮助中心
</span>
<span
class=
"footer_help"
style=
"position: relative;top: -2px;"
>
|
</span>
<span
class=
"footer_help"
>
商家后台
</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: 10
px"
src=
"../../static/home/dy.png"
alt=
""
>
<div
style=
"margin-right: 20px
;font-size: 14px;color: #b6b7b8
"
>
关注我们
</div>
<img
style=
"margin-right: 20px
;width: 45px;height: 45px
"
src=
"../../static/home/gzh.png"
alt=
""
>
<img
style=
"
width: 45px;height: 45
px"
src=
"../../static/home/dy.png"
alt=
""
>
</div>
</div>
</div>
...
...
@@ -45,6 +49,21 @@
</
script
>
<
style
scoped
>
.footer_help
{
color
:
#b6b7b8
;
font-size
:
15px
;
margin-right
:
25px
}
.footer_left_name
{
width
:
238px
;
height
:
29px
;
font-size
:
18px
;
font-family
:
PingFang
SC
;
font-weight
:
400
;
color
:
#FFFFFF
;
margin-left
:
10px
;
letter-spacing
:
2px
;
}
.footer
{
width
:
100%
;
background
:
linear-gradient
(
195deg
,
#25292C
,
#353B40
);
...
...
@@ -56,7 +75,7 @@
margin
:
0
auto
;
margin-top
:
70px
;
text-align
:
center
;
font-size
:
1
4
px
;
font-size
:
1
3
px
;
font-weight
:
400
;
color
:
#999999
;
}
...
...
src/components/TopNav.vue
浏览文件 @
f3ff7b6e
...
...
@@ -35,11 +35,11 @@
.text
{
width
:
35px
;
height
:
17px
;
font-size
:
1
6
px
;
font-size
:
1
5
px
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#ffffff
;
margin-
righ
t
:
30px
;
margin-
lef
t
:
30px
;
}
.main
{
...
...
src/views/home/index.vue
浏览文件 @
f3ff7b6e
<
template
>
<div>
<div
class=
"body"
>
<div
class=
"cbusAB"
>
<video
class=
"hKbpCH"
height=
"600"
src=
"../../../static/top_video.mp4"
autoplay=
"autoplay"
loop
muted
playsinline
></video>
...
...
@@ -145,7 +145,7 @@
</el-card>
</el-col>
</el-row>
<div
style=
"text-align: center;margin-top: 60px;cursor: pointer"
>
<div
style=
"text-align: center;margin-top: 60px;cursor: pointer
;margin-bottom: 100px
"
>
<img
src=
"../../../static/btn_on.png"
alt=
""
>
</div>
</div>
...
...
@@ -160,6 +160,7 @@
</
script
>
<
style
scoped
>
.title1
{
margin-top
:
120px
;
text-align
:
center
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录