@import "src/assets/css/variable";
.v-list-item {
  height: 138px;
  padding: 15px 15px 0;

  .content {
    display: flex;
    height: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid $sp_e7eaf1;

    .cover {
      flex: 0 0 auto;
      margin-right: 16px;
      position: relative;
      width: 150px;
      img {
        width: 150px;
        height: 108px;
        border-radius: 4px;
      }
    }
    .course-status {
      width: 100%;
      height: 24px;
      position: absolute;
      bottom: -1px;
      border-radius: 0 0 3px 3px;
      text-align: center;
      line-height: 24px;
      color: $white;
      font-size: 13px;
    }
  }
}