解决方法
也许这可能是一个优雅的解决方案.
如果您使用背景,那么您可以非常精确地指定它的位置,并且它可以提高可读性.
input[type="text"] { padding: 10px; background: linear-gradient(#000,#000),linear-gradient(#000,#000); background-size: 1px 20%,100% 1px,1px 20%; background-position: bottom left,bottom center,bottom right; background-repeat: no-repeat; border: none; color: #999; }
<input type="text" />