index.less 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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. }
  80. .am-list-item {
  81. padding: 0;
  82. width: 100%;
  83. .am-list-extra {
  84. display: none;
  85. }
  86. .am-list-line {
  87. padding: 0;
  88. .am-list-content {
  89. font-size: 12px;
  90. padding: 0px;
  91. }
  92. }
  93. }
  94. }
  95. }
  96. .filter-switch {
  97. position: fixed;
  98. bottom: 50px;
  99. right: 15px;
  100. width: 44px;
  101. height: 44px;
  102. background: #41A6F3;
  103. border-radius: 50%;
  104. padding-top: 6px;
  105. padding-left: 6px;
  106. overflow: hidden;
  107. .assets {
  108. width: 32px;
  109. height: 32px;
  110. }
  111. }
  112. .am-drawer {
  113. .am-drawer-sidebar {
  114. width: 240px;
  115. background: #fff;
  116. .filter {
  117. .body {
  118. border-bottom: 1px solid #eee;
  119. .item {
  120. line-height: 30px;
  121. padding: 15px;
  122. .label {
  123. color: #303036;
  124. font-size: 12px;
  125. }
  126. .value {
  127. border-bottom: 1px solid #eee;
  128. padding-bottom: 10px;
  129. }
  130. .left {
  131. display: inline-block;
  132. }
  133. .right {
  134. float: right;
  135. text-align: right;
  136. border: none;
  137. padding: 0;
  138. }
  139. .arrow {
  140. width: 15px;
  141. height: 15px;
  142. }
  143. }
  144. }
  145. .am-list-item {
  146. padding: 0px;
  147. .am-list-extra {
  148. display: none;
  149. }
  150. .am-list-line {
  151. padding: 0;
  152. line-height: 30px;
  153. height: 30px;
  154. .am-list-content {
  155. font-size: 12px;
  156. padding: 0px;
  157. }
  158. }
  159. }
  160. .footer {
  161. position: absolute;
  162. bottom: 20px;
  163. left: 0;
  164. right: 0;
  165. text-align: center;
  166. }
  167. }
  168. }
  169. }
  170. }