init
This commit is contained in:
72
public/frontend/m_web/css/search.css
Executable file
72
public/frontend/m_web/css/search.css
Executable file
@@ -0,0 +1,72 @@
|
||||
/*search*/
|
||||
.h_search_w {
|
||||
width: 95%;
|
||||
margin: 0.68rem auto;
|
||||
position: relative;
|
||||
}
|
||||
.search-input {
|
||||
width: 90%;
|
||||
display: inline-block;
|
||||
}
|
||||
.search-input input {
|
||||
border-radius: 35px;
|
||||
background: #fff;
|
||||
height: 1.653rem;
|
||||
border: none;
|
||||
width: 80%;
|
||||
}
|
||||
.icon-small {
|
||||
position: absolute;
|
||||
left: 0.5rem;
|
||||
top: 0.39rem;
|
||||
color: #9b9b9b;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.form-text {
|
||||
padding-left: 1.8rem;
|
||||
font-size: 0.64rem;
|
||||
}
|
||||
.search-button {
|
||||
border: none;
|
||||
background: none;
|
||||
font-size: 0.64rem;
|
||||
color: #666;
|
||||
}
|
||||
.search-button a {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.search-list {
|
||||
width: 95%;
|
||||
margin: auto;
|
||||
}
|
||||
.search-list li {
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
.search-list-img {
|
||||
float: left;
|
||||
margin: 0.1rem 0 0.32rem;
|
||||
background-color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
.search-list-img img {
|
||||
margin: 0.5rem;
|
||||
width: 4.26rem;
|
||||
}
|
||||
.search-trans-list {
|
||||
width: 65%;
|
||||
float: right;
|
||||
}
|
||||
.search-list-title {
|
||||
font-size: 0.64rem;
|
||||
padding-top: 1rem;
|
||||
color: #333;
|
||||
padding-bottom: 0.45rem;
|
||||
}
|
||||
.search-list-subtitle {
|
||||
font-size: 0.586rem;
|
||||
color: #666;
|
||||
}
|
||||
Reference in New Issue
Block a user