@import "../../styles/themes/variable.scss";

#{$xh-prefix}-result {
  width: 100%;
  font-family: PingFangSC-Regular, PingFang SC;
  color: var(--font-color);
  padding: 80px 28px;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  &.full {
    height: 100vh;
  }
  &-status {
    width: 240px;
    height: 240px;
    margin: 0 auto;
    display: block;
  }
  &-title {
    font-size: 32px;
    margin-top: 32px;
  }
  &-desc {
    font-size: 28px;
    color: var(--font-color-tertiary);
    margin-top: 12px;
  }
  &-slot {
    margin-top: 38px;
  }
  &-action {
    margin-top: 150px;
    &.hasSlot {
      margin-top: 68px;
    }
  }
}
