Authored by 毕凯

列表页 选择条件过多时间的样式修改 code review by bikai

... ... @@ -9,6 +9,7 @@
&:first-child {
border-top: none;
background: #eaeceb;
padding: 5px 15px;
}
}
... ... @@ -58,11 +59,15 @@
.checked-conditions {
line-height: 30px;
.title {
margin-top: 5px;
}
.tag {
display: block;
float: left;
padding: 0 10px;
margin-right: 30px;
margin: 5px 30px 5px 0;
background: #000;
color: #fff;
cursor: pointer;
... ... @@ -76,6 +81,7 @@
}
.clear-checked {
margin-top: 5px;
color: #999;
float: right;
}
... ...