staticInfoOut.less 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. @import './common.less';
  2. ul,
  3. li {
  4. list-style: none;
  5. }
  6. div,li,span,i,p,h1,h2,h3,h4,h5,pre{
  7. font-family: '微软雅黑', '宋体';
  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 15px 0px !important;
  24. font-size: 18px !important;
  25. /*line-height: 37px;*/
  26. padding: 0 0 0 40px;
  27. }
  28. .titleH2 {
  29. font-size: 18px;
  30. position: relative;
  31. background: #fff;
  32. padding-right: 6px;
  33. padding-left: 15px;
  34. font-weight: bold;
  35. border-left: 4px solid @staticMainColor;
  36. }
  37. .content {
  38. position: relative;
  39. height: 550px;
  40. }
  41. .infoBox {
  42. }
  43. .infoWrapper {
  44. padding: 0 0 0 40px;
  45. }
  46. .circleBox {
  47. position: absolute;
  48. z-index: 10;
  49. background: #fff;
  50. left: -38px;
  51. height: 32px;
  52. top: -1px;
  53. }
  54. .circle {
  55. display: inline-block;
  56. *display:inline;
  57. *zoom:1;
  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 4px;
  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: 8px 0 0px 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. ol li {
  97. list-style: decimal;
  98. list-style-position:inside;
  99. }
  100. ul {
  101. padding-left: 20px;
  102. li {
  103. list-style-position:inside;
  104. list-style: inside;
  105. }
  106. }
  107. }
  108. .anchors {
  109. width: 210px;
  110. position: absolute;
  111. right:15px;
  112. top: 0;
  113. margin-right: 14px;
  114. overflow: auto;
  115. background-color: #EDFAFF;
  116. padding: 25px 0;
  117. /*height: 100%;*/
  118. }
  119. .anchors ul {
  120. margin-left: 30px;
  121. padding: 15px 0px 15px 20px;
  122. border-radius: 4px;
  123. border: 1px solid #EDFAFF;
  124. /*background-color: #EDFAFF;*/
  125. line-height: 19px;
  126. }
  127. .anchors li {
  128. position: relative;
  129. border-left: 1px solid #8DD1EE;
  130. }
  131. .anchors li:first-child {
  132. padding-top:30px
  133. }
  134. .anchors .anchor-line {
  135. height: 30px;
  136. width: 0;
  137. border-left: 1px solid #8DD1EE;
  138. }
  139. .anchors .a-circle{
  140. border:2px #8DD1EE solid;
  141. width: 16px;
  142. height: 16px;
  143. background: #fff;
  144. border-radius: 16px;
  145. position: absolute;
  146. left: 41px;
  147. z-index: 1;
  148. }
  149. .anchors .a-circle:last-child{
  150. bottom: 22px;
  151. }
  152. .anchors i {
  153. position: absolute;
  154. display: inline-block;
  155. width: 16px;
  156. height: 16px;
  157. border-radius: 8px;
  158. border: 1px solid @staticMainColor;
  159. background-color: @staticMainColor;
  160. left: -10px;
  161. top: 5px;
  162. z-index: 1;
  163. }
  164. .anchors li:first-child i{
  165. top:35px;
  166. }
  167. .anchors a {
  168. display: inline-block;
  169. position: relative;
  170. top: 4px;
  171. left: 0;
  172. width: 126px;
  173. padding: 0 0px 0 20px;
  174. text-decoration: none;
  175. font-size: 16px;
  176. font-weight: 400;
  177. word-wrap: break-word;
  178. }
  179. .anchors .active a {
  180. /*color: #3B9ED0 !important;
  181. font-weight: 700 !important;*/
  182. }
  183. .anchors .active i {
  184. width: 26px;
  185. height: 16px;
  186. top: 6px;
  187. left: -14px;
  188. border-radius: 0;
  189. border: none;
  190. background-color: #F5F6F7;
  191. background: url('../images/icon_current.svg') center center no-repeat;
  192. }
  193. .disCopy {
  194. -webkit-touch-callout: none;
  195. -webkit-user-select: none;
  196. -khtml-user-select: none;
  197. -moz-user-select: none;
  198. -ms-user-select: none;
  199. user-select: none;
  200. }
  201. .tabBox{
  202. position: relative;
  203. background: #fff;
  204. padding: 20px 40px 0;
  205. }
  206. .showWhich {
  207. width: 94px;
  208. text-align: center;
  209. padding: 30px 0 20px;
  210. position: relative;
  211. .showWhichSelect {
  212. display: inline-block;
  213. color: @staticMainColor;
  214. background: url("../images/d1.png") 100px 9px #EAFCFF no-repeat;
  215. font-size: 16px;
  216. padding:0 24px 0 9px;
  217. width: 100%;
  218. cursor: pointer;
  219. }
  220. ul {
  221. display: none;
  222. position: absolute;
  223. left: -9px;
  224. top: 52px;
  225. z-index: 10;
  226. background-color: #fff;
  227. width: 110px;
  228. box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.18);
  229. border-radius: 4px;
  230. border: 1px solid #E6E6E6;
  231. li {
  232. height: 35px;
  233. line-height: 35px;
  234. white-space: nowrap;/*强制在一行显示*/
  235. text-overflow:ellipsis;/*设置超出内容显示...*/
  236. overflow: hidden;/*一定不能少 超出的内容进行隐藏*/
  237. padding:0 20px;
  238. cursor: pointer;
  239. &:hover {
  240. background-color: #E2F1F8;
  241. }
  242. }
  243. }
  244. }
  245. .titleCont{
  246. background: #fff;
  247. padding-left: 39px;
  248. padding-bottom: 20px;
  249. }
  250. .titleCont .title{
  251. font-size: 20px;
  252. font-weight: bold;
  253. margin-right: 23px;
  254. }
  255. .tabList{
  256. display: inline-block;
  257. }
  258. .tab{
  259. display: inline-block;
  260. padding: 0 5px;
  261. margin-right: 20px;
  262. background: #fff;
  263. border-radius:2px;
  264. cursor: pointer;
  265. font-size: 11px;
  266. color: #2A9BD5;
  267. border:1px #2A9BD5 solid;
  268. vertical-align: text-bottom;
  269. }
  270. .activeTab{
  271. background: #2A9BD5;
  272. color: #fff;
  273. }
  274. .ql-align-right{
  275. text-align: right;
  276. }
  277. .ql-align-center{
  278. text-align: center;
  279. }
  280. .ellipsis{
  281. white-space: nowrap;/*强制在一行显示*/
  282. text-overflow:ellipsis;/*设置超出内容显示...*/
  283. overflow: hidden;/*一定不能少 超出的内容进行隐藏*/
  284. }
  285. .empty{
  286. text-align: center;
  287. margin-top: 32vh;
  288. img{
  289. width: 140px;
  290. height: 75px;
  291. }
  292. p{
  293. margin-top: 10px;
  294. font-size: 15px;
  295. color: #aaa;
  296. }
  297. }
  298. .open-win{
  299. position: absolute;
  300. right: 38px;
  301. bottom: 28px;
  302. cursor: pointer;
  303. color: #3B9ED0;
  304. font-size: 14px;
  305. padding-left: 30px;
  306. background: url("../images/link.png") 0 -2px no-repeat;
  307. background-size: 25px 25px;
  308. }
  309. .footer{
  310. width: 100%;
  311. height: 100px;
  312. background: #172238;
  313. padding-top: 35px;
  314. p{
  315. color:#fff;
  316. text-align: center;
  317. font-size: 12px;
  318. }
  319. }