informationOut.less 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  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 0px 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: inside;
  100. }
  101. ul {
  102. padding-left: 20px;
  103. li {
  104. list-style: decimal;
  105. list-style-position:inside;
  106. }
  107. }
  108. }
  109. .anchors {
  110. width: 200px;
  111. position: absolute;
  112. right:15px;
  113. top: 0;
  114. margin-right: 14px;
  115. overflow: auto;
  116. height: 100%;
  117. }
  118. .anchors ul {
  119. padding: 15px 0px 15px 20px;
  120. border-radius: 4px;
  121. border: 1px solid #F5F6F7;
  122. background-color: #F5F6F7;
  123. line-height: 19px;
  124. }
  125. .anchors li {
  126. position: relative;
  127. border-left: 2px solid #E0E2E3;
  128. }
  129. .anchors .anchor-line {
  130. height: 20px;
  131. width: 0;
  132. border-left: 2px solid #E0E2E3;
  133. }
  134. .anchors .anchor-line:last-child {
  135. display: none;
  136. }
  137. .anchors i {
  138. position: absolute;
  139. display: inline-block;
  140. width: 8px;
  141. height: 8px;
  142. border-radius: 5px;
  143. border: 1px solid #E0E2E3;
  144. background-color: #E0E2E3;
  145. left: -6px;
  146. top: 5px;
  147. }
  148. .anchors a {
  149. display: inline-block;
  150. position: relative;
  151. top: 0;
  152. left: 0;
  153. width: 132px;
  154. padding: 0 0px 0 20px;
  155. text-decoration: none;
  156. font-size: 14px;
  157. font-weight: 400;
  158. color: #777;
  159. word-wrap: break-word;
  160. }
  161. .anchors .active a {
  162. color: #3B9ED0 !important;
  163. font-weight: 700 !important;
  164. }
  165. .anchors .active i {
  166. width: 16px;
  167. height: 16px;
  168. top: 1px;
  169. left: -8px;
  170. border-radius: 0;
  171. border: none;
  172. background-color: #F5F6F7;
  173. background: url('../images/icon_current.png') center center no-repeat;
  174. }
  175. a:visited {
  176. color: #777;
  177. }
  178. .disCopy {
  179. -webkit-touch-callout: none;
  180. -webkit-user-select: none;
  181. -khtml-user-select: none;
  182. -moz-user-select: none;
  183. -ms-user-select: none;
  184. user-select: none;
  185. }
  186. .tabBox{
  187. position: relative;
  188. background: #fff;
  189. height: 95px;
  190. border-bottom: 1px solid #E6E6E6;
  191. padding: 0 40px;
  192. }
  193. .showWhich {
  194. width: 94px;
  195. text-align: center;
  196. padding-top: 16px;
  197. position: absolute;
  198. z-index: 20;
  199. img {
  200. width: 8px;
  201. position: absolute;
  202. top: 29px;
  203. left: 76px;
  204. }
  205. .showWhichSelect {
  206. border-radius: 4px;
  207. background: #E2F1F8;
  208. height: 32px;
  209. line-height: 32px;
  210. display: inline-block;
  211. width: 100%;
  212. padding-right: 20px;
  213. padding-left: 10px;
  214. box-sizing: border-box;
  215. cursor: pointer;
  216. }
  217. ul {
  218. display: none;
  219. position: absolute;
  220. left: -9px;
  221. top: 48px;
  222. z-index: 10;
  223. background-color: #fff;
  224. width: 110px;
  225. box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.18);
  226. border-radius: 4px;
  227. border: 1px solid #E6E6E6;
  228. li {
  229. height: 35px;
  230. line-height: 35px;
  231. white-space: nowrap;/*强制在一行显示*/
  232. text-overflow:ellipsis;/*设置超出内容显示...*/
  233. overflow: hidden;/*一定不能少 超出的内容进行隐藏*/
  234. padding:0 20px;
  235. cursor: pointer;
  236. &:hover {
  237. background-color: #E2F1F8;
  238. }
  239. }
  240. }
  241. }
  242. .tabList{
  243. position: absolute;
  244. bottom: 0;
  245. }
  246. .tab{
  247. display: inline-block;
  248. padding: 7px 18px;
  249. margin-right: 5px;
  250. background: #EEEEEE;
  251. border-radius:6px 6px 0px 0px;
  252. cursor: pointer;
  253. font-size: 14px;
  254. color: #333;
  255. }
  256. .activeTab{
  257. background: #3B9ED0;
  258. color: #fff;
  259. }
  260. .ql-align-right{
  261. text-align: right;
  262. }
  263. .ql-align-center{
  264. text-align: center;
  265. }
  266. .ellipsis{
  267. white-space: nowrap;/*强制在一行显示*/
  268. text-overflow:ellipsis;/*设置超出内容显示...*/
  269. overflow: hidden;/*一定不能少 超出的内容进行隐藏*/
  270. }