index.less 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. @charset "utf-8";
  2. #product-course {
  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: 15px;
  37. padding-top: 59px;
  38. }
  39. .am-drawer {
  40. .am-drawer-sidebar {
  41. width: 240px;
  42. background: #fff;
  43. .filter {
  44. .body {
  45. .item {
  46. line-height: 30px;
  47. padding: 15px;
  48. border-bottom: 1px solid #eee;
  49. .label {
  50. color: #303036;
  51. font-size: 12px;
  52. }
  53. .value {
  54. border-bottom: 1px solid #eee;
  55. padding-bottom: 10px;
  56. }
  57. .left {
  58. display: inline-block;
  59. }
  60. .right {
  61. float: right;
  62. text-align: right;
  63. border: none;
  64. padding: 0;
  65. .g-checkbox-wrapper {
  66. padding-top: 3px;
  67. }
  68. .g-special-radio-wrapper {
  69. margin: 0 5px;
  70. }
  71. }
  72. .arrow {
  73. width: 15px;
  74. height: 15px;
  75. }
  76. }
  77. .sub {
  78. padding: 0 15px;
  79. border-bottom: 1px solid #eee;
  80. .item {
  81. padding: 10px 0;
  82. .label {
  83. color: #686872;
  84. }
  85. .value {
  86. border: none;
  87. padding: 0;
  88. }
  89. }
  90. .title {
  91. color: #303036;
  92. font-size: 12px;
  93. line-height: 40px;
  94. }
  95. }
  96. }
  97. .footer {
  98. position: absolute;
  99. bottom: 20px;
  100. left: 0;
  101. right: 0;
  102. text-align: center;
  103. }
  104. }
  105. }
  106. }
  107. }