影 */ color: white; } @media screen and (max-width: 768px) { .search-input { position: absolute; right: 1rem; width: 38px; height: 38px; } } #loading { height: 320px; display: none; justify-content: center; align-items: center; z-index: 999; } .spinner-border { display: inline-block; width: 6rem; height: 6rem; vertical-align: text-bottom; border: .25em solid currentColor; border-right-color: transparent; border-radius: 50%; -webkit-animation: spinner-border .75s linear infinite; animation: spinner-border .75s linear infinite; color: #1f43d6; } @keyframes spinner-border { to { transform: rotate(360deg); } }