Authored by 郭成尧

Merge branch 'release/5.3.1' into 'gray'

hot line-height



See merge request !92
.search-page {
::-webkit-scrollbar {
width: 0;
height: 0;
}
.search-input {
position: relative;
padding: 14px 22px;
... ... @@ -51,13 +56,13 @@
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;
line-height: 0;
}
.hot-term {
... ... @@ -75,7 +80,7 @@
background: #fff;
font-size: 0.7rem;
width: auto;
margin-right: 15px;
margin-right: 15px;
}
.hot-title {
... ... @@ -84,7 +89,6 @@
border: none;
padding: 0;
}
}
.search-items {
... ... @@ -121,7 +125,6 @@
border-top: 1px solid #e0e0e0;
background: #fff;
padding: 30px;
/*margin-top: 30px;*/
}
.clear-icon {
... ... @@ -152,7 +155,6 @@
}
}
.search-content-title {
height: 40px;
... ...