index.scss 1.4 KB
page{
  background-color: #F5F5F5;
  font-family: PingFang-SC-Regular;
}
.page {
  font-size: 24px;

  .title {
    padding-left: 40px;
    font-size: 68px;
    background: #fff;
    font-family: SFProDisplay-Bold;
    font-weight: 500;
  }

  .content {
    margin-top: 10px
  }

  .ticket {
    background:url(https://img10.static.yhbimg.com/yhb-img01/2019/03/05/20/01b68a5d4f22945fe5afcf0f768538cfd3.png) no-repeat;
    background-size:contain;
    width:730px;
    height:222px;
    margin-left:10px;
    z-index:10;
    position:relative;

    .left {
      color: #002B47;
      width: 240px;
      text-align: center;
      float: left;

      .price {
        font-size: 72px;
        margin-top: 38px;
        font-weight: 600;
        font-family: SFProText-Semibold;
      }
      .type {
        font-size: 24px;
      }
    }
    .right {
      float: left;
      color: #999999;

      .name {
        margin-top: 22px;
        color: #222222;
        width: 400px;
        height: 72px;
      }

      .date {
        margin-bottom: 26px;
      }

      .desc {
        font-size: 22px;
      }

      .down {
        width:20px;
        height:20px;
      }
      .up {
        transform:rotate(180deg);
        width:20px;
        height:20px;
      }
    }
  }
  .desc-info {
    background: #fcfcfc;
    padding: 20px;
    margin:-21rpx 20rpx 20rpx;
    .p {
      margin-top: 8px;
      color:#444444;
    }
  }
}