css 发光输入
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 发光输入相关的知识,希望对你有一定的参考价值。
input[type=text], textarea {
transition: all 0.30s ease-in-out;
outline: none;
padding: 3px 0px 3px 3px;
margin: 5px 1px 3px 0px;
border: 1px solid #ddd;
}
input[type=text]:focus, textarea:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
padding: 3px 0px 3px 3px;
margin: 5px 1px 3px 0px;
border: 1px solid rgba(81, 203, 238, 1);
}
以上是关于css 发光输入的主要内容,如果未能解决你的问题,请参考以下文章
css 发光的蓝色输入亮点
css 发光输入
css CSS发光动画
使用css自动发光效果
CSS3制作炫酷的自定义发光文字_Div+Css教程_三联
css 发光的文字