// 用于在学、在教班级 .class-wide-list { .title { margin-bottom: 20px; font-size: 20px; overflow: hidden; height: 36px; line-height: 36px; @media (max-width: @screen-sm-max) { height: 30px; line-height: 30px; font-size: 18px; } } .class-metas { color: @gray; .course-num { margin-right: 40px; } } .class-student { font-size: 16px; margin-bottom: 20px; color: @gray; .fa { margin-right: 10px; } } } // 待删除-有页面,但无调用的地方 // .classroom-block .classroom-img { // width: 150px; // float: left; // margin-right: 20px; // } // @media (min-width: 992px) and (max-width: 1199px) { // .classroom-block .classroom-img { // width: 120px; // margin-right: 10px; // } // } // @media (max-width: 767px) { // .classroom-block .classroom-img { // width: 120px; // margin-right: 10px; // } // } // .classroom-block .classroom-img img { // .border-radius; // } // .classroom-block .title { // font-size: 14px; // margin: 6px 0 6px 0; // height: 40px; // overflow: hidden; // } // @media (min-width: 992px) and (max-width: 1199px) { // .classroom-block .title { // margin: 0 0 6px 0; // } // } // @media (max-width: 767px) { // .classroom-block .title { // margin: 0 0 6px 0; // } // } // .classroom-block .content { // font-size: 14px; // color: #bbb; // margin-top: 4px; // } // @media (min-width: 992px) and (max-width: 1199px) { // .classroom-block .content { // margin-top: 0; // } // } // @media (max-width: 767px) { // .classroom-block .content { // margin-top: 0; // } // }