Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2018-01-04 15:52:07 +0800
Commit
e5b593f1dab0d72c61d326303bb77ae78221f65d
1 parent
04578eaa
last walk style
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
4 deletions
doraemon/views/partial/product/latest-walk.hbs
public/scss/product/_latest-walk.css
doraemon/views/partial/product/latest-walk.hbs
View file @
e5b593f
{{#
unless
@root
.
pc
.
product
.
removeRecentView
}}
<div
class=
"bottom-tab"
>
<span
class=
"bottom-cur"
>
最近预览
</span>
{{#if
latestWalk
}}
<span
class=
"bottom-cur tab-item"
>
最近预览
</span>
{{/if}}
{{#if
goodsInfo
.
recommendKeywords
}}
<span
class=
"about"
>
相关推荐
</span>
<span
class=
"about
tab-item
"
>
相关推荐
</span>
{{/if}}
<div
class=
"bottom-line"
></div>
</div>
<div
class=
"bottom-tab-cont"
>
{{#if
latestWalk
}}
...
...
public/scss/product/_latest-walk.css
View file @
e5b593f
...
...
@@ -52,13 +52,13 @@
.product-list-page
{
.bottom-tab
{
width
:
100%
;
border-bottom
:
2px
solid
#eaeceb
;
position
:
relative
;
span
{
font-size
:
15px
;
display
:
inline-block
;
padding-bottom
:
12px
;
margin
:
10px
45px
-2px
0
;
margin
:
10px
45px
0
0
;
font-weight
:
bold
;
cursor
:
pointer
;
}
...
...
@@ -66,6 +66,15 @@
.bottom-cur
{
border-bottom
:
2px
solid
#000
;
}
.tab-item
+
.bottom-line
{
width
:
100%
;
border-bottom
:
2px
solid
#eaeceb
;
position
:
absolute
;
left
:
0
;
bottom
:
0
;
z-index
:
-1
;
}
}
.recommend-keywords
{
...
...
Please
register
or
login
to post a comment