Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
1576941a4d98ef670acc303ff66f61154aef156b
1 parent
fee24dfe
update
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
7 deletions
static/js/home/home.js
static/js/home/maybe-like.js
static/sass/_loading.scss
static/sass/home/_maybe-like.scss
static/js/home/home.js
View file @
1576941
...
...
@@ -68,7 +68,6 @@ function hideSideBar() {
mobileWrapHammer
=
new
Hammer
(
$
(
'.mobile-wrap'
)[
0
]);
mobileWrapHammer
.
on
(
'tap'
,
function
(
e
)
{
e
.
preventDefault
();
hideSideBar
();
e
.
srcEvent
.
stopPropagation
();
return
false
;
...
...
static/js/home/maybe-like.js
View file @
1576941
...
...
@@ -86,8 +86,7 @@ function search() {
success
:
function
(
data
)
{
if
(
data
===
' '
)
{
searching
=
false
;
//loading.hideLoadingMask();
loading
.
hideLoadingMask
();
if
(
gender
)
{
if
(
gender
===
'1,3'
)
{
url
=
'/boys/bottomBanner'
;
...
...
static/sass/_loading.scss
View file @
1576941
.loading-mask
{
position
:
absolute
;
position
:
fixed
;
background
:
rgba
(
0
,
0
,
0
,.
1
);
top
:
0
;
bottom
:
0
;
...
...
@@ -17,5 +17,4 @@
margin-left
:
-50rem
/
$pxConvertRem
;
margin-top
:
-20rem
/
$pxConvertRem
;
}
}
\ No newline at end of file
}
\ No newline at end of file
...
...
static/sass/home/_maybe-like.scss
View file @
1576941
...
...
@@ -4,7 +4,7 @@
border-top
:
1px
solid
#ccc
;
// border-bottom: 1px solid #ccc;
margin-top
:
30rem
/
$pxConvertRem
;
position
:
relative
;
.title
{
height
:
104rem
/
$pxConvertRem
;
font-size
:
38rem
/
$pxConvertRem
;
...
...
Please
register
or
login
to post a comment