input{ background:none;
outline:none;
border:none;(可设置需要的边框样式)
}
//边框正常显示下的样式
input:focus{
border:none;
//鼠标按下的边框样式