Authored by 毕凯

搜索筛选 增加分页数字悬浮背景色

... ... @@ -265,7 +265,7 @@
top: 39px;
background: #fff;
border: 1px solid #eaeceb;
z-index: 1;
z-index: 2;
ul {
max-width: 950px;
... ...
... ... @@ -54,14 +54,21 @@
> ul {
position: absolute;
display: none;
width: 42px;
padding: 0 3px;
width: 48px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background: #fff;
z-index: 1;
}
li {
padding: 0 3px;
border-bottom: 1px solid #ccc;
&:hover {
background: #376cf7;
color: #fff;
}
}
a {
... ... @@ -84,4 +91,4 @@
color: #f00;
}
}
}
\ No newline at end of file
}
... ...