From 8f0c87f95d057d307ed6433c9ffaab92b51e2f3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Fri, 8 Dec 2023 00:00:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20layer=20=E7=9A=84=20iframe?= =?UTF-8?q?=20=E5=B1=82=E5=9C=A8=E6=9F=90=E4=BA=9B=E6=83=85=E5=86=B5?= =?UTF-8?q?=E4=B8=8B=E5=87=BA=E7=8E=B0=E5=BC=82=E5=B8=B8=E7=BA=B5=E5=90=91?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/modules/layer.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/css/modules/layer.css b/src/css/modules/layer.css index 937ae235..fe48e817 100644 --- a/src/css/modules/layer.css +++ b/src/css/modules/layer.css @@ -260,7 +260,6 @@ html #layuicss-layer{display: none; position: absolute; width: 1989px;} .layui-layer-photos-footer a:hover{text-decoration: underline;} .layui-layer-photos-footer em{font-style: normal;} - /* 关闭动画 */ @-webkit-keyframes layer-bounceOut { 100% {opacity: 0; -webkit-transform: scale(.7); transform: scale(.7)} @@ -273,9 +272,3 @@ html #layuicss-layer{display: none; position: absolute; width: 1989px;} 0% {-webkit-transform: scale(1); -ms-transform: scale(1);transform: scale(1);} } .layer-anim-close{-webkit-animation-name: layer-bounceOut; animation-name: layer-bounceOut; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration:.2s; animation-duration:.2s;} - -@media screen and (max-width: 1100px) { - .layui-layer-iframe{overflow-y: auto; -webkit-overflow-scrolling: touch;} -} - -