Skip to content
  • 首页
  • PHP源码
  • html5网页模板
  • js特效
  • Window软件
  • Mac软件
  • 服务器
  • 其他
Search
源码巴士
  • Sample Page

去除input边框

去除input边框

<input type="text">
input{
	border:0px;
}

去除点击后input的边框

input{
	outline:none;
}

版权声明:本文为weixin_36270908原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/weixin_36270908/article/details/98882452
文章导航
←dat.GUi入门
js 箭头函数 this→

Copyright © 2022 源码巴士  鲁ICP备19024253号-1