course.scss 697 Bytes
Newer Older
zhanghaozhe committed
1
@import "src/assets/css/variable";
xuzhenghua committed
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
    border-radius: 4px;
xuzhenghua committed
12
    vertical-align: bottom;
xuzhenghua committed
13 14 15 16 17 18 19 20 21 22 23 24 25
  }
  .course-status{
    width: 100%;
    height: 24px;
    position: absolute;
    top: 95px;
    border-radius: 0 0 3px 3px;
    text-align: center;
    line-height: 24px;
    color: $white;
    font-size: 13px;
    background-color: #E02E24;
    opacity: .6;
xuzhenghua committed
26 27 28
  }

  .course-title {
xuzhenghua committed
29
    text-align: justify;
xuzhenghua committed
30
    height: 45px;
xuzhenghua committed
31
    font-size: 14px;
xuzhenghua committed
32
    color: $color_525B65;
xuzhenghua committed
33
    min-height: 38px;
xuzhenghua committed
34 35
    line-height: 22px;
    margin-top: 6px;
xuzhenghua committed
36 37
  }
}