.i-modal-mask.data-v-1c3be878 { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 1000; transition: all 0.2s ease-in-out; opacity: 0; visibility: hidden; } .i-modal-mask-show.data-v-1c3be878 { opacity: 1; visibility: visible; } .i-modal.data-v-1c3be878 { position: fixed; top: 50%; left: 50%; /* width: 85%; */ z-index: 1000; overflow: hidden; transition: all 0.2s; -webkit-transform: translate3d(-50%, -50%, 0) scale(0.6); transform: translate3d(-50%, -50%, 0) scale(0.6); opacity: 0; visibility: hidden; } .i-modal-show.data-v-1c3be878 { visibility: visible; -webkit-transform: translate3d(-50%, -50%, 0) scale(1); transform: translate3d(-50%, -50%, 0) scale(1); opacity: 1; }