jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/node_modules/antd-mini/es/Popup/index.acss
2024-11-10 15:01:22 +08:00

1 line
2.0 KiB
Plaintext

.ant-popup{position:fixed;top:0;bottom:0;left:0;right:0;z-index:998;touch-action:none}.ant-popup-mask{width:100%;height:100%;background-color:rgba(0,0,0,.55);animation-fill-mode:forwards}.ant-popup-mask-closing{animation-name:ant-popup-mask-close}.ant-popup-content{position:fixed;background:#fff;animation-fill-mode:forwards;animation-timing-function:ease-out;color:#333}.ant-popup-top{top:0;left:0;right:0;animation-name:ant-popup-top;border-radius:0 0 8px 8px}.ant-popup-top-close{animation-name:ant-popup-top-close}.ant-popup-right{top:0;right:0;bottom:0;animation-name:ant-popup-right}.ant-popup-right-close{animation-name:ant-popup-right-close}.ant-popup-bottom{left:0;right:0;bottom:0;animation-name:ant-popup-bottom;border-radius:8px 8px 0 0}.ant-popup-bottom-close{animation-name:ant-popup-bottom-close}.ant-popup-left{top:0;left:0;bottom:0;animation-name:ant-popup-left}.ant-popup-left-close{animation-name:ant-popup-left-close}.ant-popup-center{top:50%;left:50%;transform:translate3d(-50%,-50%,0);animation-name:ant-popup-center;border-radius:8px;background:0 0}.ant-popup-center-close{animation-name:ant-popup-center-close}@keyframes ant-popup-top{0%{top:-100%}100%{top:0}}@keyframes ant-popup-bottom{0%{bottom:-100%}100%{bottom:0}}@keyframes ant-popup-left{0%{left:-100%}100%{left:0}}@keyframes ant-popup-right{0%{right:-100%}100%{right:0}}@keyframes ant-popup-center{0%{transform:translate3d(-50%,-50%,0) scale(.1);opacity:0}100%{transform:translate3d(-50%,-50%,0) scale(1);opacity:1}}@keyframes ant-popup-top-close{0%{top:0}100%{top:-100%}}@keyframes ant-popup-bottom-close{0%{bottom:0}100%{bottom:-100%}}@keyframes ant-popup-left-close{0%{left:0}100%{left:-100%}}@keyframes ant-popup-right-close{0%{right:0}100%{right:-100%}}@keyframes ant-popup-center-close{0%{opacity:1;transform:translate3d(-50%,-50%,0) scale(1)}20%{opacity:.8;transform:translate3d(-50%,-50%,0) scale(.9)}100%{opacity:0;transform:translate3d(-50%,-50%,0) scale(.9)}}@keyframes ant-popup-mask-close{0%{background-color:rgba(0,0,0,.55)}100%{background-color:rgba(0,0,0,0)}}