index.less 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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: 960px;
  38. }
  39. }
  40. }
  41. .layout-menu {
  42. position: absolute;
  43. top: 0;
  44. bottom: 0;
  45. right: 0;
  46. left: 0;
  47. padding: 60px;
  48. background: #fff;
  49. overflow: hidden;
  50. overflow-y: auto;
  51. .title {
  52. font-size: 24px;
  53. color: #333333;
  54. border-bottom: 1px solid #E5E7F0;
  55. padding-bottom: 30px;
  56. margin: 0;
  57. }
  58. .close {
  59. position: absolute;
  60. top: 60px;
  61. right: 30px;
  62. font-size: 14px;
  63. font-family: Helvetica Neue;
  64. width: 20px;
  65. height: 20px;
  66. line-height: 20px;
  67. text-align: center;
  68. cursor: pointer;
  69. color: #B1B1B1;
  70. }
  71. .chapter {}
  72. .chapter-item {
  73. height: 50px;
  74. line-height: 50px;
  75. padding-left: 20px;
  76. font-size: 20px;
  77. color: #333333;
  78. border-bottom: 1px solid #E5E7F0;
  79. }
  80. .part-item {
  81. height: 50px;
  82. line-height: 50px;
  83. padding-left: 70px;
  84. font-size: 16px;
  85. color: #5E677B;
  86. border-bottom: 1px solid #E5E7F0;
  87. cursor: pointer;
  88. }
  89. .part-item:hover,
  90. .part-item.active {
  91. color: #4292F0;
  92. }
  93. .page {
  94. float: right;
  95. padding-right: 20px;
  96. }
  97. }
  98. .layout-right {
  99. position: fixed;
  100. left: 50%;
  101. top: 45px;
  102. transform: translateX(500px);
  103. margin-left: 6px;
  104. }
  105. .layout-bottom {
  106. position: fixed;
  107. bottom: 20px;
  108. left: 22px;
  109. font-size: 10px;
  110. color: #8897A8;
  111. .per {
  112. margin-right: 10px;
  113. }
  114. .num {
  115. margin-right: 10px;
  116. }
  117. .btn {
  118. position: relative;
  119. .assets {
  120. cursor: pointer;
  121. }
  122. .jump {
  123. position: absolute;
  124. top: -40px;
  125. width: 120px;
  126. height: 30px;
  127. padding: 6px 10px;
  128. background: rgba(255, 255, 255, 0.5);
  129. .text {
  130. font-size: 12px;
  131. color: #8897A8;
  132. margin-right: 10px;
  133. display: inline-block;
  134. }
  135. .input {
  136. vertical-align: top;
  137. width: 36px;
  138. height: 18px;
  139. line-height: 18px;
  140. background: rgba(255, 255, 255, 1);
  141. display: inline-block;
  142. border: none;
  143. text-align: center;
  144. }
  145. .assets {
  146. vertical-align: top;
  147. }
  148. }
  149. }
  150. }
  151. .layout-progress {
  152. position: fixed;
  153. bottom: 0;
  154. left: 0;
  155. right: 0;
  156. }
  157. }
  158. }