Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个简单的界面,通过提供用户可以在其上放置姓名以开始注册的行来复制“签署”文档的想法。我正在尝试找到某种方式为用户提供一个很好的书写线条,而不是标准框。有谁知道实现这一目标的任何技巧?
您可以像这样设置输入框的样式:
<input type="text" class="linebox" /> .linebox{ border: none; border-bottom: 1px solid black; }