Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
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
biao
2016-01-20 11:21:04 +0800
Commit
8ffae9a0149ab1ebfd56624d2dc24c27d4acbecc
2 parents
e7698657
2686a4c3
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
static/js/me/address.js
static/sass/me/_address.scss
static/js/me/address.js
View file @
8ffae9a
...
...
@@ -73,3 +73,9 @@ $action.on('touchend', '.del', function() {
$confim
.
fadeIn
();
return
false
;
});
$action
.
on
(
'touchstart'
,
'a,span'
,
function
()
{
$
(
this
).
css
(
'background'
,
'#eee'
);
}).
on
(
'touchend touchcancel'
,
'a,span'
,
function
()
{
$
(
this
).
css
(
'background'
,
'transparent'
);
});
...
...
static/sass/me/_address.scss
View file @
8ffae9a
...
...
@@ -56,7 +56,7 @@
}
.edit
{
padding
-right
:
pxToRem
(
20px
);
margin
-right
:
pxToRem
(
20px
);
}
}
}
...
...
Please
register
or
login
to post a comment