index.less 1.06 KB
Newer Older
1
@import "~antd/lib/style/themes/default.less";
偏右's avatar
偏右 committed
2
@import "../../utils/utils.less";
3 4

.numberInfo {
niko's avatar
niko committed
5 6 7 8 9 10
  .suffix {
    color: @text-color;
    font-size: 16px;
    font-style: normal;
    margin-left: 4px;
  }
偏右's avatar
偏右 committed
11
  .numberInfoTitle {
afc163's avatar
afc163 committed
12 13
    color: @text-color;
    font-size: @font-size-lg;
14
    margin-bottom: 16px;
afc163's avatar
afc163 committed
15
    transition: all .3s;
16
  }
偏右's avatar
偏右 committed
17
  .numberInfoSubTitle {
18 19 20 21 22 23
    color: @text-color-secondary;
    font-size: @font-size-base;
    height: 22px;
    line-height: 22px;
    .textOverflow();
  }
偏右's avatar
偏右 committed
24 25
  .numberInfoValue {
    margin-top: 4px;
26 27 28 29 30 31 32 33 34 35 36 37
    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;
afc163's avatar
afc163 committed
38
      font-size: @font-size-lg;
39
      vertical-align: top;
afc163's avatar
afc163 committed
40
      margin-right: 0;
41 42 43
      i {
        font-size: 12px;
        transform: scale(0.82);
afc163's avatar
afc163 committed
44
        margin-left: 4px;
45 46 47 48 49
      }
    }
  }
}
.numberInfolight {
偏右's avatar
偏右 committed
50
  .numberInfoValue {
51 52 53 54 55
    & > span {
      color: @text-color;
    }
  }
}