index.less 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. @charset "utf-8";
  2. #textbook-detail {
  3. .title {
  4. height: 42px;
  5. line-height: 42px;
  6. color: #303036;
  7. font-size: 16px;
  8. padding: 0 15px;
  9. border-bottom: 1px solid #eee;
  10. }
  11. .detail-list {
  12. padding: 0 15px;
  13. }
  14. .detail {
  15. border-bottom: 1px solid #eee;
  16. padding: 15px 0;
  17. .detail-title {
  18. color: #1A1A1F;
  19. font-size: 16px;
  20. margin-bottom: 5px;
  21. }
  22. .detail-desc {
  23. font-size: 12px;
  24. color: #686872;
  25. margin-bottom: 10px;
  26. }
  27. .detail-switch {
  28. text-align: right;
  29. margin-bottom: 10px;
  30. .g-switch-wrapper {
  31. margin-left: 5px;
  32. }
  33. }
  34. .detail-result {
  35. padding: 10px;
  36. font-size: 12px;
  37. color: #686872;
  38. background: #F1F1F1;
  39. }
  40. }
  41. .fixed {
  42. position: fixed;
  43. bottom: 0;
  44. left: 0;
  45. right: 0;
  46. height: 44px;
  47. line-height: 44px;
  48. border-top: 1px solid #eee;
  49. padding: 0 20px;
  50. .prev {
  51. font-size: 12px;
  52. color: #A2AAB5;
  53. display: inline-block;
  54. margin-right: 25px;
  55. .anticon {
  56. margin-right: 5px;
  57. }
  58. }
  59. .next {
  60. font-size: 12px;
  61. color: #A2AAB5;
  62. display: inline-block;
  63. .anticon {
  64. margin-left: 5px;
  65. }
  66. }
  67. .page {
  68. float: right;
  69. color: #A2AAB5;
  70. font-size: 12px;
  71. span {
  72. margin: 0 5px;
  73. color: #686872;
  74. }
  75. .assets {
  76. margin-left: 5px;
  77. width: 15px;
  78. height: 15px;
  79. margin-top: 14px;
  80. }
  81. .ant-list-item {
  82. padding: 0;
  83. }
  84. }
  85. }
  86. .filter-switch {
  87. position: fixed;
  88. bottom: 50px;
  89. right: 15px;
  90. width: 44px;
  91. height: 44px;
  92. background: #41A6F3;
  93. border-radius: 50%;
  94. padding-top: 6px;
  95. padding-left: 6px;
  96. overflow: hidden;
  97. .assets {
  98. width: 32px;
  99. height: 32px;
  100. }
  101. }
  102. .am-drawer {
  103. .am-drawer-sidebar {
  104. width: 240px;
  105. background: #fff;
  106. .filter {
  107. .body {
  108. border-bottom: 1px solid #eee;
  109. .item {
  110. line-height: 30px;
  111. padding: 15px;
  112. .label {
  113. color: #303036;
  114. font-size: 12px;
  115. }
  116. .value {
  117. border-bottom: 1px solid #eee;
  118. padding-bottom: 10px;
  119. }
  120. .left {
  121. display: inline-block;
  122. }
  123. .right {
  124. float: right;
  125. text-align: right;
  126. border: none;
  127. padding: 0;
  128. }
  129. .arrow {
  130. width: 15px;
  131. height: 15px;
  132. margin-top: 8px;
  133. }
  134. }
  135. }
  136. .ant-list-item {
  137. padding: 0px;
  138. .ant-list-item-extra {
  139. display: none;
  140. }
  141. }
  142. .footer {
  143. position: absolute;
  144. bottom: 20px;
  145. left: 0;
  146. right: 0;
  147. text-align: center;
  148. }
  149. }
  150. }
  151. }
  152. }