information.less 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. ul,
  6. li {
  7. list-style: none;
  8. }
  9. table {
  10. border-collapse: collapse;
  11. border-spacing: 0;
  12. }
  13. body {
  14. font-size: 14px;
  15. overflow-y: hidden;
  16. font-family: '微软雅黑', '宋体';
  17. background: #dde2ea;
  18. height: 100%;
  19. color: #1E1E1E;
  20. line-height: 21px;
  21. }
  22. h1 {
  23. margin: 0 0px 25px 0px !important;
  24. font-size: 22px !important;
  25. line-height: 37px;
  26. padding: 0 0 0 40px;
  27. }
  28. .titleH2 {
  29. font-size: 16px;
  30. position: relative;
  31. background: #fff;
  32. padding-right: 6px;
  33. font-weight: bold;
  34. line-height: 30px;
  35. }
  36. .content {
  37. position: relative;
  38. height: 550px;
  39. }
  40. .infoBox {
  41. border-left: 1px solid #969C9F;
  42. padding: 0 0 0 33px;
  43. margin: 0 0 20px 0;
  44. }
  45. .infoWrapper {
  46. padding: 0 0 0 40px;
  47. }
  48. .circleBox {
  49. position: absolute;
  50. z-index: 10;
  51. background: #fff;
  52. left: -40px;
  53. height: 32px;
  54. top: -1px;
  55. }
  56. .circle {
  57. display: inline-block;
  58. *display:inline;
  59. *zoom:1;
  60. width: 10px;
  61. height: 10px;
  62. border-radius: 50%;
  63. background: #3B9ED0;
  64. position: relative;
  65. top: 2px;
  66. }
  67. .infos {
  68. height: 100%;
  69. overflow-y: auto;
  70. padding: 0 60px 0 0;
  71. }
  72. .infos>div {
  73. margin-right: 160px;
  74. }
  75. .title {
  76. position: relative;
  77. line-height: 24px;
  78. margin: 0 0 13px;
  79. }
  80. .line {
  81. border-bottom: 1px dashed #ccc;
  82. }
  83. .container {
  84. width:100%;
  85. overflow: hidden;
  86. background: #fff;
  87. margin: 0 auto;
  88. padding: 40px 0 30px 0px;
  89. display: none;
  90. position: relative;
  91. left: 0;
  92. right: 0;
  93. }
  94. pre {
  95. white-space: pre-wrap;
  96. word-wrap: break-word;
  97. color: #1E1E1E;
  98. ol li {
  99. list-style: decimal;
  100. list-style-position:inside;
  101. }
  102. ul {
  103. padding-left: 20px;
  104. li {
  105. list-style-position:inside;
  106. list-style: inside;
  107. }
  108. }
  109. }
  110. .anchors {
  111. width: 200px;
  112. position: absolute;
  113. right:15px;
  114. top: 0;
  115. margin-right: 14px;
  116. overflow: auto;
  117. height: 100%;
  118. }
  119. .anchors ul {
  120. padding: 15px 0px 15px 20px;
  121. border-radius: 4px;
  122. border: 1px solid #F5F6F7;
  123. background-color: #F5F6F7;
  124. line-height: 19px;
  125. }
  126. .anchors li {
  127. position: relative;
  128. border-left: 2px solid #E0E2E3;
  129. }
  130. .anchors .anchor-line {
  131. height: 20px;
  132. width: 0;
  133. border-left: 2px solid #E0E2E3;
  134. }
  135. .anchors .anchor-line:last-child {
  136. display: none;
  137. }
  138. .anchors i {
  139. position: absolute;
  140. display: inline-block;
  141. width: 8px;
  142. height: 8px;
  143. border-radius: 5px;
  144. border: 1px solid #E0E2E3;
  145. background-color: #E0E2E3;
  146. left: -6px;
  147. top: 5px;
  148. }
  149. .anchors a {
  150. display: inline-block;
  151. position: relative;
  152. top: 0;
  153. left: 0;
  154. width: 132px;
  155. padding: 0 0px 0 20px;
  156. text-decoration: none;
  157. font-size: 14px;
  158. font-weight: 400;
  159. color: #777;
  160. word-wrap: break-word;
  161. }
  162. .anchors .active a {
  163. color: #3B9ED0 !important;
  164. font-weight: 700 !important;
  165. }
  166. .anchors .active i {
  167. width: 16px;
  168. height: 16px;
  169. top: 1px;
  170. left: -8px;
  171. border-radius: 0;
  172. border: none;
  173. background-color: #F5F6F7;
  174. background: url('../images/icon_current.png') center center no-repeat;
  175. }
  176. a:visited {
  177. color: #777;
  178. }
  179. .disCopy {
  180. -webkit-touch-callout: none;
  181. -webkit-user-select: none;
  182. -khtml-user-select: none;
  183. -moz-user-select: none;
  184. -ms-user-select: none;
  185. user-select: none;
  186. }
  187. .tabBox{
  188. position: relative;
  189. background: #fff;
  190. height: 60px;
  191. border-bottom: 1px solid #E6E6E6;
  192. padding: 0 40px;
  193. }
  194. .tabList{
  195. position: absolute;
  196. bottom: 0;
  197. }
  198. .tab{
  199. display: inline-block;
  200. padding: 7px 18px;
  201. margin-right: 5px;
  202. background: #EEEEEE;
  203. border-radius:6px 6px 0px 0px;
  204. cursor: pointer;
  205. font-size: 14px;
  206. color: #333;
  207. }
  208. .activeTab{
  209. background: #3B9ED0;
  210. color: #fff;
  211. }
  212. .ql-align-right{
  213. text-align: right;
  214. }
  215. .ql-align-center{
  216. text-align: center;
  217. }