element-ui
Version:
A Component Library for Vue.js.
1 lines • 937 B
CSS
.el-loading-spinner{height:12px;width:60px;top:50%;left:50%;font-size:0;text-align:center;margin-top:-6px;margin-left:-30px;z-index:10001}.el-loading-bubble{height:12px;width:12px;background-color:#fff;margin:0 3px;border-radius:50%;display:inline-block;-webkit-animation:1s cubic-bezier(.2,.68,.18,1.08) infinite both bubble-pulse;animation:1s cubic-bezier(.2,.68,.18,1.08) infinite both bubble-pulse}.el-loading-bubble.bubble1{-webkit-animation-delay:.16s;animation-delay:.16s}.el-loading-bubble.bubble2{-webkit-animation-delay:.32s;animation-delay:.32s}.el-loading-bubble.bubble3{-webkit-animation-delay:.48s;animation-delay:.48s}@-webkit-keyframes bubble-pulse{0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}@keyframes bubble-pulse{0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}