course.scss 302 Bytes
Newer Older
xuzhenghua committed
1 2 3 4 5 6 7 8 9
.course-item {
  width: 47.8%;
  margin-top: 15px;
  margin-bottom: 5px;
  position: relative;

  img {
    width: 100%;
    height: 119px;
zhanghaozhe committed
10
    min-height: 119px;
xuzhenghua committed
11 12 13 14 15
  }

  .course-title {
    font-size: 14px;
    color: $color_333;
xuzhenghua committed
16
    min-height: 38px;
xuzhenghua committed
17 18 19 20
    line-height: 19px;
    margin-top: 9px;
  }
}