| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399 |
- .w1200 {
- width: 1002px;
- margin: 20px auto 40px;
- background-color: #fff;
- border-radius: 10px;
- }
- .allWrap {
- background-color: #f8f8f8;
- }
- .videoList {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- // margin-top: 20px;
- }
- .detailWrap {
- display: flex;
- flex-direction: row;
- .detailLeft {
- width: 628px;
- padding: 0 24px;
- margin: 26px 0;
- // margin-right: 16px;
- border-right: 1px solid #e7e6e6;
- .detailTopImg {
- background-color: #fff;
- width: 628px;
- // height: 463px;
- margin-bottom: 24px;
- border-radius: 10px;
- }
- }
- }
- .courseDetailWrap {
- .courseDetailTitle {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: top;
- margin-bottom: 10px;
- word-break: break-all;
- .courseDetailText {
- width: 580px;
- font-size: 26px;
- font-weight: 600;
- color: #000000;
- line-height: 40px;
- word-break: break-all;
- }
- .courseTitleR {
- display: flex;
- flex-direction: row;
- justify-content: flex-end;
- align-items: bottom;
- position: relative;
- top: 10px;
- min-width: 130px;
- span {
- font-size: 16px;
- font-weight: 600;
- color: #00bf9b;
- line-height: 22px;
- }
- img {
- width: 20px;
- height: 20px;
- margin-right: 10px;
- }
- }
- }
- }
- .tag {
- background-color: rgba(188, 253, 241, 0.46);
- color: #00886d;
- // padding: 0px 4px;
- font-size: 14px;
- margin-right: 16px;
- border-radius: 20px;
- padding: 0 16px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- display: inline-block;
- margin-bottom: 50px;
- }
- .courseWrap {
- // padding: 20px;
- background-color: #fff;
- .courseTitle {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-size: 18px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 600;
- color: #333;
- line-height: 28px;
- word-break: break-all;
- img {
- width: 30px;
- height: 20px;
- margin-left: 10px;
- }
- }
- .courseInfo {
- margin-top: 14px;
- padding-bottom: 53px;
- word-break: break-all;
- // border-bottom: 1px solid #f0f0f0;
- p {
- font-size: 16px;
- font-weight: 400;
- color: #656565;
- line-height: 28px;
- word-break: break-all;
- // text-overflow: -o-ellipsis-lastline;
- // overflow: hidden; //溢出内容隐藏
- // text-overflow: ellipsis; //文本溢出部分用省略号表示
- // display: -webkit-box; //特别显示模式
- // -webkit-line-clamp: 2; //行数
- // line-clamp: 2;
- // -webkit-box-orient: vertical; //盒子中内容竖直排列
- }
- }
- }
- .courseListWrap {
- margin-top: 16px;
- word-break: break-all;
- .courseTitle {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 16px;
- .courseTitleLeft {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- font-size: 18px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 600;
- color: #333;
- line-height: 28px;
- align-items: center;
- img {
- width: 30px;
- height: 20px;
- margin-right: 10px;
- }
- }
- .courseTitlTimer {
- font-size: 16px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 600;
- color: #ff6422;
- line-height: 22px;
- display: flex;
- flex-direction: row;
- align-items: center;
- img {
- width: 16px;
- height: 16px;
- margin-right: 10px;
- }
- }
- }
- }
- .detailRight {
- width: 360px;
- .teacherInfo {
- padding: 26px 6px 20px 24px;
- background-color: #fff;
- h2 {
- font-size: 18px;
- font-weight: 600;
- color: #000000;
- line-height: 25px;
- margin-bottom: 23px;
- }
- .teacherTopInfo {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- .fensNum {
- font-size: 24px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 600;
- color: #ff8b00;
- line-height: 33px;
- text-align: center;
- }
- .fens {
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 20px;
- }
- }
- .teacherHeadWrap {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- .teacherHeadLeft {
- display: flex;
- flex-direction: row;
- align-items: center;
- .teacherHeader {
- width: 68px;
- height: 68px;
- border-radius: 50%;
- border: 1px solid #2dc7aa;
- overflow: hidden;
- margin-right: 17px;
- object-fit: cover;
- }
- .teacherHeadName {
- padding-top: 2px;
- // display: flex;
- // flex-direction: row;
- // align-items: center;
- font-size: 16px;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #000;
- line-height: 22px;
- span {
- margin-bottom: 10px;
- display: block;
- }
- .teacherIcon {
- width: 54px;
- height: 22px;
- margin-right: 5px;
- }
- }
- .iconWrapList {
- display: flex;
- flex-direction: row;
- align-items: center;
- .teacherDetailIcon {
- width: 26px;
- height: 26px;
- }
- .vipIcon {
- width: 42px;
- height: 26px;
- }
- }
- }
- .fensNum {
- font-size: 24px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 600;
- color: #ff8b00;
- line-height: 33px;
- }
- .fens {
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 20px;
- }
- .teacherHeadRight {
- width: 67px;
- height: 26px;
- background: #ff6969;
- border-radius: 13px;
- font-size: 14px;
- color: #ffffff;
- line-height: 26px;
- text-align: center;
- cursor: pointer;
- }
- .teacherHeadRight.isStart {
- height: 28px;
- border: 1px solid #ff6969;
- background: #fff;
- color: #ff6969;
- }
- }
- //
- .courseWrap {
- padding: 20px;
- background-color: #fff;
- .courseTitle {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-size: 20px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 600;
- color: #333;
- line-height: 28px;
- img {
- width: 26px;
- height: 26px;
- margin-right: 8px;
- }
- }
- }
- .titleWrap {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: flex-start;
- margin-top: 43px;
- padding-bottom: 20px;
- span {
- font-size: 20px;
- color: #000;
- line-height: 28px;
- font-weight: 600;
- }
- img {
- width: 24px;
- height: 24px;
- margin-right: 10px;
- }
- }
- .teacherDetail {
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999;
- line-height: 28px;
- }
- .teacherVideoList {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- .videoItem {
- cursor: pointer;
- &:hover {
- .player {
- visibility: visible;
- }
- }
- .player {
- position: absolute;
- width: 48px;
- height: 48px;
- left: 50%;
- top: 50%;
- margin-left: -24px;
- margin-top: -24px;
- visibility: hidden;
- }
- .Styles {
- width: 160px;
- height: 160px;
- }
- .videoItemVideo {
- width: 160px;
- height: 160px;
- object-fit: cover;
- border-radius: 10px;
- }
- margin-right: 10px;
- margin-bottom: 12px;
- width: 160px;
- height: 160px;
- position: relative;
- &:nth-child(2n) {
- margin-right: 0;
- }
- }
- }
- }
- .otherCourse {
- margin-top: 14px;
- padding: 16px 8px 10px 24px;
- background-color: #fff;
- h2 {
- font-size: 20px;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #000;
- line-height: 30px;
- margin-bottom: 20px;
- }
- }
- }
- .hotSearchWrap {
- margin-top: 20px;
- }
|