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
Plain Diff
Browse Files
Authored by
ccbikai
2016-06-23 09:50:58 +0800
Commit
cbd78e0212db27b3a2eebc6b39af12146980aec9
2 parents
8fdf7588
8395f3f5
Merge branch 'master' into release/4.6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
public/js/plugin/pull-refresh.js
public/scss/guang/star/_star.css
public/js/plugin/pull-refresh.js
View file @
cbd78e0
...
...
@@ -35,7 +35,6 @@ function PullRefresh(seclector, options) {
this
.
iScroll
=
new
IScroll
(
$em
.
get
(
0
),
{
click
:
true
,
bounce
:
false
,
probeType
:
3
});
...
...
public/scss/guang/star/_star.css
View file @
cbd78e0
...
...
@@ -121,6 +121,7 @@
}
.star-main
{
position
:
relative
;
margin-top
:
88px
;
}
...
...
@@ -390,11 +391,15 @@
}
.loading-tip
{
position
:
absolute
;
top
:
0
;
left
:
50%
;
transform
:
translate
(
-50%
,
0
);
padding
:
30px
0
;
display
:
none
;
text-align
:
center
;
color
:
#ccc
;
font-size
:
18px
;
margin
:
30px
0
;
}
.swiper-num
{
...
...
Please
register
or
login
to post a comment