.my-dialog[data-v-5c2f1b14]{position:fixed;left:0;right:0;top:0;z-index:1000;width:100%;height:100%}.my-dialog-mask[data-v-5c2f1b14]{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(55,55,55,.65);height:100%;z-index:1000}.my-dialog-box[data-v-5c2f1b14]{position:absolute;top:50%;left:50%;max-width:90%;max-height:90%;transform:translate(-50%,-50%);z-index:1001;background-color:#fff;border:0;border-radius:6px;background-clip:padding-box;box-shadow:0 4px 12px rgba(0,0,0,.15)}.my-dialog-box-enter-active[data-v-5c2f1b14]{animation:bounce-in-data-v-5c2f1b14 .3s}.my-dialog-box-leave-active[data-v-5c2f1b14]{animation:bounce-in-data-v-5c2f1b14 .3s reverse}@keyframes bounce-in-data-v-5c2f1b14{0%{transform:translate(-50%,-50%) scale(.6);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.my-dialog-header[data-v-5c2f1b14]{border-bottom:1px solid #e8e8e8;padding:14px 16px;line-height:20px;font-size:14px;color:rgba(0,0,0,.65);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative}.my-dialog-close[data-v-5c2f1b14]{position:absolute;right:5px;top:50%;transform:translateY(-50%);cursor:pointer;height:20px}