index.less 857 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
@import "~antd/lib/style/themes/default.less";
@import "../../../utils/utils.less";

.numberInfo {
  h4 {
    color: @heading-color;
    margin-bottom: 16px;
  }
  h6 {
    color: @text-color-secondary;
    font-size: @font-size-base;
    height: 22px;
    line-height: 22px;
    .textOverflow();
  }
  & > div {
    margin-top: 8px;
    font-size: 0;
    .textOverflow();
    & > span {
      color: @heading-color;
      display: inline-block;
      line-height: 32px;
      height: 32px;
      font-size: 24px;
      margin-right: 32px;
    }
    .subTotal {
      color: @text-color-secondary;
      font-size: @font-size-base;
      vertical-align: top;
      i {
        font-size: 12px;
        transform: scale(0.82);
        margin-right: 4px;
      }
    }
  }
}
.numberInfolight {
  & > div {
    & > span {
      color: @text-color;
    }
  }
}