detail.scss 2.22 KB
@import '../../assets/scss/mixins';
@import '../../assets/scss/utils';

.page {
  .bgc {}

  .bg {}

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

    .content {
      position: relative;
    }
  }

  .detail {
    position: relative;
    width: 100%;
    height: 944px;
    background-color: #333333;

    .vid {
      margin: 232px auto 0;
      width: 100%;
      height: 360px;
    }

    .btn-wrap {
      color: #ffffff;
      margin: 142px auto 0;
      display: flex;

      .btn {
        width: 312px;
        height: 94px;
        font-size: 30px;
        background-color: #3ec03c;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;

        .iconfont {
          font-size: 48px;
        }

        .t1 {
          padding: 0 6px;
        }
      }

      .btn2 {
        background-color: #ae3f48;
      }
    }
  }

  .func {
    position: relative;
    @extend .bb;
    padding: 24px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    .user {
      display: flex;
      align-items: center;
      flex: 1;

      .portrait {
        width: 72px;
        height: 72px;
        border-radius: 72px;
      }

      .desc {
        @extend .bb;
        padding-left: 24px;
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;

        .t1 {
          width: 100%;
        }

        .name {
          font-size: 28px;
        }

        .num {
          font-size: 24px;
          color: #8d8d8d;
        }
      }

    }

    .btn-wrap {
      display: flex;

      .btn {
        margin-right: 24px;
        width: 180px;
        height: 68px;
        font-size: 24px;
        background-color: #3ec03c;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;

        .iconfont {
          font-size: 32px;
        }

        .t1 {
          padding: 0 6px;
        }

        &:last-child {
          margin-right: 0;
        }
      }

      .btn2 {
        background-color: #fecd9f;
        color: #7f776e;
      }


    }

  }

  .tit{
    @extend .bb;
    padding: 0 24px;
  }
}