myPrize.less 3.1 KB
.myPrize {
  width: 100%;
  height: 100%;

  .mp-tab {
    margin-bottom: 50rpx;
  }

  .showPrize {
    padding: 0 32rpx;
    box-sizing: border-box;

    .spi2 {
      height: 220rpx !important;
      ;
    }

    .spi {
      width: 100%;
      height: 150rpx;
      margin-bottom: 50rpx;
      background: linear-gradient(180deg, #fff5f2, #fffefe 75%, #ffffff);
      border-radius: 12rpx;
      box-shadow: 0rpx 6rpx 12rpx 0rpx rgba(206, 206, 206, 0.10);

      .spii2 {
        height: 80% !important;
      }

      .spii {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: 100%;

        image:nth-of-type(1) {
          width: 90rpx;
          height: 80rpx;
        }

        .det {
          display: flex;
          flex-direction: column;

          text:nth-of-type(1) {
            font-size: 30rpx;
            font-weight: 600;
          }

          text:nth-of-type(2) {
            font-size: 25rpx
          }

          text:nth-of-type(3) {
            font-size: 25rpx
          }
        }

        .btn {
          width: 140rpx;
          height: 50rpx;
          line-height: 50rpx;
          border-radius: 40rpx;
          background: #e8370f;
          text-align: center;
          color: white;
          font-size: 25rpx;
        }

        .btn2 {
          color: #e8370f;
          font-size: 31rpx;
          font-weight: 800;
        }

      }

      // 已领取
      .my {
        width: 100%;
        height: 70rpx;
        border-top: 2rpx solid #8080803b;
        display: flex;
        align-items: center;
        justify-content: space-between;

        .mytxt {
          color: #e8370f;
          font-size: 25rpx;
        }

        .myitem {
          text:nth-of-type(1) {
            color: black;
            font-size: 25rpx;
          }

          image:nth-of-type(1) {
            width: 50rpx;
            height: 50rpx;
          }
        }
      }
    }
  }

  // 个人信息弹窗
  .back {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;

    .getMydetail {
      width: 80%;
      background: white;
      height: 700rpx;
      border-radius: 20rpx;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      padding: 0 32rpx;
      box-sizing: border-box;

      .tit {
        font-size: 35rpx;
        font-weight: 700;
      }

      .myDetail {
        width: 100%;
        height: 50rpx;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 2rpx solid #8080803b;
      }

      .button {
        width: 175rpx;
        height: 65rpx;
        line-height: 57rpx;
        border: 5rpx solid #e8370f;
        border-radius: 40rpx;
        color: #e8370f;
        text-align: center;
      }
    }
  }

}