poster.scss 960 Bytes
@import '../../assets/scss/mixins';
@import '../../assets/scss/utils';

.page {
  .bgc {}

  .bg {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  .main {
    position: relative;

    .top-space {
      height: 24px;
    }

    .content {
      position: relative;

      .poster-wrap {
        width: 700px;
        height: 921px;
        margin: 0 auto;

        .poster {
          width: 700px;
          height: 921px;
        }

        .tips {
          margin-top: 10px;
          color: #ebc6ce;
          font-size: 26px;
          @extend .bb;
          padding: 0 10px;
          font-weight: 300;
          line-height: 1.5;
        }

        .download-btn {
          margin: 28px auto 0;
          border-radius: 40px;
          background-image: linear-gradient(to right, #ffdcd4, #fdf2f0 51%, #ffdcd4);
          color: #a73136;
          font-size: 32px;
          @include btc(300px, 80px);
        }
      }


    }


  }
}