xiaoliu66007

1.输入框边框完全隐藏<input type="text" style="outline:none;border:0" />

2.input去边框立体效果,去聚焦加亮,完全去css

.input
{
height:32px;
border-radius:5px;
outline:none;
border-top-style: groove;
border-right-style: groove;
border-bottom-style: groove;
border-left-style: groove;
border:1px solid #a1a1a1;
}

 

分类:

技术点:

相关文章:

  • 2021-11-18
  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-31
猜你喜欢
  • 2021-12-10
  • 2021-12-04
  • 2021-12-14
  • 2021-11-29
  • 2021-11-29
  • 2021-04-13
  • 2022-12-23
相关资源
相似解决方案