From e927760c407bb15feb83597a9844f8e017788d61 Mon Sep 17 00:00:00 2001 From: kl Date: Mon, 28 Dec 2020 16:40:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=A4=9A=E5=9B=BE=E8=BF=9E?= =?UTF-8?q?=E7=BB=AD=E9=A2=84=E8=A7=88=E4=B8=8A=E4=B8=8B=E7=BF=BB=E5=9B=BE?= =?UTF-8?q?=E7=9A=84UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/main/resources/web/picture.ftl | 35 +---------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/server/src/main/resources/web/picture.ftl b/server/src/main/resources/web/picture.ftl index f4906c04..937de310 100644 --- a/server/src/main/resources/web/picture.ftl +++ b/server/src/main/resources/web/picture.ftl @@ -37,40 +37,7 @@ loop : true }); document.getElementById("${currentUrl}").click(); - // 修改下一页按钮的样式和位置 - $(function () { - var outHandler = function(){ - $(this).css('background-color','rgba(0, 0, 0, 0)'); - }; - var overHandler = function(){ - $(this).css('background-color','rgba(0, 0, 0, .5)'); - }; - var next = $("li[data-action=next]"); - var prev = $("li[data-action=prev]"); - var viewerToolBar = $(".viewer-footer"); - // 覆盖按钮父类原始样式 - viewerToolBar.css("overflow", "visible"); - // 获取文档高度、宽度 - var clientHeight = window.innerHeight; - var clientWidth = window.innerWidth; - // 调整样式 - var styleCss = {},nextCss={},prevCss={}; - styleCss.position = "absolute"; - styleCss.top = -clientHeight; - styleCss.width = clientWidth*0.1; - styleCss.height = clientHeight + 52; - // 覆盖原始样式 - styleCss.backgroundColor='rgba(0, 0, 0, 0)'; - styleCss.borderRadius='inherit'; - nextCss.right = "0"; - prevCss.left = "0"; - next.css($.extend(nextCss, styleCss)); - prev.css($.extend(prevCss, styleCss)); - next.on('mouseout',outHandler); - next.on('mouseover',overHandler); - prev.on('mouseout',outHandler); - prev.on('mouseover',overHandler); - }); + /*初始化水印*/ window.onload = function() { initWaterMark();