A { color: #999; transition: color 1s ease-in-out; } A:hover { color: #000; }. 现场演示. 不,在CSS中没有鼠标离开的明确属性。 您可以使用:hover在除了有问题的 ...
確定! 回上一頁