.scroll-item { animation: scroll linear 4s alternate infinite; } @keyframes scroll { 0% { background: red; } 100% { background: yellow; } }.
確定! 回上一頁