...
|
...
|
@@ -47,7 +47,6 @@ |
|
|
}
|
|
|
|
|
|
.search-items {
|
|
|
/* margin: 40px 20px;*/
|
|
|
background: #f0f0f0;
|
|
|
|
|
|
h3 {
|
...
|
...
|
@@ -171,10 +170,6 @@ |
|
|
}
|
|
|
}
|
|
|
|
|
|
/*.hot-search {
|
|
|
margin-top: 38px;
|
|
|
}*/
|
|
|
|
|
|
.history-search {
|
|
|
padding-top: 30px;
|
|
|
}
|
...
|
...
|
@@ -227,9 +222,11 @@ |
|
|
position: relative;
|
|
|
padding: 14px 22px;
|
|
|
background: #f8f8f8;
|
|
|
|
|
|
form {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
.search-icon {
|
|
|
position: absolute;
|
|
|
font-size: 24px;
|
...
|
...
|
@@ -296,7 +293,7 @@ |
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
border:1px solid #b8b8b8;
|
|
|
border: 1px solid #b8b8b8;
|
|
|
border-radius: 0.2rem;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -304,27 +301,27 @@ |
|
|
font-size: 28px;
|
|
|
}
|
|
|
|
|
|
.clear-icon{
|
|
|
.clear-icon {
|
|
|
float: right;
|
|
|
color: #b8b8b8;
|
|
|
border: none;
|
|
|
background: white;
|
|
|
}
|
|
|
|
|
|
span{
|
|
|
span {
|
|
|
margin-right: 10px;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
|
|
|
.history-search{
|
|
|
border-bottom:1px solid #f3f3f3;
|
|
|
.history-search {
|
|
|
border-bottom: 1px solid #f3f3f3;
|
|
|
}
|
|
|
|
|
|
.hot-search{
|
|
|
.hot-search {
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
|
|
|
.clearfix{
|
|
|
.clearfix {
|
|
|
margin-left: 30px;
|
|
|
}
|
|
|
|
...
|
...
|
|