123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 |
- @charset "utf-8";
- #course-detail {
- background: #fff;
- min-height: 100%;
- .content {
- width: 1140px !important;
- }
- .top {
- padding: 8px 0;
- height: 60px;
- line-height: 44px;
- }
- .center {
- padding-top: 20px;
- padding-bottom: 30px;
- position: relative;
- overflow: hidden;
- .detail {
- margin-bottom: 30px;
- .left {
- float: left;
- width: 750px;
- .left-top {
- background: #F3F3F3FF;
- line-height: 28px;
- padding: 11px 15px;
- margin-bottom: 20px;
- span {
- vertical-align: top;
- }
- .progress-text {
- margin-top: 2px;
- }
- }
- .video-layout {
- width: 100%;
- height: 520px;
- background: #3A3A3AFF;
- .video-water {
- display: none;
- position: absolute;
- font-size: 2%;
- color: #fff;
- width: 100%;
- user-select: none;
- transition-timing-function: linear;
- &.style-1 {
- display: block;
- top: 17%;
- }
- &.style-2 {
- display: block;
- top: 50%;
- }
- &.style-3 {
- display: block;
- top: 83%;
- }
- }
- .video-item.full {
- .video-fixed {
- display: block;
- }
- .video-water {
- font-size: 16px;
- }
- }
- .video-fixed {
- display: none;
- width: 400px;
- bottom: 56px;
- right: 10px;
- position: absolute;
- .tab-body {
- padding: 5px 15px;
- }
- .answer-layout {
- height: 430px;
- }
- .item-layout {
- height: 480px;
- }
- }
- }
- }
- .tab-warpper {
- .tabs {
- line-height: 36px;
- height: 36px;
- }
- .tab-body {
- padding-top: 5px;
- background: #fff;
- }
- .all-answer {
- line-height: 20px;
- height: 40px;
- padding: 10px;
- background: #F3F3F3FF;
- font-size: 12px;
- margin-bottom: 10px;
- .b {
- vertical-align: top;
- margin-top: 2.5px;
- width: 15px;
- height: 15px;
- background: #D8D8D8FF;
- }
- }
- .answer-layout {
- overflow-y: auto;
- .answer-item {
- border-bottom: 1px solid #eee;
- margin-bottom: 10px;
- .small-tag {
- display: inline-block;
- height: 16px;
- background: rgba(163, 207, 255, 1);
- border-radius: 2px;
- color: #fff;
- line-height: 16px;
- font-size: 10px;
- padding: 0 9px;
- }
- .desc {
- color: #303139;
- margin-bottom: 15px;
- }
- }
- }
- .item-layout {
- overflow-y: auto;
- .item {
- line-height: 20px;
- height: 60px;
- padding: 20px;
- margin-bottom: 10px;
- cursor: pointer;
- }
- .item.active {
- background: #F3F3F3FF;
- }
- }
- }
- .detail-right {
- padding-left: 790px;
- .answer-layout {
- height: 430px;
- }
- .item-layout {
- height: 480px;
- }
- }
- .detail-right.have {
- .answer-layout {
- height: 480px;
- }
- .item-layout {
- height: 530px;
- }
- }
- }
- }
- .bottom {
- background: #FAFAFAFF;
- .content {
- padding: 20px 0;
- .tab-layout {
- padding-top: 20px;
- .tab-title {
- border-left: 6px solid #7876FCFF;
- padding-left: 5px;
- color: #303036FF;
- font-size: 18px;
- margin-bottom: 5px;
- font-weight: bold;
- }
- .tab-desc {
- margin-bottom: 30px;
- font-size: 18x;
- }
- .qr-layout {
- text-align: center;
- padding: 20px;
- }
- .other-answer-carousel {
- padding: 50px 0;
- }
- }
- }
- }
- }
|