|
|
.good-list-page {
|
|
|
.search-input {
|
|
|
position: relative;
|
|
|
padding: 7px 46px 7px 15px;
|
|
|
padding: 7px 15px;
|
|
|
background: #f8f8f8;
|
|
|
|
|
|
> form {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
.search-icon {
|
|
|
position: absolute;
|
|
|
font-size: 12px;
|
|
|
top: 16px;
|
|
|
left: 24px;
|
|
|
top: 9px;
|
|
|
left: 10px;
|
|
|
}
|
|
|
|
|
|
input {
|
|
|
height: 30px;
|
|
|
width: 95%;
|
|
|
width: 85%;
|
|
|
border-radius: 15px;
|
|
|
text-indent: 26px;
|
|
|
background: #fff;
|
...
|
...
|
@@ -22,14 +26,13 @@ |
|
|
|
|
|
.clear-input {
|
|
|
position: absolute;
|
|
|
top: 12px;
|
|
|
top: 5px;
|
|
|
right: 50px;
|
|
|
}
|
|
|
|
|
|
.search {
|
|
|
position: absolute;
|
|
|
top: 12px;
|
|
|
right: .4rem;
|
|
|
float: right;
|
|
|
margin-top: 6px;
|
|
|
border: none;
|
|
|
background: transparent;
|
|
|
font-size: 16px;
|
...
|
...
|
|