getPrize.less 2.9 KB
.getPrize {
  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;

  .p-inner {
    width: 80%;
    height: 904rpx;
    opacity: 1;
    background: #7676b2;
    border: 8rpx solid #383481;
    border-radius: 40rpx;
    padding: 48rpx 32rpx 32rpx 32rpx;
    box-sizing: border-box;

    .form {
      .inp {
        color: white;
        font-size: 26rpx;
      }

      .inner_text {
        font-size: 32rpx;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
        margin-bottom: 50rpx;
        display: block;
      }

      .sure {
        font-size: 22rpx;
        text-align: left;
        color: #ffffff;
        display: flex;
        align-items: center;

        view:nth-of-type(1) {
          width: 30rpx;
          height: 30rpx;
          opacity: 1;
          background: #ffffff;
          border: 2rpx solid #383481;
          margin-right: 20rpx;
        }

        text:nth-of-type(1) {
          font-size: 22rpx;
          font-weight: 400;
          color: #ffffff;
        }
      }

      .btn {
        width: 82%;
        height: 68rpx;
        background-image: url(https://xiaoxiangauto.com/assets/draw3/zixun_btn.png);
        background-repeat: no-repeat;
        background-size: contain;
        font-size: 24rpx;
        color: #ffffff;
        text-shadow: 0rpx 8rpx 8rpx 0rpx rgba(188, 76, 20, 0.65);
        text-align: center;
        margin-top: 40rpx;
        border-radius: 50rpx;
      }

      // 批量样式
      .b {
        width: 100%;
        height: 76rpx;
        background: #383481;
        border-radius: 8rpx;
        display: flex;
        align-items: center;
        position: relative;
        padding: 0 20rpx;
        box-sizing: border-box;
        margin-bottom: 40rpx;

        input:nth-of-type(1) {
          width: 50%;
        }
      }

      .i {
        width: 32rpx;
        height: 32rpx;
        margin-right: 16rpx;
      }

      .pc {
        font-size: 24rpx;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.50);
      }

      .arrow {
        width: 24rpx;
        height: 24rpx;
        position: absolute;
        right: 16rpx;
      }

      .getcode {
        font-size: 24rpx;
        font-weight: 400;
        text-decoration: underline;
        color: #ffffff;
        position: absolute;
        right: 16rpx;
      }

      .ad {
        background: #FECC80 !important;
      }

      .v {
        width: 100%;
        height: 100%;
      }

      .brand {
        color: white;
        font-size: 25rpx;
      }
    }
  }

  .p-close {
    width: 48rpx;
    height: 48rpx;
    position: absolute;
    bottom: 50rpx;
  }
}