diff --git a/src/routes/List/FilterCardList.less b/src/routes/List/FilterCardList.less
index 679cec4596059ccddbfe680f8cd0ab06982bb64b..d8cf0dc747898e0a3684ede42b1b5d4366974dd3 100644
--- a/src/routes/List/FilterCardList.less
+++ b/src/routes/List/FilterCardList.less
@@ -2,43 +2,30 @@
@import "../../utils/utils.less";
.filterCardList {
+ margin-bottom: -24px;
:global {
- .ant-card-meta-title {
- position: relative;
- top: 8px;
- }
.ant-card-meta-content {
margin-top: 0;
}
}
.cardInfo {
.clearfix();
- border: 1px solid @border-color-base;
- border-radius: @border-radius-base;
- padding: 8px 0;
- margin-top: 16px;
- width: 100%;
+ margin-top: 12px;
+ margin-left: 40px;
& > div {
position: relative;
- text-align: center;
+ text-align: left;
float: left;
width: 50%;
- & > span {
- background-color: @border-color-split;
- position: absolute;
- top: 0;
- right: 0;
- width: 1px;
- height: 44px;
- }
p {
- color: @text-color-secondary;
+ color: @text-color;
line-height: 32px;
font-size: 24px;
}
p:first-child {
font-size: 12px;
line-height: 20px;
+ margin-bottom: 4px;
}
}
}
diff --git a/src/routes/List/SearchList.js b/src/routes/List/SearchList.js
index f4d080cb27af74bf52d9ad6f58f738985d103f6a..2319fbeb8ddef52c80d0a471e15a9a0a467424d5 100644
--- a/src/routes/List/SearchList.js
+++ b/src/routes/List/SearchList.js
@@ -167,7 +167,7 @@ export default class SearchList extends Component {
};
const loadMore = showLoadMore ? (
-
+