Commit 94ff99b4 authored by xishifeng's avatar xishifeng

补充

parent 3d95fe31
...@@ -607,7 +607,7 @@ $.extend({ ...@@ -607,7 +607,7 @@ $.extend({
$(_jg).remove(); $(_jg).remove();
}); });
$('.oper').click(function(e){ $('.oper').attr('title', '双击图片关闭,或者右上角关闭,滚动鼠标可放大').dblclick(function(e){
if(e.target.tagName !== 'IMG'){ if(e.target.tagName !== 'IMG'){
var _parent = window.parent || window.top, var _parent = window.parent || window.top,
_jg = _parent.document.getElementById("J_pg"); _jg = _parent.document.getElementById("J_pg");
......
...@@ -23,7 +23,7 @@ body { ...@@ -23,7 +23,7 @@ body {
} }
header{ header{
position: absolute; position: absolute;
height: 30px; height: 62px;
width: 100%; width: 100%;
} }
.winControl { .winControl {
...@@ -53,9 +53,9 @@ i{ ...@@ -53,9 +53,9 @@ i{
display: inline-block; display: inline-block;
} }
.icon_close-big{ .icon_close-big{
width: 18px; width: 54px;
height: 18px; height: 54px;
background-image: url('icon/close_big.png'); background: url('icon/close_big.png') no-repeat center center/54px 54px;
} }
.icon_close-small{ .icon_close-small{
width: 13px; width: 13px;
...@@ -225,7 +225,7 @@ i{ ...@@ -225,7 +225,7 @@ i{
bottom: 0; bottom: 0;
right: 0; right: 0;
left: 0; left: 0;
margin: auto; margin: 62px 0 0;
z-index: 99999; z-index: 99999;
} }
.gallery .oper i{ .gallery .oper i{
...@@ -239,10 +239,12 @@ i{ ...@@ -239,10 +239,12 @@ i{
.gallery .oper .prev{ .gallery .oper .prev{
float:left; float:left;
margin-left: 9px; margin-left: 9px;
display: none;
} }
.gallery .oper .next{ .gallery .oper .next{
float:right; float:right;
margin-right: 9px; margin-right: 9px;
display: none;
} }
.gallery .oper .prev.active i, .gallery .oper .next.active i{ .gallery .oper .prev.active i, .gallery .oper .next.active i{
display: inline-block; display: inline-block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment