style.less 923 Bytes
Newer Older
jim's avatar
jim committed
1
@import '~antd/lib/style/themes/default.less';
2 3

.filterCardList {
nikogu's avatar
nikogu committed
4
  margin-bottom: -24px;
5 6 7 8
  :global {
    .ant-card-meta-content {
      margin-top: 0;
    }
niko's avatar
niko committed
9 10 11 12
    // disabled white space
    .ant-card-meta-avatar {
      font-size: 0;
    }
陈帅's avatar
陈帅 committed
13

ddcat1115's avatar
ddcat1115 committed
14 15 16
    .ant-list .ant-list-item-content-single {
      max-width: 100%;
    }
17 18
  }
  .cardInfo {
niko's avatar
niko committed
19
    margin-top: 16px;
nikogu's avatar
nikogu committed
20
    margin-left: 40px;
陈帅's avatar
陈帅 committed
21 22 23 24 25 26 27 28 29 30 31 32
    zoom: 1;
    &::before,
    &::after {
      display: table;
      content: ' ';
    }
    &::after {
      clear: both;
      height: 0;
      font-size: 0;
      visibility: hidden;
    }
33 34 35 36
    & > div {
      position: relative;
      float: left;
      width: 50%;
陈帅's avatar
陈帅 committed
37
      text-align: left;
38
      p {
afc163's avatar
afc163 committed
39
        margin: 0;
陈帅's avatar
陈帅 committed
40 41
        font-size: 24px;
        line-height: 32px;
42 43
      }
      p:first-child {
陈帅's avatar
陈帅 committed
44
        margin-bottom: 4px;
ddcat1115's avatar
ddcat1115 committed
45
        color: @text-color-secondary;
46 47 48 49 50 51
        font-size: 12px;
        line-height: 20px;
      }
    }
  }
}