首页 > 代码库 > 发光的input框(纯css实现)

发光的input框(纯css实现)

css代码:
input{width: 200px;height: 40px;}
input.focus{border-color: #08c;box-shadow: 0 0 4px #8bd6fb;transition: all .2s ease-out 0s;}