Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
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
2586703@qq.com
2015-07-15 15:39:11 +0800
Commit
d734b61d041618558c478464abe7423c34da99a0
1 parent
69d23f39
show js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
res/js/yohood.js
res/js/yohood.js
View file @
d734b61
...
...
@@ -271,6 +271,10 @@ define('yohood', function(require, exports) {
$
(
".show-wrap .image-box, .img-zoom"
).
bind
(
"mouseout"
,
function
()
{
showNone
(
$
(
this
));
});
$
(
'.pic-tip'
).
on
(
'mousemove'
,
function
()
{
$
(
this
).
show
();
})
}
//整个页面布局
...
...
Please
register
or
login
to post a comment