Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
c844a436
Commit
c844a436
authored
Feb 07, 2020
by
尹亚亭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finish static layout of index
parent
25798f71
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
149 additions
and
0 deletions
+149
-0
h5-channel-web/src/assets/images/home/cjwt.png
+0
-0
h5-channel-web/src/assets/images/home/fwys.png
+0
-0
h5-channel-web/src/assets/images/home/zclc.png
+0
-0
h5-channel-web/src/assets/images/home/zzfw.png
+0
-0
h5-channel-web/src/views/Home.vue
+11
-0
h5-channel-web/src/views/pages/home/HomeTab.vue
+138
-0
No files found.
h5-channel-web/src/assets/images/home/cjwt.png
0 → 100644
View file @
c844a436
4.58 KB
h5-channel-web/src/assets/images/home/fwys.png
0 → 100644
View file @
c844a436
6.19 KB
h5-channel-web/src/assets/images/home/zclc.png
0 → 100644
View file @
c844a436
6.32 KB
h5-channel-web/src/assets/images/home/zzfw.png
0 → 100644
View file @
c844a436
5.86 KB
h5-channel-web/src/views/Home.vue
View file @
c844a436
...
...
@@ -41,3 +41,14 @@ export default {
}
};
</
script
>
<
style
lang=
"scss"
>
.home
{
main
{
height
:
617px
;
}
nav
{
height
:
50px
;
}
}
</
style
>
h5-channel-web/src/views/pages/home/HomeTab.vue
View file @
c844a436
...
...
@@ -2,6 +2,7 @@
<div
class=
"home-tab"
>
<!-- 头部导航栏 -->
<van-nav-bar
title=
"首页"
left-text=
"关闭"
left-arrow
@
click-left=
"onClickLeft"
/>
<div
class=
"content"
>
<!-- 中间banner图 -->
<div
class=
"banner"
>
<img
src=
"@/assets/images/home/banner.png"
alt
/>
...
...
@@ -91,6 +92,32 @@
</li>
</ul>
</div>
<!-- 图文说明:注册流程 服务优势 常见问题 增值服务 -->
<div
class=
"pic-wrap pic-one"
>
<h2>
注册流程
</h2>
<h3>
轻松掌握注册流程
</h3>
<div
class=
"short-line"
></div>
<b></b>
</div>
<div
class=
"pic-wrap pic-two"
>
<h2>
服务优势
</h2>
<h3>
金牌服务让您省心
</h3>
<div
class=
"short-line"
></div>
<b></b>
</div>
<div
class=
"pic-wrap pic-three"
>
<h2>
常见问题
</h2>
<h3>
疑难解答在这里
</h3>
<div
class=
"short-line"
></div>
<b></b>
</div>
<div
class=
"pic-wrap pic-four"
>
<h2>
增值服务
</h2>
<h3>
免费为您开启
</h3>
<div
class=
"short-line"
></div>
<b></b>
</div>
</div>
</div>
</
template
>
...
...
@@ -114,7 +141,15 @@ export default {
<
style
lang=
"scss"
scoped
>
.home-tab
{
height
:
100%
;
background
:
#fbf8fb
;
.van-nav-bar
{
height
:
46px
;
}
.content
{
height
:
571px
;
overflow-y
:
scroll
;
}
.banner
{
height
:
188px
;
img
{
...
...
@@ -240,5 +275,107 @@ export default {
}
}
}
.pic-wrap
{
display
:
inline-block
;
width
:
170px
;
height
:
92px
;
position
:
relative
;
h2
{
width
:
80px
;
line-height
:
25px
;
font-size
:
18px
;
padding
:
16px
0
4px
20px
;
}
h3
{
width
:
100px
;
line-height
:
17px
;
font-size
:
12px
;
padding-left
:
20px
;
position
:
absolute
;
z-index
:
2
;
}
.short-line
{
width
:
10px
;
height
:
2px
;
position
:
absolute
;
top
:
68px
;
left
:
21px
;
}
b
{
display
:
inline-block
;
width
:
71px
;
height
:
61px
;
background-size
:
100%
100%
;
position
:
absolute
;
right
:
0
;
bottom
:
0
;
z-index
:
1
;
}
}
.pic-one
{
margin
:
0
9px
9px
13px
;
background
:
#ece8f0
;
h2
{
color
:
#7963ad
;
padding
:
16px
0
4px
20px
;
}
h3
{
color
:
#7963ad
;
padding-left
:
20px
;
}
.short-line
{
background
:
#7963ad
;
}
b
{
background
:
url("../../../assets/images/home/zclc.png")
no-repeat
;
}
}
.pic-two
{
background
:
#fff0dc
;
h2
{
color
:
#a37d50
;
}
h3
{
color
:
#a37d50
;
}
.short-line
{
background
:
#a37d50
;
}
b
{
background
:
url("../../../assets/images/home/fwys.png")
no-repeat
;
}
}
.pic-three
{
background
:
#dbeafc
;
margin
:
0
9px
13px
13px
;
h2
{
color
:
#5e718c
;
}
h3
{
color
:
#5e718c
;
}
.short-line
{
background
:
#5e718c
;
}
b
{
background
:
url("../../../assets/images/home/cjwt.png")
no-repeat
;
}
}
.pic-four
{
margin-bottom
:
13px
;
background
:
#f7eae7
;
h2
{
color
:
#9d664f
;
}
h3
{
color
:
#9d664f
;
}
.short-line
{
background
:
#9d664f
;
}
b
{
background
:
url("../../../assets/images/home/zzfw.png")
no-repeat
;
}
}
}
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment