Vai*_*y07 14
雅,这可能是DEMO HERE
HTML
<input type="text" class="text-line" />
Run Code Online (Sandbox Code Playgroud)
CSS
body {
background: #333333;
}
.text-line {
background-color: transparent;
color: #eeeeee;
outline: none;
outline-style: none;
border-top: none;
border-left: none;
border-right: none;
border-bottom: solid #eeeeee 1px;
padding: 3px 10px;
}
Run Code Online (Sandbox Code Playgroud)