css/core/animation/_rotateClockwise.scss @keyframes rotateClockwise { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
確定! 回上一頁