index.less 3.1 KB

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