第731天 写一个输入框聚焦时,边框不停地渐变的动画效果 [3+1官网](http://www.h-camel.com/index.html) [我也要出题](http://www.h-camel.com/contribution.html)
Activity
piterzhou commentedon Apr 19, 2021
添加一个类名为changinput的输入框,然后加上以下css代码即可
.changeinput{
border:1px solid black;
outline: none;