Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
94ff99b4
Commit
94ff99b4
authored
Nov 23, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充
parent
3d95fe31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
jquery.photo.gallery.js
...ource/lib/js/jquery-photo-gallery/jquery.photo.gallery.js
+1
-1
photoGallery.css
public/resource/lib/js/jquery-photo-gallery/photoGallery.css
+7
-5
No files found.
public/resource/lib/js/jquery-photo-gallery/jquery.photo.gallery.js
View file @
94ff99b4
...
...
@@ -607,7 +607,7 @@ $.extend({
$
(
_jg
).
remove
();
});
$
(
'.oper'
).
click
(
function
(
e
){
$
(
'.oper'
).
attr
(
'title'
,
'双击图片关闭,或者右上角关闭,滚动鼠标可放大'
).
dbl
click
(
function
(
e
){
if
(
e
.
target
.
tagName
!==
'IMG'
){
var
_parent
=
window
.
parent
||
window
.
top
,
_jg
=
_parent
.
document
.
getElementById
(
"J_pg"
);
...
...
public/resource/lib/js/jquery-photo-gallery/photoGallery.css
View file @
94ff99b4
...
...
@@ -23,7 +23,7 @@ body {
}
header
{
position
:
absolute
;
height
:
30
px
;
height
:
62
px
;
width
:
100%
;
}
.winControl
{
...
...
@@ -53,9 +53,9 @@ i{
display
:
inline-block
;
}
.icon_close-big
{
width
:
18
px
;
height
:
18
px
;
background
-image
:
url('icon/close_big.png')
;
width
:
54
px
;
height
:
54
px
;
background
:
url('icon/close_big.png')
no-repeat
center
center
/
54px
54px
;
}
.icon_close-small
{
width
:
13px
;
...
...
@@ -225,7 +225,7 @@ i{
bottom
:
0
;
right
:
0
;
left
:
0
;
margin
:
auto
;
margin
:
62px
0
0
;
z-index
:
99999
;
}
.gallery
.oper
i
{
...
...
@@ -239,10 +239,12 @@ i{
.gallery
.oper
.prev
{
float
:
left
;
margin-left
:
9px
;
display
:
none
;
}
.gallery
.oper
.next
{
float
:
right
;
margin-right
:
9px
;
display
:
none
;
}
.gallery
.oper
.prev.active
i
,
.gallery
.oper
.next.active
i
{
display
:
inline-block
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment