37 lines
803 B
HTML
37 lines
803 B
HTML
<style>
|
|
.searchBar{
|
|
text-overflow: ellipsis!important;
|
|
width: 280px;
|
|
background: #f5f6fa;
|
|
border-color: #f5f6fa;
|
|
color: #828ba0;
|
|
font-size: 14px;
|
|
height: 50px;
|
|
padding-left: 38px;
|
|
padding-right: 8px;
|
|
position: relative;
|
|
z-index: 1;
|
|
overflow: visible;
|
|
margin: 0;
|
|
font-family: inherit;
|
|
box-sizing: border-box;
|
|
-webkit-appearance: textfield;
|
|
-webkit-rtl-ordering: logical;
|
|
cursor: text;
|
|
letter-spacing: normal;
|
|
word-spacing: normal;
|
|
text-transform: none;
|
|
text-indent: 0px;
|
|
text-shadow: none;
|
|
text-rendering: auto;
|
|
-webkit-box-direction: normal;
|
|
-webkit-tap-highlight-color: transparent;
|
|
text-align:center;
|
|
vertical-align: center;
|
|
|
|
}
|
|
</style>
|
|
|
|
<input class="searchBar">
|
|
<div></div>
|
|
</input> |