award.scss 3.09 KB
@import './../../styles/support.scss';
@import './../../styles/utils.scss';

$contentWidth:620px;

.page {

  color: #303531;

  .main {
    .top-space {
      height: 120px;
    }

    .content {

      .table {
        width: $contentWidth;
        // min-height: 800px;
        border-radius: 30px;
        background-color: #fff;
        margin: 0 auto;
        padding: 38px 0 48px;

        .tit {
          text-align: center;
          font-size: 40px;
          font-weight: 500;
          // padding: 38px 0 0;

          .t1 {
            font-size: 24px;
          }
        }

        .prize {
          position: relative;
          background-color: #ffdf1a;
          width: 210px;
          height: 210px;
          border-radius: 105px;
          margin: 20px auto 0;
          @extend .fcc;
          text-align: center;

          .img {
            height: 164px;
          }
        }

        .form {
          margin: 36px auto 0;

          &-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            @extend .bb;
            padding: 0 32px;
            font-size: 24px;
            margin: 32px 0;

            .label {
              width: 132px;
            }

            .label2 {
              align-self: flex-start;
            }

            .ipt {
              flex: 1;
              height: 52px;
              border: 1px solid #82acae;
              background-color: #addfe1;
              border-radius: 26px;
              line-height: 52px;
              display: flex;
              align-items: center;
              @extend .bb;
              padding: 0 16px;

            }

            .textarea {
              min-height: 120px;
            }

          }

          .btn-wrap {
            margin: 60px auto 0;
            position: relative;
            z-index: 101;

            .tips{
              text-align: center;
              font-size: 22px;
              padding: 12px 0;
              color: #333333;
              .rule-btn{
                color: $colorBlue;
                text-decoration: underline;
              }
            }

            .submit-btn {
              width: 342px;
              height: 110px;
              line-height: 100px;
              background-image: url("../../assets/imgs/btn2.png");
              @extend .bis;
              text-align: center;
              color: #fff;
              font-size: 40px;
              font-weight: 600;
              margin: 0 auto;
            }

            .disable {
              border-radius: 55px;
              line-height: 110px;
              background-image: none;
              color: #ffffff;
              background: #c9c9c9;
            }
          }


        }
      }
    }
  }

  .top {
    background-image: url('../../assets/imgs/head-leap.png');
    @extend .bis;
    width: 750px;
    height: 231px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .bottom {
    background-image: url('../../assets/imgs/award-c1.png');
    @extend .bis;
    width: 750px;
    height: 565px;
    position: fixed;
    bottom: 0;
    left: 0;
  }


}