tips-privacy-comp.scss 570 Bytes
@import '../../assets/scss/mixins';
@import '../../assets/scss/utils';

.comp-item {
  position: relative;
  width: 654px;
  height: 1036px;

  // background-color: wheat;
  .bg {
    position: absolute;
    width: 654px;
    height: 1036px;
  }

  .space1 {
    height: 730px;
  }

  .btn {
    // @include cb(234px, 64px);
    @include cb(300px, 80px);
    position: absolute;
    left: 0;
    right: 0;
    top: 1460px;
    // top: 1260px;
    margin: 0 auto;
  }


}

.close-wrap {
  text-align: center;
  color: #ffffff;

  .iconfont {
    font-size: 100px;
  }

}