小编Leo*_*lla的帖子

输入文本中固定的下划线

我正在尝试修复所有输入文本类型中的下划线,但没有成功。

例子:

在此处输入图片说明

我的代码:

input {
  width: 100%;
  background-color: #fcfcfc;
  border: 0;
  padding: 10px;
}
Run Code Online (Sandbox Code Playgroud)
<div class="col-lg-6 col-md-6 col-xs-12 col-sm-12">
  <label for="endereco">Endereço:</label>
  <input class="" id="endereco" type="text" tabindex="2" minlength="5" required>
</div>
Run Code Online (Sandbox Code Playgroud)

html css input underline twitter-bootstrap

3
推荐指数
2
解决办法
9941
查看次数

标签 统计

css ×1

html ×1

input ×1

twitter-bootstrap ×1

underline ×1