.toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000bf;color:#fff;padding:12px 20px;border-radius:8px;font-size:14px;z-index:9999;max-width:80%;text-align:center}.toast.success{background:#19be6be6}.toast.error{background:#fa3534e6}.toast-enter-active,.toast-leave-active{transition:opacity .3s ease}.toast-enter-from,.toast-leave-to{opacity:0}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{width:100%;height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;color:#333;background:#f7f8fa}#app{width:100%;height:100%}button{border:none;outline:none;cursor:pointer;font-family:inherit}input{outline:none;font-family:inherit}img{display:block}
