acdr-ui/dist/build/mp-weixin/node-modules/wot-design-uni/components/wd-popup/wd-popup.wxss

2 lines
2.1 KiB
Plaintext
Raw Normal View History

2024-09-19 07:20:14 +08:00
.wot-theme-dark .wd-overlay.data-v-22422fc7{background:var(--wot-overlay-bg-dark, rgba(0, 0, 0, .75))}.wd-overlay.data-v-22422fc7{position:fixed;left:0;top:0;right:0;bottom:0;background:var(--wot-overlay-bg, rgba(0, 0, 0, .65))}.wot-theme-dark .wd-popup.data-v-22422fc7{background:var(--wot-dark-background2, #1b1b1b)}.wot-theme-dark .wd-popup__close.data-v-22422fc7{color:var(--wot-dark-color, var(--wot-color-white, rgb(255, 255, 255)))}.wd-popup.data-v-22422fc7{position:fixed;max-height:100%;overflow-y:auto;background:#fff}.data-v-22422fc7 .wd-popup__close{position:absolute;top:10px;right:10px;color:var(--wot-popup-close-color, #666);font-size:var(--wot-popup-close-size, 24px);transform:rotate(-45deg)}.wd-popup--center.data-v-22422fc7{left:50%;top:50%;transform:translate3d(-50%,-50%,0)}.wd-popup--left.data-v-22422fc7{top:0;bottom:0;left:0}.wd-popup--right.data-v-22422fc7{top:0;right:0;bottom:0}.wd-popup--top.data-v-22422fc7{top:0;left:0;right:0}.wd-popup--bottom.data-v-22422fc7{right:0;bottom:0;left:0}.wd-center-enter-active.data-v-22422fc7,.wd-center-leave-active.data-v-22422fc7{transition-property:opacity}.wd-center-enter.data-v-22422fc7,.wd-center-leave-to.data-v-22422fc7{opacity:0}.wd-top-enter-active.data-v-22422fc7,.wd-top-leave-active.data-v-22422fc7,.wd-bottom-enter-active.data-v-22422fc7,.wd-bottom-leave-active.data-v-22422fc7,.wd-left-enter-active.data-v-22422fc7,.wd-left-leave-active.data-v-22422fc7,.wd-right-enter-active.data-v-22422fc7{transition-property:transform}.wd-top-enter.data-v-22422fc7,.wd-top-leave-to.data-v-22422fc7{transform:translate3d(0,-100%,0)}.wd-bottom-enter.data-v-22422fc7,.wd-bottom-leave-to.data-v-22422fc7{transform:translate3d(0,100%,0)}.wd-left-enter.data-v-22422fc7,.wd-left-leave-to.data-v-22422fc7{transform:translate3d(-100%,0,0)}.wd-right-enter.data-v-22422fc7,.wd-right-leave-to.data-v-22422fc7{transform:translate3d(100%,0,0)}.wd-zoom-in-enter-active.data-v-22422fc7,.wd-zoom-in-leave-active.data-v-22422fc7{transition-property:opacity,transform;transform-origin:center center}.wd-zoom-in-enter.data-v-22422fc7,.wd-zoom-in-leave-to.data-v-22422fc7{opacity:0;transform:translate3d(-50%,-50%,0) scale(.7)}