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
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
1e1bf662af98c08e793a74ba06c512e50a05a6a0
1 parent
70c8f5c0
地址管理编辑 删除 增加点击效果
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 @
1e1bf66
...
...
@@ -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 @
1e1bf66
...
...
@@ -56,7 +56,7 @@
}
.edit
{
padding
-right
:
pxToRem
(
20px
);
margin
-right
:
pxToRem
(
20px
);
}
}
}
...
...
Please
register
or
login
to post a comment