@import "src/assets/css/utils";
@import "../index";

.course-card-v {
  width: 165px;

  .show {
    position: relative;
    width: 100%;
    height: 119px;
    margin-bottom: 6px;

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

  .title {
    margin-bottom: 30px;
    font-size: 15px;
    color: #525c65;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    @include fontFamily("PingFangSC-Regular");
  }
}