CSS - input 只显示下边框

Posted 500m

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS - input 只显示下边框相关的知识,希望对你有一定的参考价值。

  
CSS 样式 :
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: solid;

以上是关于CSS - input 只显示下边框的主要内容,如果未能解决你的问题,请参考以下文章