Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lzhy
5 years ago
Commit
3bf2b1564dddaa3ca5f3583f50577f841a883571
1 parent
a95c1cde
去掉微信中打开h5页面频道导航
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
apps/channel/views/partial/channel/home-header.hbs
public/scss/channel/home-header.scss
apps/channel/views/partial/channel/home-header.hbs
View file @
3bf2b15
...
...
@@ -5,7 +5,7 @@
<span
class=
"search-btn iconfont"
><a
href=
"
{{
searchUrl
}}
"
>

</a></span>
</div>
<div
id=
"wechat-header"
class=
"hide"
>
<
span
class=
"nav-btn iconfont"
>

</span
>
<
!--<span class="nav-btn iconfont"></span>--
>
<div
class=
"search-input"
>
<a
href=
"
{{
searchUrl
}}
"
>
<i
class=
"search-icon iconfont"
>

</i>
...
...
public/scss/channel/home-header.scss
View file @
3bf2b15
...
...
@@ -59,9 +59,8 @@
}
.search-input
{
margin-left
:
100px
;
margin-top
:
18px
;
width
:
510px
;
margin
:
18px
auto
0
;
width
:
600px
;
height
:
56px
;
background
:
#fff
;
border-radius
:
10px
;
...
...
@@ -70,7 +69,7 @@
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
11
0px
;
left
:
3
0px
;
color
:
#999
;
}
...
...
Please
register
or
login
to post a comment