UNPKG

weui-wxss

Version:
15 lines (14 loc) 268 B
.page { background-color: var(--weui-BG-2); } [weui-modal-show='false'] { .weui-half-screen-dialog { transition: transform 0.3s; transform: translateY(100%); } } [weui-modal-show='true'] { .weui-half-screen-dialog { transform: translateY(0); } }