@import '../../index.less';
@import '~antd/es/style/themes/default.less';

@prefix: ~'@{mobile-prefix}-shou-shu';

.@{prefix} {
  .shou-shu-shi {
    .ant-row {
      .ant-col {
        border-right: @border-width-base @border-style-base @border-color-base;

        &:last-child {
          border-right: unset;
        }

        span {
          display: block;
        }
      }
    }
  }

  .ma-zui {
    .ant-col {
      background: #F2F6F7;

      span {
        display: block;

        &:first-child {
          font-size: 10px;
        }

        &:last-child {
          text-align: center;
        }
      }
    }
  }

  .zhan-bi {
    &.block-content {
      >div {
        &:last-child {
          padding: 0;
        }
      }
    }

    .bizcharts {
      margin: 0 auto;
    }
  }
}