.press-record-detail {
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, rgba(78, 85, 244, .60) 0%, rgba(78, 85, 244, .15) 100%);
  overflow-y: auto;
}

.press-record-detail__left-info {
  margin-right: .1rem;
}

.press-record-detail__right-info {
  flex-shrink: 0;
}

.press-record-detail__empty-box {
  padding: .3rem;
  width: 100%;
  height: 100%;
}

.press-record-detail__empty-inner {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .30);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.press-record-detail__empty-icon {
  width: 2.4rem;
  height: 1.6rem;
  background: url(https://image-1251917893.file.myqcloud.com/2025/brand-lottery/lottery-empty.png) no-repeat;
  background-size: 100% 100%;
}

.press-record-detail__empty-text {
  color: rgba(0, 0, 0, .40);
  text-align: center;
  font-size: .24rem;
}

.press-record-detail__header {
  display: none;
}

.press-record-detail__list {
  padding: .28rem .3rem;
}

.press-record-detail__item {
  width: 100%;
  min-height: 1.2rem;
  border-radius: .12rem;
  border: .02rem solid #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, .90) 0%, rgba(255, 255, 255, .60) 100%);
  padding: .28rem .26rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .12rem;

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

.press-record-detail__name {
  color: #000;
  font-size: .24rem;
  font-weight: 600;
  width: 3.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.press-record-detail__time {
  margin-top: .1rem;
  color: rgba(0, 0, 0, .40);
  font-size: .2rem;
}

.press-record-detail__btn {
  height: .52rem;
  line-height: .52rem;
  text-align: center;
  border-radius: .08rem;
  flex-shrink: 0;
  color: #5d5be5;
  font-size: .24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(90deg, rgba(80, 171, 255, 1), rgba(146, 95, 255, 1));
  padding: .02rem; // 边框宽度

  .press-record-detail__btn-inner {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: .06rem; // 内部圆角略小
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .2rem;
  }
}
