index.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. @charset "utf-8";
  2. #product-course-video {
  3. .top {
  4. position: absolute;
  5. top: 0;
  6. left: 0;
  7. right: 0;
  8. border-bottom: 1px solid #eee;
  9. height: 44px;
  10. padding: 0 15px;
  11. color: #686872;
  12. .am-tabs {
  13. width: 150px;
  14. display: inline-block;
  15. position: absolute;
  16. }
  17. .right {
  18. float: right;
  19. padding: 10px;
  20. .assets {
  21. margin-left: 5px;
  22. width: 20px;
  23. height: 20px;
  24. }
  25. }
  26. .right::before {
  27. content: '';
  28. position: absolute;
  29. transform: translateX(-10px);
  30. width: 1px;
  31. height: 24px;
  32. background: #eee;
  33. }
  34. }
  35. .list {
  36. padding-top: 46px;
  37. height: 100%;
  38. .am-list-body {
  39. padding: 15px;
  40. }
  41. .am-list-body::before {
  42. background: none;
  43. }
  44. .am-list-body::after {
  45. background: none;
  46. }
  47. }
  48. .am-drawer {
  49. .am-drawer-sidebar {
  50. width: 240px;
  51. background: #fff;
  52. .filter {
  53. .body {
  54. .item {
  55. line-height: 30px;
  56. padding: 15px;
  57. border-bottom: 1px solid #eee;
  58. .label {
  59. color: #303036;
  60. font-size: 12px;
  61. }
  62. .value {
  63. border-bottom: 1px solid #eee;
  64. padding-bottom: 10px;
  65. }
  66. .left {
  67. display: inline-block;
  68. }
  69. .right {
  70. float: right;
  71. text-align: right;
  72. border: none;
  73. padding: 0;
  74. .g-checkbox-wrapper {
  75. padding-top: 3px;
  76. }
  77. .g-special-radio-wrapper {
  78. margin: 0 5px;
  79. }
  80. }
  81. .arrow {
  82. width: 15px;
  83. height: 15px;
  84. }
  85. }
  86. .sub {
  87. padding: 0 15px;
  88. border-bottom: 1px solid #eee;
  89. .item {
  90. padding: 10px 0;
  91. .label {
  92. color: #686872;
  93. }
  94. .value {
  95. border: none;
  96. padding: 0;
  97. }
  98. }
  99. .title {
  100. color: #303036;
  101. font-size: 12px;
  102. line-height: 40px;
  103. }
  104. }
  105. }
  106. .footer {
  107. position: absolute;
  108. bottom: 20px;
  109. left: 0;
  110. right: 0;
  111. text-align: center;
  112. }
  113. }
  114. }
  115. }
  116. }