Authored by 郝肖肖

search list css

... ... @@ -150,40 +150,41 @@
}
}
.search-associate {
width: 100%;
background: #f8f8f8;
display: none;
position: absolute;
z-index: 1;
}
li {
height: 84px;
line-height: 84px;
width: 100%;
padding: 0 20px;
clear: both;
margin-bottom: 5px;
background: #fff;
box-sizing: border-box;
}
.search-associate {
width: 100%;
background: #f8f8f8;
display: none;
position: absolute;
z-index: 1;
li {
height: 84px;
line-height: 84px;
width: 100%;
padding: 0 20px;
clear: both;
margin-bottom: 5px;
background: #fff;
box-sizing: border-box;
}
.keyword {
float: left;
font-size: 30px;
}
.keyword {
float: left;
font-size: 30px;
}
.count {
float: right;
color: #b0b0b0;
font-size: 18px;
.count {
float: right;
color: #b0b0b0;
font-size: 18px;
i {
font-size: 12PX;
margin-left: 10px;
position: relative;
top: 3px;
}
i {
font-size: 12PX;
margin-left: 10px;
position: relative;
top: 3px;
}
}
}
... ...