Blame view

src/component/tips-shake-comp/tips-shake-comp.scss 561 Bytes
simon committed
1 2 3 4 5 6
@import '../../assets/scss/mixins';
@import '../../assets/scss/utils';

.comp-item {
  position: relative;
  width: 654px;
simon committed
7
  height: 861px;
simon committed
8 9 10 11 12

  // background-color: wheat;
  .bg {
    position: absolute;
    width: 654px;
simon committed
13
    height: 861px;
simon committed
14 15 16
  }

  .space1 {
simon committed
17 18 19 20 21 22 23 24 25 26 27 28 29
    height: 200px;
  }

  .shake {
    position: relative;
    width: 344px;
    height: 403px;
    margin: 0 auto;

    .image {
      width: 344px;
      height: 403px;
    }
simon committed
30 31 32 33 34
  }

  .btn {
    position: relative;
    margin: 0 auto;
simon committed
35 36
    // @include cb(300px, 80px);
    @include cb(234px, 64px);
simon committed
37 38
  }
}