隐藏"Input"标签默认样式

版权声明:觉得有帮助到你的话,请在右边点个赞吧! https://blog.csdn.net/u011215669/article/details/85017770
input {
  width: 400px;
  border: none;
  background-color: inherit;
  border-bottom: #fbfee9 solid 3px;
  font-size: 2.4em;
  color: snow;
}
input:focus {
  background-color: inherit;
  border: none;
  border-bottom: #fbfee9 solid 3px;
}

猜你喜欢

转载自blog.csdn.net/u011215669/article/details/85017770