Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
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
Plain Diff
Browse Files
Authored by
毕凯
2015-12-08 02:11:02 +0800
Commit
05d47a4c39e60c5e5c13aaae68fd4d4ffcdfc841
2 parents
f6bfc0e0
ce57e3c8
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
static/js/me/fav.js
static/sass/me/_fav.scss
static/sass/me/_vip-grade.scss
static/js/me/fav.js
View file @
05d47a4
...
...
@@ -243,6 +243,4 @@ function scrollHandler() {
}
//srcoll to load more
$
(
window
).
scroll
(
function
()
{
window
.
requestAnimationFrame
(
scrollHandler
);
});
\ No newline at end of file
$
(
window
).
scroll
(
scrollHandler
);
\ No newline at end of file
...
...
static/sass/me/_fav.scss
View file @
05d47a4
...
...
@@ -72,7 +72,7 @@
width
:
pxToRem
(
472px
);
height
:
pxToRem
(
88px
);
line-height
:
pxToRem
(
88px
);
margin
:
pxToRem
(
125
px
)
auto
0
auto
;
margin
:
pxToRem
(
80
px
)
auto
0
auto
;
background
:
#444
;
text-align
:
center
;
color
:
#fff
;
...
...
static/sass/me/_vip-grade.scss
View file @
05d47a4
...
...
@@ -23,6 +23,7 @@
overflow
:
hidden
;
}
.user-name
{
float
:
left
;
max-width
:
240rem
/
$pxConvertRem
;
text-overflow
:ellipsis
;
white-space
:nowrap
;
...
...
Please
register
or
login
to post a comment