@@ -50,18 +50,6 @@ html #layuicss-skinlayercss{display: none; position: absolute; width: 1989px;}
5050
5151@-webkit-keyframes shake{0% , 100%{-webkit-transform : translateX (0 );transform : translateX (0 )}10% , 30%, 50%, 70%, 90% {-webkit-transform : translateX (-10px );transform : translateX (-10px )}20% , 40%, 60%, 80% {-webkit-transform : translateX (10px );transform : translateX (10px )}}@keyframes shake{0% , 100%{-webkit-transform : translateX (0 );-ms-transform : translateX (0 );transform : translateX (0 )}10% , 30%, 50%, 70%, 90% {-webkit-transform : translateX (-10px );-ms-transform : translateX (-10px );transform : translateX (-10px )}20% , 40%, 60%, 80% {-webkit-transform : translateX (10px );-ms-transform : translateX (10px );transform : translateX (10px )}}.layer-anim-06 {-webkit-animation-name : shake;animation-name : shake}@-webkit-keyframes fadeIn{0% {opacity : 0 }100% {opacity : 1 }}
5252
53- @-webkit-keyframes bounceOut { /* 关闭动画 */
54- 100% {opacity : 0 ; -webkit-transform : scale (.7 ); transform : scale (.7 )}
55- 30% {-webkit-transform : scale (1.05 ); transform : scale (1.05 )}
56- 0% {-webkit-transform : scale (1 ); transform : scale (1 );}
57- }
58- @keyframes bounceOut {
59- 100% {opacity : 0 ; -webkit-transform : scale (.7 ); -ms-transform : scale (.7 ); transform : scale (.7 );}
60- 30% {-webkit-transform : scale (1.05 ); -ms-transform : scale (1.05 ); transform : scale (1.05 );}
61- 0% {-webkit-transform : scale (1 ); -ms-transform : scale (1 );transform : scale (1 );}
62- }
63- .layer-anim-close {-webkit-animation-name : bounceOut;animation-name : bounceOut; -webkit-animation-duration : .2s ; animation-duration : .2s ;}
64-
6553/* 标题栏 */
6654.layui-layer-title {padding : 0 80px 0 20px ; height : 42px ; line-height : 42px ; border-bottom : 1px solid # eee ; font-size : 14px ; color : # 333 ; overflow : hidden; text-overflow : ellipsis; white-space : nowrap; background-color : # F8F8F8 ; border-radius : 2px 2px 0 0 ;}
6755.layui-layer-setwin {position : absolute; right : 15px ; * right : 0 ; top : 15px ; font-size : 0 ; line-height : initial;}
@@ -79,7 +67,7 @@ html #layuicss-skinlayercss{display: none; position: absolute; width: 1989px;}
7967
8068/* 按钮栏 */
8169.layui-layer-btn {text-align : right; padding : 0 10px 12px ; pointer-events : auto; user-select : none; -webkit-user-select : none;}
82- .layui-layer-btn a {height : 28px ; line-height : 28px ; margin : 0 6px ; padding : 0 15px ; border : 1px # dedede solid; background-color : # f1f1f1 ; color : # 333 ; border-radius : 2px ; font-weight : 400 ; cursor : pointer; text-decoration : none;}
70+ .layui-layer-btn a {height : 28px ; line-height : 28px ; margin : 6 px 6px 0 ; padding : 0 15px ; border : 1px # dedede solid; background-color : # f1f1f1 ; color : # 333 ; border-radius : 2px ; font-weight : 400 ; cursor : pointer; text-decoration : none;}
8371.layui-layer-btn a : hover {opacity : 0.9 ; text-decoration : none;}
8472.layui-layer-btn a : active {opacity : 0.8 ;}
8573.layui-layer-btn .layui-layer-btn0 {border-color : # 4898d5 ; background-color : # 2e8ded ; color : # fff ;}
@@ -124,7 +112,7 @@ html #layuicss-skinlayercss{display: none; position: absolute; width: 1989px;}
124112/* skin */
125113.layui-layer-lan [type = "dialog" ]{min-width : 280px ;}
126114.layui-layer-lan .layui-layer-title {background : # 4476A7 ; color : # fff ; border : none;}
127- .layui-layer-lan .layui-layer-btn {padding : 10px ; text-align : right; border-top : 1px solid # E9E7E7 }
115+ .layui-layer-lan .layui-layer-btn {padding : 5 px 10 px 10px ; text-align : right; border-top : 1px solid # E9E7E7 }
128116.layui-layer-lan .layui-layer-btn a {background : # BBB5B5 ; border : none;}
129117.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {background : # C9C5C5 ;}
130118.layui-layer-molv .layui-layer-title {background : # 009f95 ; color : # fff ; border : none;}
@@ -159,7 +147,7 @@ html #layuicss-skinlayercss{display: none; position: absolute; width: 1989px;}
159147.xubox_tabclose {position : absolute; right : 10px ; top : 5px ; cursor : pointer;}
160148
161149/* photo模式 */
162- .layui-layer-photos {-webkit-animation-duration : 1 s ; animation-duration : 1 s ;}
150+ .layui-layer-photos {-webkit-animation-duration : .8 s ; animation-duration : .8 s ;}
163151.layui-layer-photos .layui-layer-content {overflow : hidden; text-align : center;}
164152.layui-layer-photos .layui-layer-phimg img {position : relative; width : 100% ; display : inline-block; * display : inline; * zoom : 1 ; vertical-align : top;}
165153.layui-layer-imguide , .layui-layer-imgbar {display : none;}
@@ -175,6 +163,18 @@ html #layuicss-skinlayercss{display: none; position: absolute; width: 1989px;}
175163.layui-layer-imgtit a : hover {color : # fff ; text-decoration : underline;}
176164.layui-layer-imgtit em {padding-left : 10px ; font-style : normal;}
177165
166+ /* 关闭动画 */
167+ @-webkit-keyframes bounceOut {
168+ 100% {opacity : 0 ; -webkit-transform : scale (.7 ); transform : scale (.7 )}
169+ 30% {-webkit-transform : scale (1.05 ); transform : scale (1.05 )}
170+ 0% {-webkit-transform : scale (1 ); transform : scale (1 );}
171+ }
172+ @keyframes bounceOut {
173+ 100% {opacity : 0 ; -webkit-transform : scale (.7 ); -ms-transform : scale (.7 ); transform : scale (.7 );}
174+ 30% {-webkit-transform : scale (1.05 ); -ms-transform : scale (1.05 ); transform : scale (1.05 );}
175+ 0% {-webkit-transform : scale (1 ); -ms-transform : scale (1 );transform : scale (1 );}
176+ }
177+ .layer-anim-close {-webkit-animation-name : bounceOut;animation-name : bounceOut; -webkit-animation-duration : .2s ; animation-duration : .2s ;}
178178
179179@media screen and (max-width : 1100px ) {
180180 .layui-layer-iframe {overflow-y : auto; -webkit-overflow-scrolling : touch;}
0 commit comments