主讲人
@@ -598,6 +602,7 @@ /* 直播课程 */ .live-box { margin-top: 2px; + height: 220px; .item { background: #fff; @@ -1082,6 +1087,63 @@ } } + .info { + display: block !important; + width: auto !important; + margin-left: 28px !important; + justify-content: space-between; + align-items: center; + overflow: hidden; + + .lfbox { + width: 96% !important; + height: auto !important; + + h2 { + font-size: 16px !important; + padding: 28px 0 8px; + } + + .m_description { + font-size: 14px; + color: #808696; + } + + .speaker-uid { + border-radius: 100px; + width: 40px; + height: 40px; + } + + .speaker { + margin-top: 30px; + + img { + margin-right: 12px; + } + + p { + line-height: 22px; + font-size: 12px; + } + + p:nth-child(2) { + font-weight: 600; + } + } + } + + .rtbox { + align-items: flex-start !important; + height: 100px; + margin-right: 0 !important; + + .btn-008-big { + padding: 10px 30px !important; + } + } + } + } /* end-pad */ @@ -1191,6 +1253,68 @@ /* end-phone */ + + +