MySQL Linux Ubuntu CentOS PHP Windows CSS3
2022年7月02日- 書箋
html:<p class="test"> 哈哈</p>
.test{ width: 200px; height: 200px; animation:bj 1s linear forwards; background: lightblue;} @-webkit-keyframes bj{ 100%{ transform: translateX(300px); }}