.base-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  scrollbar-width: 0;
  overflow: scroll;
}

.base-pic {
  width: 100%;
  height: auto;
  margin-bottom: .2rem;
}

.base-item {
  display: flex;
  flex-direction: row;
  padding-bottom: .1rem;
}

.base-label {
  font-size: .2rem;
  color: #547fe6;
}

.base-desc {
  font-size: .2rem;
  color: #294391;
}
// 对战说明单基本信息
.base-wrap-single {
  height: 4rem;
  padding: 0 .2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  .base-title {
    font-size: .24rem;
    color: #294391;
    line-height: .24rem;
    margin-bottom: .23rem;
    font-weight: 700;
  }

  .base-pic {
    width: 5.43rem;
    object-fit: contain;
  }

  .base-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: .29rem;
  }

  .base-desc {
    max-width: 3rem;
  }
}
