informationOut.less 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  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 5px 0px !important;
  24. font-size: 18px !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. /*line-height: 30px;*/
  34. }
  35. .content {
  36. position: relative;
  37. height: 550px;
  38. }
  39. .infoBox {
  40. border-left: 1px solid #969C9F;
  41. padding: 0 0 0 33px;
  42. margin: 0 0 4px 0;
  43. }
  44. .infoWrapper {
  45. padding: 0 0 0 40px;
  46. }
  47. .circleBox {
  48. position: absolute;
  49. z-index: 10;
  50. background: #fff;
  51. left: -38px;
  52. height: 32px;
  53. top: -1px;
  54. }
  55. .circle {
  56. display: inline-block;
  57. *display:inline;
  58. *zoom:1;
  59. width: 10px;
  60. height: 10px;
  61. border-radius: 50%;
  62. background: #3B9ED0;
  63. position: relative;
  64. top: 2px;
  65. }
  66. .infos {
  67. height: 100%;
  68. overflow-y: auto;
  69. padding: 0 60px 0 0;
  70. }
  71. .infos>div {
  72. margin-right: 160px;
  73. }
  74. .title {
  75. position: relative;
  76. line-height: 24px;
  77. margin: 0 0 4px;
  78. }
  79. .line {
  80. border-bottom: 1px dashed #ccc;
  81. }
  82. .container {
  83. width:100%;
  84. overflow: hidden;
  85. background: #fff;
  86. margin: 0 auto;
  87. padding: 8px 0 0px 0px;
  88. display: none;
  89. position: relative;
  90. left: 0;
  91. right: 0;
  92. }
  93. pre {
  94. white-space: pre-wrap;
  95. word-wrap: break-word;
  96. color: #1E1E1E;
  97. ol li {
  98. list-style: decimal;
  99. list-style-position:inside;
  100. }
  101. ul {
  102. padding-left: 20px;
  103. li {
  104. list-style-position:inside;
  105. list-style: 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: 38px;
  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. bottom: -6px;
  200. img {
  201. width: 8px;
  202. position: absolute;
  203. top: 29px;
  204. left: 76px;
  205. }
  206. .showWhichSelect {
  207. border-radius: 4px 4px 0px 0px;;
  208. background: #E2F1F8;
  209. height: 30px;
  210. line-height: 30px;
  211. display: inline-block;
  212. width: 100%;
  213. padding-right: 20px;
  214. padding-left: 10px;
  215. box-sizing: border-box;
  216. cursor: pointer;
  217. }
  218. ul {
  219. display: none;
  220. position: absolute;
  221. left: -9px;
  222. top: 48px;
  223. z-index: 10;
  224. background-color: #fff;
  225. width: 110px;
  226. box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.18);
  227. border-radius: 4px;
  228. border: 1px solid #E6E6E6;
  229. li {
  230. height: 35px;
  231. line-height: 35px;
  232. white-space: nowrap;/*强制在一行显示*/
  233. text-overflow:ellipsis;/*设置超出内容显示...*/
  234. overflow: hidden;/*一定不能少 超出的内容进行隐藏*/
  235. padding:0 20px;
  236. cursor: pointer;
  237. &:hover {
  238. background-color: #E2F1F8;
  239. }
  240. }
  241. }
  242. }
  243. .tabList{
  244. position: absolute;
  245. bottom: 0;
  246. left: 186px;
  247. }
  248. .tab{
  249. display: inline-block;
  250. padding: 4px 18px 5px;
  251. margin-right: 5px;
  252. background: #EEEEEE;
  253. border-radius:6px 6px 0px 0px;
  254. cursor: pointer;
  255. font-size: 14px;
  256. color: #333;
  257. }
  258. .activeTab{
  259. background: #3B9ED0;
  260. color: #fff;
  261. }
  262. .ql-align-right{
  263. text-align: right;
  264. }
  265. .ql-align-center{
  266. text-align: center;
  267. }
  268. .ellipsis{
  269. white-space: nowrap;/*强制在一行显示*/
  270. text-overflow:ellipsis;/*设置超出内容显示...*/
  271. overflow: hidden;/*一定不能少 超出的内容进行隐藏*/
  272. }
  273. .empty{
  274. text-align: center;
  275. margin-top: 32vh;
  276. img{
  277. width: 140px;
  278. height: 75px;
  279. }
  280. p{
  281. margin-top: 10px;
  282. font-size: 15px;
  283. color: #aaa;
  284. }
  285. }
  286. .open-win{
  287. position: absolute;
  288. right: 15px;
  289. bottom: 8px;
  290. cursor: pointer;
  291. color: #3B9ED0;
  292. font-size: 14px;
  293. padding-left: 30px;
  294. background: url("../images/link.png") 0 -2px no-repeat;
  295. background-size: 25px 25px;
  296. }
  297. .scaletitle{
  298. font-size: 20px;
  299. font-weight: 500;
  300. color: #333333;
  301. line-height: 28px;
  302. margin: 30px 0 8px 0;
  303. text-align: center;
  304. }
  305. .scaleBox{
  306. border-bottom: none;
  307. }
  308. .contentList{
  309. max-width: 100%;
  310. border-bottom: 1PX solid #F3F3F3;
  311. margin-bottom: 6px;
  312. .item-list{
  313. padding: 0 21px;
  314. .item-title,.item-titles{
  315. font-size: 14px;
  316. font-weight: 400;
  317. color: #333333;
  318. line-height: 20px;
  319. margin-top: 14px;
  320. }
  321. .item-content{
  322. margin: 10px 0;
  323. display: flex;
  324. flex-flow: wrap;
  325. .radio {
  326. display: flex;
  327. margin: 5px;
  328. margin-right: 25px;
  329. label{
  330. display: flex;
  331. align-items: center;
  332. font-weight: 400;
  333. color: #666666;
  334. line-height: 20px;
  335. & input{
  336. margin-right: 6px;
  337. }
  338. .num{
  339. margin-left: 10px;
  340. }
  341. }
  342. .recommend{
  343. width: 18px;
  344. height: 18px;
  345. }
  346. }
  347. }
  348. }
  349. }
  350. .scalebot{
  351. display: flex;
  352. align-items: center;
  353. justify-content: flex-end;
  354. margin-bottom: 44px;
  355. .but{
  356. width: 94px;
  357. height: 34px;
  358. background: #FFFFFF;
  359. border-radius: 8px;
  360. border: 1px solid #2A9BD5;
  361. font-size: 16px;
  362. font-weight: 400;
  363. color: #2A9BD5;
  364. margin-right: 9px;
  365. }
  366. .score{
  367. font-size: 16px;
  368. font-weight: 400;
  369. color: #333333;
  370. margin-right: 30px;
  371. display: none;
  372. }
  373. }
  374. .result{
  375. background: #EDFAFF;
  376. border-radius: 10px;
  377. font-size: 14px;
  378. font-weight: 500;
  379. color: #333333;
  380. display: none;
  381. margin: 0 75px;
  382. text-align: center;
  383. .result_box{
  384. display: flex;
  385. justify-content: center;
  386. padding:25px 56px;
  387. .hel{
  388. width: 21px;
  389. height: 21px;
  390. background: #2C96E5;
  391. border-radius: 50%;
  392. display: flex;
  393. align-items: center;
  394. justify-content: center;
  395. color: #fff;
  396. margin-right: 9px;
  397. font-size: 12px;
  398. }
  399. }
  400. }
  401. .result_title{
  402. max-width: 85%;
  403. }
  404. .foot{
  405. margin-bottom: 20px;
  406. margin-top: 40px;
  407. display: none;
  408. .foot_box{
  409. display: flex;
  410. justify-content: center;
  411. .printing{
  412. display: flex;
  413. align-items: center;
  414. width: 94px;
  415. height: 32px;
  416. background: #FFFFFF;
  417. border-radius: 4px;
  418. border: 1px solid #333333;
  419. cursor: pointer;
  420. & img{
  421. margin: 0 12px 0 14px;
  422. }
  423. }
  424. .printing:hover{
  425. background: #2C96E5;
  426. color: #fff;
  427. border:1px solid #2C96E5;
  428. }
  429. .copy{
  430. width: 132px;
  431. height: 32px;
  432. background: #FFFFFF;
  433. border-radius: 4px;
  434. border: 1px solid #333333;
  435. text-align: center;
  436. line-height: 32px;
  437. margin-left: 38px;
  438. cursor: pointer;
  439. }
  440. .copy:hover{
  441. background: #2C96E5;
  442. color: #fff;
  443. border:1px solid #2C96E5;
  444. }
  445. }
  446. }
  447. #inputs{
  448. position: absolute;top: 0;left: 0;opacity: 0;z-index: -10;
  449. }
  450. #Print{
  451. overflow-x: hidden;
  452. }
  453. .scale{
  454. .infos-box{
  455. border: 1px solid #E6E6E6;
  456. margin: 0 71px 20px 38px;
  457. .infoWrapper {
  458. padding: 0 75px;
  459. }
  460. .scalebot{
  461. padding-right: 75px;
  462. }
  463. }
  464. }
  465. .chColor{
  466. color: red!important;
  467. }