Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张泽世
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to dashboard
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
ccbikai
2016-07-06 16:27:47 +0800
Commit
5322978e30cf7f056dcd873095e37272a9d37fc4
1 parent
0660471a
SALE 样式修改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
11 deletions
config/common.js
doraemon/views/partial/header.hbs
public/scss/product/sale/_sale.css
config/common.js
View file @
5322978
...
...
@@ -16,7 +16,7 @@ module.exports = {
siteUrl
:
'//m.yohobuy.com'
,
domains
:
{
api
:
'http://devapi.yoho.cn:58078/'
,
service
:
'http://
123.206.1.104:2
8077/'
service
:
'http://
devservice.yoho.cn:5
8077/'
},
useOneapm
:
false
,
useCache
:
false
,
...
...
doraemon/views/partial/header.hbs
View file @
5322978
...
...
@@ -30,6 +30,7 @@
</header>
{{#if
saleNav
.
list
}}
<div
class=
"sale-nav-select"
>
<span
class=
"arrow"
></span>
{{#
each
saleNav
.
list
}}
<a
href=
"
{{
url
}}
"
>
{{
title
}}
</a>
{{/
each
}}
...
...
public/scss/product/sale/_sale.css
View file @
5322978
...
...
@@ -20,11 +20,9 @@
text-align
:
center
;
font-size
:
28px
;
line-height
:
80px
;
transform
:
scale
(
1
,
0
);
transform-origin
:
top
;
transition
:
all
300ms
;
display
:
none
;
&:before
{
.arrow
{
position
:
absolute
;
top
:
-10px
;
right
:
30px
;
...
...
@@ -36,7 +34,7 @@
}
&
.show
{
transform
:
scale
(
1
,
1
)
;
display
:
block
;
}
a
{
...
...
@@ -56,8 +54,12 @@
background-color
:
#f0f0f0
;
.thumb-row
{
padding-top
:
10
px
;
padding-top
:
35
px
;
padding-bottom
:
0
;
.thumb-row-box
{
margin-bottom
:
10px
;
}
}
.list-nav
,
...
...
@@ -75,10 +77,6 @@
.good-info
{
margin-bottom
:
20px
;
}
.tag-container
{
display
:
none
;
}
}
.list-nav
{
...
...
Please
register
or
login
to post a comment