Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Plain Diff
Browse Files
Authored by
hf
2015-11-04 22:31:47 +0800
Commit
d9baa9ad0de5f5aceacd07dab45526c6101ef7e0
2 parents
f851acb6
1e04438d
Merge remote-tracking branch 'origin/develop'
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
static/js/home/home.js
static/sass/category/_brand.scss
static/sass/index/_search.scss
static/js/home/home.js
View file @
d9baa9a
...
...
@@ -215,6 +215,7 @@ $('#yoho-footer').css({
//set cookie
exports
.
set
=
function
(
c
)
{
window
.
setCookie
(
'_Channel'
,
c
,
{
expires
:
365
expires
:
365
,
domain
:
'.m.yohobuy.com'
});
};
\ No newline at end of file
...
...
static/sass/category/_brand.scss
View file @
d9baa9a
...
...
@@ -68,6 +68,7 @@
.clear-text
{
margin-right
:
20rem
/
$pxConvertRem
;
color
:
#666
;
}
}
}
...
...
static/sass/index/_search.scss
View file @
d9baa9a
...
...
@@ -29,7 +29,7 @@
top
:
24rem
/
$pxConvertRem
;
right
:
145rem
/
$pxConvertRem
;
font-size
:
32rem
/
$pxConvertRem
;
color
:
#
b2b2b2
;
color
:
#
666
;
}
.search
{
...
...
Please
register
or
login
to post a comment