index.less 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. @charset "utf-8";
  2. #course-single {
  3. .content {
  4. width: 1200px !important;
  5. }
  6. .top {
  7. padding: 8px 30px;
  8. height: 60px;
  9. .tabs.text {
  10. background: none;
  11. padding: 0;
  12. display: inline-block;
  13. }
  14. .f-r {
  15. height: 44px;
  16. line-height: 44px;
  17. }
  18. }
  19. .center {
  20. background: #fff;
  21. .content {
  22. width: 1140px !important;
  23. .item-list {
  24. margin: 0 -20px;
  25. margin-bottom: 20px;
  26. .item {
  27. display: inline-block;
  28. margin: 0 20px;
  29. border: 3px solid #F7F7F7FF;
  30. background: #F7F7F7FF;
  31. border-radius: 4px;
  32. width: 254px;
  33. padding: 20px 20px 30px 60px;
  34. position: relative;
  35. cursor: pointer;
  36. .assets {
  37. position: absolute;
  38. left: 15px;
  39. top: 30px;
  40. }
  41. }
  42. .item.active {
  43. border: 3px solid rgba(66, 146, 240, 1);
  44. background: #fff;
  45. }
  46. }
  47. .item-detail {
  48. overflow: hidden;
  49. .left {
  50. float: left;
  51. width: 450px;
  52. height: 500px;
  53. background: #eee;
  54. }
  55. .right {
  56. padding-left: 490px;
  57. .input {
  58. position: relative;
  59. line-height: 32px;
  60. .up {
  61. cursor: pointer;
  62. position: absolute;
  63. left: 160px;
  64. top: 5px;
  65. font-size: 10px;
  66. color: #D0D8E2;
  67. transform: scale(0.8);
  68. }
  69. .down {
  70. cursor: pointer;
  71. position: absolute;
  72. left: 160px;
  73. top: 15px;
  74. font-size: 10px;
  75. color: #D0D8E2;
  76. transform: scale(0.8);
  77. }
  78. input {
  79. line-height: 32px;
  80. background: #F7F7F7FF;
  81. }
  82. }
  83. .action {
  84. margin-bottom: 10px;
  85. overflow: hidden;
  86. padding-top: 40px;
  87. .button {}
  88. .default.button {
  89. color: #4292F0;
  90. }
  91. }
  92. }
  93. }
  94. }
  95. }
  96. .bottom {
  97. background: #FAFAFAFF;
  98. .content {
  99. padding: 20px 0;
  100. }
  101. }
  102. }