From bf1ed7c0e55ff5a16e65cb4803757055cb9a488a Mon Sep 17 00:00:00 2001 From: devil_gong Date: Sun, 5 May 2019 18:18:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/index/default/css/goods.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/index/default/css/goods.css b/public/static/index/default/css/goods.css index ad51054a7..cc2f1616d 100755 --- a/public/static/index/default/css/goods.css +++ b/public/static/index/default/css/goods.css @@ -385,7 +385,7 @@ li.am-comment{ width:100%} .tb-thumb li div { border:1px solid #eee; overflow: hidden;} div.zoomDiv { z-index:999; position:absolute; top:0px; left:0px; width:400px; height:400px; background:#ffffff; border:1px solid #CCCCCC; display:none; text-align:center; overflow:hidden; } div.zoomDiv img { min-width: 1000px; display: block; } - div.zoomMask { position:absolute; background:url(../images/mask.png)repeat scroll 0 0 rgba(210, 54, 76, 0.42); cursor:move; z-index:1; } + div.zoomMask { position:absolute; background:url(../images/mask.png)repeat scroll 0 0 rgba(33, 150, 243, 0.3); cursor:move; z-index:1; } /*规格*/ .theme-popover {display: block;position: static;border:none ;box-shadow: none;width: 100%;} -- GitLab