Authored by 郭成尧

search-style-adjust

.search-page {
::-webkit-scrollbar {
width: 0;
height: 0;
}
.search-input {
position: relative;
padding: 14px 22px;
... ... @@ -51,13 +56,12 @@
width: 100%;
overflow-x: auto;
border-bottom: 1px solid #e0e0e0;
height: 115px;
.new-hot {
background: #fff;
padding-left: 30px;
height: 110px;
padding-top: 25px;
padding-bottom: 25px;
}
.hot-term {
... ... @@ -75,7 +79,7 @@
background: #fff;
font-size: 0.7rem;
width: auto;
margin-right: 15px;
margin-right: 15px;
}
.hot-title {
... ... @@ -84,7 +88,6 @@
border: none;
padding: 0;
}
}
.search-items {
... ... @@ -121,7 +124,6 @@
border-top: 1px solid #e0e0e0;
background: #fff;
padding: 30px;
/*margin-top: 30px;*/
}
.clear-icon {
... ... @@ -152,7 +154,6 @@
}
}
.search-content-title {
height: 40px;
... ...