78 lines
1.3 KiB
CSS
Executable File
78 lines
1.3 KiB
CSS
Executable File
/*search*/
|
|
.h_search_w {
|
|
width: 95%;
|
|
margin: 4.08rem auto 0.68rem;
|
|
position: relative;
|
|
}
|
|
.search-input {
|
|
width: 85%;
|
|
display: inline-block;
|
|
}
|
|
.search-input input {
|
|
border-radius: 35px;
|
|
background: #fff;
|
|
height: 2rem;
|
|
border: none;
|
|
width: 90%;
|
|
}
|
|
.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.9rem;
|
|
}
|
|
.search-button {
|
|
border: none;
|
|
font-size: 0.9rem;
|
|
color: #fff;
|
|
position: absolute;
|
|
right: 20px;
|
|
cursor: pointer;
|
|
background: #0060ff;
|
|
height: 2.5rem;
|
|
border-radius: 20px;
|
|
padding: 0 0.5rem;
|
|
-webkit-border-radius: 20px;
|
|
-moz-border-radius: 20px;
|
|
-ms-border-radius: 20px;
|
|
-o-border-radius: 20px;
|
|
}
|
|
.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 {
|
|
width: 31%;
|
|
float: left;
|
|
margin: 0.1rem 0 0.32rem;
|
|
}
|
|
.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;
|
|
}
|