.record-list-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.record-list-title {
  background: #5271c3;
  width: 100%;
  height: .32rem;
  flex-shrink: 0;
  border: 1px solid #8fC4f7;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.record-title-item {
  font-family: GameFont;
  font-size: .2rem;
  color: #ffffff;
  padding-top: .02rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  &:nth-child(1) {
    width: 3.6rem;
    justify-content: flex-start;
    padding-left: .5rem;
  }
  &:nth-child(2) {
    width: 2.4rem;
  }
  &:nth-child(3) {
    width: 2.4rem;
  }
  &:nth-child(4) {
    width: 3rem;
  }
  &:nth-child(5) {
    width: 2.2rem;
  }
}

.record-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 5.4rem;
  flex-shrink: 0;
  margin-top: .14rem;
  overflow: scroll;
  scrollbar-color: transparent;
  scrollbar-width: 0;
}

.empty-box {
  width: 9.54rem;
  height: 3.9rem;
  margin-top: .14rem;
  margin-left: .4rem;
}