index.less 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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. display: inline-block;
  52. margin-right: 25px;
  53. .anticon {
  54. margin-right: 5px;
  55. }
  56. }
  57. .next {
  58. display: inline-block;
  59. .anticon {
  60. margin-left: 5px;
  61. }
  62. }
  63. .page {
  64. float: right;
  65. color: #A2AAB5;
  66. font-size: 12px;
  67. span {
  68. margin: 0 5px;
  69. color: #686872;
  70. }
  71. .assets {
  72. margin-left: 5px;
  73. width: 15px;
  74. height: 15px;
  75. }
  76. }
  77. }
  78. .filter-switch {
  79. position: fixed;
  80. bottom: 50px;
  81. right: 15px;
  82. width: 44px;
  83. height: 44px;
  84. background: #41A6F3;
  85. border-radius: 50%;
  86. padding-top: 6px;
  87. padding-left: 6px;
  88. overflow: hidden;
  89. .assets {
  90. width: 32px;
  91. height: 32px;
  92. }
  93. }
  94. .am-drawer {
  95. .am-drawer-sidebar {
  96. width: 240px;
  97. background: #fff;
  98. .filter {
  99. .body {
  100. border-bottom: 1px solid #eee;
  101. .item {
  102. line-height: 30px;
  103. padding: 15px;
  104. .label {
  105. color: #303036;
  106. font-size: 12px;
  107. }
  108. .value {
  109. border-bottom: 1px solid #eee;
  110. padding-bottom: 10px;
  111. }
  112. .left {
  113. display: inline-block;
  114. }
  115. .right {
  116. float: right;
  117. text-align: right;
  118. border: none;
  119. padding: 0;
  120. }
  121. .arrow {
  122. width: 15px;
  123. height: 15px;
  124. }
  125. }
  126. }
  127. .footer {
  128. position: absolute;
  129. bottom: 20px;
  130. left: 0;
  131. right: 0;
  132. text-align: center;
  133. }
  134. }
  135. }
  136. }
  137. }