12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- .uni-popup.data-v-7da806a4 {
- position: fixed;
- z-index: 99;
- }
- .uni-popup__mask.data-v-7da806a4 {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- background-color: rgba(0,0,0,.4);
- opacity: 0;
- }
- .mask-ani.data-v-7da806a4 {
- transition-property: opacity;
- transition-duration: .2s;
- }
- .uni-bottom-mask.data-v-7da806a4,.uni-center-mask.data-v-7da806a4,.uni-top-mask.data-v-7da806a4 {
- opacity: 1;
- }
- .uni-popup__wrapper.data-v-7da806a4 {
- display: block;
- position: absolute;
- }
- .top.data-v-7da806a4 {
- top: 0;
- }
- .bottom.data-v-7da806a4 {
- bottom: 0;
- }
- .uni-popup__wrapper-box.data-v-7da806a4 {
- display: block;
- position: relative;
- padding-bottom: env(safe-area-inset-bottom);
- }
- .content-ani.data-v-7da806a4 {
- transition-property: opacity,-webkit-transform;
- transition-property: transform,opacity;
- transition-property: transform,opacity,-webkit-transform;
- transition-duration: .2s;
- }
- .uni-bottom-content.data-v-7da806a4,.uni-top-content.data-v-7da806a4 {
- transform: translateY(0);
- }
- .uni-center-content.data-v-7da806a4 {
- transform: scale(1);
- opacity: 1;
- }
|