123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- @charset "utf-8";
- #course-single {
- .content {
- width: 1200px !important;
- }
- .top {
- padding: 8px 30px;
- height: 60px;
- .tabs.text {
- background: none;
- padding: 0;
- display: inline-block;
- }
- .f-r {
- height: 44px;
- line-height: 44px;
- }
- }
- .center {
- background: #fff;
- .content {
- width: 1140px !important;
- .item-list {
- margin: 0 -20px;
- margin-bottom: 20px;
- .item {
- display: inline-block;
- margin: 0 20px;
- border: 3px solid #F7F7F7FF;
- background: #F7F7F7FF;
- border-radius: 4px;
- width: 254px;
- padding: 20px 20px 30px 60px;
- position: relative;
- cursor: pointer;
- .assets {
- position: absolute;
- left: 15px;
- top: 30px;
- }
- }
- .item.active {
- border: 3px solid rgba(66, 146, 240, 1);
- background: #fff;
- }
- }
- .item-detail {
- overflow: hidden;
- .left {
- float: left;
- width: 450px;
- height: 500px;
- background: #eee;
- }
- .right {
- padding-left: 490px;
- .input {
- position: relative;
- line-height: 32px;
- .up {
- cursor: pointer;
- position: absolute;
- left: 160px;
- top: 5px;
- font-size: 10px;
- color: #D0D8E2;
- transform: scale(0.8);
- }
- .down {
- cursor: pointer;
- position: absolute;
- left: 160px;
- top: 15px;
- font-size: 10px;
- color: #D0D8E2;
- transform: scale(0.8);
- }
- input {
- line-height: 32px;
- background: #F7F7F7FF;
- }
- }
- .action {
- margin-bottom: 10px;
- overflow: hidden;
- padding-top: 40px;
- .button {}
- .default.button {
- color: #4292F0;
- }
- }
- }
- }
- }
- }
- .bottom {
- background: #FAFAFAFF;
- .content {
- padding: 20px 0;
- }
- }
- }
|