index.less 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. @charset "utf-8";
  2. #sentence-read {
  3. height: 100%;
  4. background: rgba(221, 227, 237, 1);
  5. .layout {
  6. height: 100%;
  7. .layout-body {
  8. width: 1000px;
  9. margin: 0 auto;
  10. height: 100%;
  11. overflow: hidden;
  12. overflow-y: auto;
  13. background: #fff;
  14. padding: 20px 30px;
  15. position: relative;
  16. .crumb {
  17. color: #5E677B;
  18. margin-bottom: 5px;
  19. }
  20. .title {
  21. color: #000000;
  22. font-size: 20px;
  23. font-weight: 600;
  24. margin-bottom: 40px;
  25. }
  26. .text {
  27. color: #000000;
  28. line-height: 20px;
  29. }
  30. .overload {
  31. position: relative;
  32. margin: 0 20px;
  33. .text {
  34. position: absolute;
  35. left: 0;
  36. top: 0;
  37. width: 920px;
  38. }
  39. }
  40. .free-over {
  41. width: 560px;
  42. margin: 240px auto;
  43. text-align: center;
  44. .free-over-title {
  45. color: #333;
  46. font-size: 16px;
  47. margin-bottom: 10px;
  48. }
  49. .free-over-btn {
  50. display: inline-block;
  51. background: #4292F0;
  52. border-radius: 25px;
  53. padding: 5px 20px;
  54. margin-bottom: 40px;
  55. color: #fff;
  56. font-size: 20px;
  57. cursor: pointer;
  58. }
  59. .free-over-btn:hover {
  60. background: darken(#4292F0, 5)
  61. }
  62. .free-over-desc {
  63. width: 560px;
  64. background: rgba(245, 245, 245, 1);
  65. border-radius: 4px;
  66. padding: 20px;
  67. .free-over-desc-title {
  68. font-size: 12px;
  69. color: #989898;
  70. text-align: left;
  71. margin-bottom: 5px;
  72. }
  73. .free-over-desc-content {
  74. color: #5E677B;
  75. text-align: left;
  76. }
  77. }
  78. }
  79. }
  80. .layout-menu {
  81. position: absolute;
  82. top: 0;
  83. bottom: 0;
  84. right: 0;
  85. left: 0;
  86. padding: 60px;
  87. background: #fff;
  88. overflow: hidden;
  89. overflow-y: auto;
  90. .title {
  91. font-size: 24px;
  92. color: #333333;
  93. border-bottom: 1px solid #E5E7F0;
  94. padding-bottom: 30px;
  95. margin: 0;
  96. }
  97. .close {
  98. position: absolute;
  99. top: 60px;
  100. right: 30px;
  101. font-size: 14px;
  102. font-family: Helvetica Neue;
  103. width: 20px;
  104. height: 20px;
  105. line-height: 20px;
  106. text-align: center;
  107. cursor: pointer;
  108. color: #B1B1B1;
  109. }
  110. .chapter {}
  111. .chapter-item {
  112. height: 50px;
  113. line-height: 50px;
  114. padding-left: 20px;
  115. font-size: 20px;
  116. color: #333333;
  117. border-bottom: 1px solid #E5E7F0;
  118. cursor: pointer;
  119. &.trail {
  120. color: #999;
  121. }
  122. }
  123. .chapter-item:hover,
  124. .chapter-item.active {
  125. color: #4292F0;
  126. &trail {
  127. color: #999;
  128. }
  129. }
  130. .part-item {
  131. height: 50px;
  132. line-height: 50px;
  133. padding-left: 70px;
  134. font-size: 16px;
  135. color: #5E677B;
  136. border-bottom: 1px solid #E5E7F0;
  137. cursor: pointer;
  138. &.trail {
  139. color: #999;
  140. }
  141. }
  142. .part-item:hover,
  143. .part-item.active {
  144. color: #4292F0;
  145. &trail {
  146. color: #999;
  147. }
  148. }
  149. .page {
  150. float: right;
  151. padding-right: 20px;
  152. }
  153. }
  154. .layout-right {
  155. position: fixed;
  156. left: 50%;
  157. top: 45px;
  158. transform: translateX(500px);
  159. margin-left: 6px;
  160. }
  161. .layout-bottom {
  162. position: fixed;
  163. bottom: 20px;
  164. left: 22px;
  165. font-size: 10px;
  166. color: #8897A8;
  167. .per {
  168. margin-right: 10px;
  169. }
  170. .num {
  171. margin-right: 10px;
  172. }
  173. .btn {
  174. position: relative;
  175. .assets {
  176. cursor: pointer;
  177. }
  178. .jump {
  179. position: absolute;
  180. top: -40px;
  181. width: 120px;
  182. height: 30px;
  183. padding: 6px 10px;
  184. background: rgba(255, 255, 255, 0.5);
  185. .text {
  186. font-size: 12px;
  187. color: #8897A8;
  188. margin-right: 10px;
  189. display: inline-block;
  190. }
  191. .input {
  192. vertical-align: top;
  193. width: 36px;
  194. height: 18px;
  195. line-height: 18px;
  196. background: rgba(255, 255, 255, 1);
  197. display: inline-block;
  198. border: none;
  199. text-align: center;
  200. }
  201. .assets {
  202. vertical-align: top;
  203. }
  204. }
  205. }
  206. }
  207. .layout-progress {
  208. position: fixed;
  209. bottom: 0;
  210. left: 0;
  211. right: 0;
  212. }
  213. }
  214. }