//空页面提示小图标
.info-icon {
  padding: 0 5px;
  color: @warning-color;
}

.tips-error {
  text-align: center;
  padding: 60px 0 20px;

  .text {
    font-size: 26px;
    padding: 10px 0 20px;
  }

  strong {
    color: #6699cc;
    font-weight: normal;
  }

  .ant-btn {
    margin-right: 10px;

    &:last-child {
      margin-right: 0;
    }
  }
}

.tips-no-open {
  position: relative;
  top: 100px;
  font-size: 14px;
  text-align: center;

  .qmIcon {
    font-size: 60px;
    color: #eee;
  }
}
