1.定义动画 /* * 注: * from{}to{} * 等同于 * 0%{}100%{} */ @keyframes myfirst { from { background: #0000FF; /*开始颜色*/ } to { background: #000000