index.scss 1.17 KB
Newer Older
xuzhenghua committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
.class-box {
  background-color: $bg_fff;
}

.class-title {
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #F7F9FC;
  font-size: 16px;
  color: $color_333;
}

.class-course {
  width: 100%;
  margin-top: 20px;
  padding: 0 15px;

  .course-items-title {
    font-size: 13px;
    color: $color_333;

    img {
      margin-right: 8px;
      width: 10px;
      height: 11px;
    }
  }

  .items-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    .item-banner {
      display: inline-block;
      width: 30.5%;
      height: 76px;
      margin-top: 10px;

      img {
        width: 100%;
        height: 100%;
        border-radius: 3px;
      }
    }

    .item-label {
      display: inline-block;
      width: 30.5%;
      height: 30px;
      line-height: 30px;
      text-align: center;
      background-color: $bg_f4f4f4;
      border-radius: 15px;
      margin-top: 15px;
      margin-bottom: -5px;
    }
  }

}
.vip {
  width: 100%;
  height: 130px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 0 15px;

  img {
    width: 100%;
    height: 106px;
    border-radius: 5px;
  }
}