information.less 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  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. width: 10px;
  59. height: 10px;
  60. border-radius: 50%;
  61. background: #3B9ED0;
  62. position: relative;
  63. top: 2px;
  64. }
  65. .infos {
  66. height: 100%;
  67. overflow-y: auto;
  68. padding: 0 60px 0 0;
  69. }
  70. .infos>div {
  71. margin-right: 160px;
  72. }
  73. .title {
  74. position: relative;
  75. line-height: 24px;
  76. margin: 0 0 13px;
  77. }
  78. .line {
  79. border-bottom: 1px dashed #ccc;
  80. }
  81. .container {
  82. width:100%;
  83. overflow: hidden;
  84. background: #fff;
  85. margin: 0 auto;
  86. padding: 40px 0 30px 0px;
  87. display: none;
  88. position: relative;
  89. left: 0;
  90. right: 0;
  91. }
  92. pre {
  93. white-space: pre-wrap;
  94. word-wrap: break-word;
  95. color: #1E1E1E;
  96. }
  97. .anchors {
  98. width: 200px;
  99. position: absolute;
  100. right:15px;
  101. top: 0;
  102. margin-right: 14px;
  103. overflow: auto;
  104. height: 100%;
  105. }
  106. .anchors ul {
  107. padding: 15px 0px 15px 20px;
  108. border-radius: 4px;
  109. border: 1px solid #F5F6F7;
  110. background-color: #F5F6F7;
  111. line-height: 19px;
  112. }
  113. .anchors li {
  114. position: relative;
  115. border-left: 2px solid #E0E2E3;
  116. }
  117. .anchors .anchor-line {
  118. height: 20px;
  119. width: 0;
  120. border-left: 2px solid #E0E2E3;
  121. }
  122. .anchors .anchor-line:last-child {
  123. display: none;
  124. }
  125. .anchors i {
  126. position: absolute;
  127. display: inline-block;
  128. width: 8px;
  129. height: 8px;
  130. border-radius: 5px;
  131. border: 1px solid #E0E2E3;
  132. background-color: #E0E2E3;
  133. left: -6px;
  134. top: 5px;
  135. }
  136. .anchors a {
  137. display: inline-block;
  138. position: relative;
  139. top: 0;
  140. left: 0;
  141. width: 132px;
  142. padding: 0 0px 0 20px;
  143. text-decoration: none;
  144. font-size: 14px;
  145. font-weight: 400;
  146. color: #777;
  147. word-wrap: break-word;
  148. }
  149. .anchors .active a {
  150. color: #3B9ED0 !important;
  151. font-weight: 700 !important;
  152. }
  153. .anchors .active i {
  154. width: 16px;
  155. height: 16px;
  156. top: 1px;
  157. left: -8px;
  158. border-radius: 0;
  159. border: none;
  160. background-color: #F5F6F7;
  161. background: url('../images/icon_current.png') center center no-repeat;
  162. }
  163. a:visited {
  164. color: #777;
  165. }
  166. .disCopy {
  167. -webkit-touch-callout: none;
  168. -webkit-user-select: none;
  169. -khtml-user-select: none;
  170. -moz-user-select: none;
  171. -ms-user-select: none;
  172. user-select: none;
  173. }
  174. .tabBox{
  175. position: relative;
  176. background: #fff;
  177. height: 60px;
  178. border-bottom: 1px solid #E6E6E6;
  179. padding: 0 40px;
  180. }
  181. .tabList{
  182. position: absolute;
  183. bottom: 0;
  184. }
  185. .tab{
  186. display: inline-block;
  187. padding: 7px 18px;
  188. margin-right: 5px;
  189. background: #EEEEEE;
  190. border-radius:6px 6px 0px 0px;
  191. cursor: pointer;
  192. font-size: 14px;
  193. color: #333;
  194. }
  195. .activeTab{
  196. background: #3B9ED0;
  197. color: #fff;
  198. }