business.scss 2.07 KB
.business{
  width: 100%;
  height: 100%;
  .businessStatistics{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 2.58rem;
    padding:.14rem .24rem;
    position: relative;
    .flex-1 {
      font-size: .12rem;
    }
    .mt-0 {
      margin-bottom: 0 !important;
    }
    .circle{
      width: 1.25rem;
      height: 1.25rem;
      line-height: 1.25rem;
      background: #30DDF4;
      border: 0.01rem solid #30DDF4;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      z-index: 2;
      font-size:.18rem;
      font-family:PingFang-SC-Bold,PingFang-SC;
      font-weight:bold;
      color:#000E42;
      text-align: center;
    }
    .circleOut{
      width: 1.6rem;
      height: 1.6rem;
      background: #000E42;
      z-index: 1;
    }
    .box{
      display: inline-block;
      box-sizing: border-box;
      width: 2rem;
      height: .613rem;
      text-align: left;
      padding: 0 .16rem;
      background:rgba(144,224,255,0.15);
      color: #fff;
      border: 0.01rem solid #77E2FF;
      &:nth-of-type(2n){
        margin-left: .2rem;
        text-align: right;
      }
      .boxTitle{
        font-size:.16rem;
        font-family:PingFang-SC-Medium,PingFang-SC;
        font-weight:500;
        color:#fff;
        line-height: 2;
        white-space: nowrap;
        span{
          font-size:.12rem;
        }
      }
      .boxValue{
        font-size:.24rem;
        font-family:ZhenyanGB-Regular,ZhenyanGB;
        font-weight:400;
        color:#30DDF4;
      }
    }
    .horizontal{
      width: 1.7rem;
      height: .2rem;
    }
    .horizontal1 {
      background: #000E42;
      position: absolute;
      top:.773rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
    }
    .horizontal2 {
      top:1.6066rem;
    }
    .vertical{
      width: .2rem;
      height: 1.9rem;
      background: #000E42;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
    }
  }
}