goview_vue/dist/static/css/index-9c2eb289.css

8 lines
99 KiB
CSS
Raw Normal View History

2023-06-06 11:55:37 +08:00
@charset "UTF-8";*{margin:0}.first-loading-wrp{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#17171a}.first-loading-wrp>h1{font-size:128px}.first-loading-wrp .loading-wrp{padding:98px;display:flex;justify-content:center;align-items:center}.dot{animation:antRotate 1.2s infinite linear;transform:rotate(45deg);position:relative;display:inline-block;font-size:32px;width:32px;height:32px;box-sizing:border-box}.dot i{width:14px;height:14px;position:absolute;display:block;background-color:#1890ff;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:antSpinMove 1s infinite linear alternate}.dot i:nth-child(1){top:0;left:0}.dot i:nth-child(2){top:0;right:0;-webkit-animation-delay:.4s;animation-delay:.4s}.dot i:nth-child(3){right:0;bottom:0;-webkit-animation-delay:.8s;animation-delay:.8s}.dot i:nth-child(4){bottom:0;left:0;-webkit-animation-delay:1.2s;animation-delay:1.2s}@keyframes antRotate{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@-webkit-keyframes antRotate{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes antSpinMove{to{opacity:1}}@-webkit-keyframes antSpinMove{to{opacity:1}}body[data-v-5419dc67]{overflow:hidden}*[data-v-5419dc67]{list-style:none}[data-v-5419dc67]::-webkit-scrollbar{width:8px;height:8px}[data-v-5419dc67]::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0);border-radius:2px}[data-v-5419dc67]::-webkit-scrollbar-thumb{border-radius:4px;background:#a3a3a3}.go-animation-twinkle[data-v-5419dc67]{animation:twinkle-5419dc67 2s ease;animation-iteration-count:infinite;opacity:1}@keyframes twinkle-5419dc67{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.v-modal-enter[data-v-5419dc67]{animation:v-modal-in-5419dc67 .2s ease}.v-modal-leave[data-v-5419dc67]{animation:v-modal-out-5419dc67 .2s ease forwards}@keyframes v-modal-in-5419dc67{0%{opacity:0}to{opacity:1}}@keyframes v-modal-out-5419dc67{0%{opacity:1}to{opacity:0}}.fade-enter-from[data-v-5419dc67],.fade-leave-to[data-v-5419dc67]{opacity:0}.fade-enter-active[data-v-5419dc67],.fade-leave-active[data-v-5419dc67]{transition:opacity .2s ease}.list-complete-item[data-v-5419dc67]{transition:all 1s}.list-complete-enter-from[data-v-5419dc67],.list-complete-leave-to[data-v-5419dc67]{opacity:0;transform:translateY(30px)}.list-complete-leave-active[data-v-5419dc67]{position:absolute}.go-transition[data-v-5419dc67]{transition:all .4s}.go-transition-quick[data-v-5419dc67]{transition:all .2s}.go-flex-center[data-v-5419dc67]{display:flex;justify-content:center;align-items:center;text-align:center}.go-flex-items-center[data-v-5419dc67]{display:flex;align-items:center;text-align:center}.go-flex-no-wrap[data-v-5419dc67]{flex-wrap:nowrap!important}.go-absolute-center[data-v-5419dc67]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.go-cursor-pointer[data-v-5419dc67]{cursor:pointer}.go-boderbox[data-v-5419dc67]{box-sizing:border-box}.go-background-filter[data-v-5419dc67]{backdrop-filter:blur(20px);box-shadow:0 8px 20px #00000026}[data-theme=light] .go-background-filter[data-v-5419dc67]{background-color:#f0f0f0b3}[data-theme=dark] .go-background-filter[data-v-5419dc67]{background-color:#232324b3}.go-background-filter-shallow[data-v-5419dc67]{backdrop-filter:blur(20px);box-shadow:0 8px 20px #00000026}[data-theme=light] .go-background-filter-shallow[data-v-5419dc67]{background-color:#f0f0f04d}[data-theme=dark] .go-background-filter-shallow[data-v-5419dc67]{background-color:#2323244d}.go-border-radius[data-v-5419dc67]{border-radius:8px;overflow:hidden}.go-point-bg[data-v-5419dc67]{background-size:15px 15px,15px 15px}[data-theme=light] .go-point-bg[data-v-5419dc67]{background-color:#fafafc}[data-theme=dark] .go-point-bg[data-v-5419dc67]{background-color:#18181c}.go-ellipsis-1[data-v-5419dc67]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.go-m-0[data-v-5419dc67]{margin:0}.go-m-1[data-v-5419dc67]{margin:.25em}.go-m-2[data-v-5419dc67]{margin:.5em}.go-m-3[data-v-5419dc67]{margin:1em}.go-m-4[data-v-5419dc67]{margin:1.
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-