index.scss 1.2 KB
@import '../../assets/scss/mixins';
@import '../../assets/scss/utils';

.page {
  .bgc {
    image {
      width: 100%;
      height: 100%;
    }
  }

  .bg {
    image {
      position: absolute;
      width: 750px;
      height: 1303px;
      top: -20px;
    }
  }

  .decoration {
    position: relative;

    .d1 {
      position: absolute;
      width: 160px;
      height: 192px;
      top: -100px;
      left: 0;
    }

    .d2 {
      position: fixed;
      width: 301px;
      height: 195px;
      left: 0;
      bottom: 0;
    }
  }

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

    .content {
      .btn {
        @include cb(336px, 88px);
        position: relative;
        margin: 0 auto;
      }
    }

    .rule-btn {
      position: absolute;
      top: 24px;
      right: 0;
      @include border-left-radius(30px);
      @include btc(162px, 60px);
      font-size: 30px;
      color: #bf0221;
      // border-radius: 30px;

      box-shadow: 7.4px 8.2px 27px 0 rgba(228, 78, 96, 0.86);
      background-image: linear-gradient(to right, #fbddd5, #f9efed 51%, #ffded9 99%), linear-gradient(to bottom, #000000, #000000);
      .c1{
        padding-left: 12px;
        // @extend .bb;
      }
    }
  }
}