informationOut.less 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  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. /*min-width: 650px;*/
  15. font-size: 14px;
  16. overflow-y: hidden;
  17. font-family: '微软雅黑', '宋体';
  18. background: #dde2ea;
  19. height: 100%;
  20. color: #1E1E1E;
  21. line-height: 21px;
  22. }
  23. h1 {
  24. margin: 0 0px 15px 0px !important;
  25. font-size: 18px !important;
  26. /*line-height: 37px;*/
  27. padding: 0 0 0 40px;
  28. }
  29. .titleH2 {
  30. font-size: 18px;
  31. position: relative;
  32. height: 18px;
  33. line-height: 17px;
  34. background: #fff;
  35. padding-right: 6px;
  36. padding-left: 15px;
  37. font-weight: bold;
  38. border-left: 4px solid @staticMainColor;
  39. }
  40. .content {
  41. position: relative;
  42. height: 550px;
  43. }
  44. .infoBox {
  45. .contentWrapper{
  46. pre{
  47. margin: 0 0 6px;
  48. }
  49. }
  50. }
  51. .infoWrapper {
  52. padding: 0 0 0 40px;
  53. }
  54. .circleBox {
  55. position: absolute;
  56. z-index: 10;
  57. background: #fff;
  58. left: -38px;
  59. height: 32px;
  60. top: -1px;
  61. }
  62. .circle {
  63. display: inline-block;
  64. *display:inline;
  65. *zoom:1;
  66. width: 10px;
  67. height: 10px;
  68. border-radius: 50%;
  69. background: #3B9ED0;
  70. position: relative;
  71. top: 2px;
  72. }
  73. .infos {
  74. height: 100%;
  75. overflow-y: auto;
  76. /*padding: 0 60px 0 0;
  77. width: calc(100% - 195px);*/
  78. }
  79. .infos>div {
  80. margin-right: 6.5%;
  81. .contentWrapper img{
  82. max-width: 100%;
  83. }
  84. }
  85. .infoBox {
  86. border-bottom: 1px #E6E6E6 solid;
  87. margin-bottom: 10px;
  88. }
  89. .title {
  90. position: relative;
  91. line-height: 24px;
  92. margin: 0 0 4px;
  93. }
  94. .line {
  95. border-bottom: 1px dashed #ccc;
  96. }
  97. .container {
  98. width:100%;
  99. overflow: hidden;
  100. background: #fff;
  101. margin: 0 auto;
  102. padding: 8px 0 0px 0px;
  103. display: none;
  104. position: relative;
  105. left: 0;
  106. right: 0;
  107. }
  108. pre {
  109. white-space: pre-wrap;
  110. word-wrap: break-word;
  111. color: #1E1E1E;
  112. ol li {
  113. list-style: decimal;
  114. list-style-position:inside;
  115. }
  116. ul {
  117. padding-left: 20px;
  118. li {
  119. list-style-position:inside;
  120. list-style: inside;
  121. }
  122. }
  123. }
  124. .anchors {
  125. width: 155px;
  126. position: absolute;
  127. right:15px;
  128. top: 0;
  129. margin-right: 14px;
  130. overflow-y: auto;
  131. background-color: #EDFAFF;
  132. padding: 20px 0;
  133. height: calc(100% - 50px);
  134. overflow-x: hidden;
  135. }
  136. .anchors ul {
  137. margin-left: 21px;
  138. padding: 15px 0px 15px 10px;
  139. border-radius: 4px;
  140. border: 1px solid #EDFAFF;
  141. /*background-color: #EDFAFF;*/
  142. line-height: 19px;
  143. }
  144. .anchors li {
  145. position: relative;
  146. border-left: 1px solid #8DD1EE;
  147. }
  148. .anchors li:first-child {
  149. padding-top:20px
  150. }
  151. .anchors .anchor-line {
  152. height: 20px;
  153. width: 0;
  154. border-left: 1px solid #8DD1EE;
  155. }
  156. .anchors .a-circle{
  157. width: 10px;
  158. height: 10px;
  159. position: absolute;
  160. top: 28px;
  161. left: 27px;
  162. z-index: 1;
  163. background: url('../images/icon-circular2.png');
  164. background-repeat: no-repeat;
  165. background-position-x: center;
  166. background-position-y: center;
  167. background-size: 10px 10px;
  168. background: none\9;
  169. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon-circular2.png',sizingMethod='scale');
  170. }
  171. .anchors .a-circle:last-child{
  172. position: initial;
  173. margin-left: 28px;
  174. margin-top: -16px;
  175. }
  176. .anchors i {
  177. position: absolute;
  178. display: inline-block;
  179. width: 10px;
  180. height: 10px;
  181. left: -6px;
  182. top: 8px;
  183. z-index: 1;
  184. background: url('../images/icon-circular.png');
  185. background-repeat: no-repeat;
  186. background-position-x: center;
  187. background-position-y: center;
  188. background-size: 10px 10px;
  189. background: none\9;
  190. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon-circular.png',sizingMethod='scale');
  191. }
  192. .anchors li:first-child i{
  193. top:29px;
  194. }
  195. .anchors a {
  196. display: inline-block;
  197. position: relative;
  198. top: 4px;
  199. left: 0;
  200. width: 90px;
  201. padding: 0 0px 0 20px;
  202. text-decoration: none;
  203. font-size: 14px;
  204. font-weight: 400;
  205. word-wrap: break-word;
  206. }
  207. .anchors .active a {
  208. /*color: #3B9ED0 !important;
  209. font-weight: 700 !important;*/
  210. }
  211. .anchors .active i {
  212. width: 18px;
  213. height: 9px;
  214. top: 10px;
  215. left: -10px;
  216. border-radius: 0;
  217. border: none;
  218. background: url('../images/icon_current.png');
  219. background-repeat: no-repeat;
  220. background-position-x: center;
  221. background-position-y: center;
  222. background-size: 18px 9px;
  223. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon_current.png',sizingMethod='scale');
  224. }
  225. .disCopy {
  226. -webkit-touch-callout: none;
  227. -webkit-user-select: none;
  228. -khtml-user-select: none;
  229. -moz-user-select: none;
  230. -ms-user-select: none;
  231. user-select: none;
  232. }
  233. .tabBox{
  234. position: relative;
  235. background: #fff;
  236. padding: 0 40px 0;
  237. }
  238. .showWhich {
  239. width: 187px;
  240. text-align: center;
  241. padding: 20px 0 10px;
  242. position: relative;
  243. .showWhichSelect {
  244. display: inline-block;
  245. color: @staticMainColor;
  246. background: url("../images/d1.png") 200px 9px #EAFCFF no-repeat;
  247. font-size: 16px;
  248. padding:1px 24px 2px 10px;
  249. width: 100%;
  250. cursor: pointer;
  251. text-align: left;
  252. }
  253. ul {
  254. display: none;
  255. position: absolute;
  256. left: 0;
  257. top: 52px;
  258. z-index: 10;
  259. background-color: #fff;
  260. width: 220px;
  261. box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.18);
  262. border-radius: 4px;
  263. border: 1px solid #E6E6E6;
  264. li {
  265. height: 35px;
  266. line-height: 35px;
  267. white-space: nowrap;/*强制在一行显示*/
  268. text-overflow:ellipsis;/*设置超出内容显示...*/
  269. overflow: hidden;/*一定不能少 超出的内容进行隐藏*/
  270. padding:0 20px;
  271. cursor: pointer;
  272. &:hover {
  273. background-color: #E2F1F8;
  274. }
  275. }
  276. }
  277. }
  278. .titleCont{
  279. background: #fff;
  280. padding-left: 35px;
  281. /*padding-bottom: 20px;*/
  282. }
  283. .titleCont .title{
  284. font-size: 20px;
  285. font-weight: bold;
  286. margin-right: 33px;
  287. }
  288. .tabList{
  289. display: inline-block;
  290. }
  291. .tab{
  292. display: inline-block;
  293. padding: 0 5px;
  294. margin-right: 20px;
  295. background: #fff;
  296. border-radius:2px;
  297. cursor: pointer;
  298. font-size: 11px;
  299. color: #2A9BD5;
  300. border:1px #2A9BD5 solid;
  301. vertical-align: text-bottom;
  302. }
  303. .activeTab{
  304. background: #2A9BD5;
  305. color: #fff;
  306. }
  307. .ql-align-right{
  308. text-align: right;
  309. }
  310. .ql-align-center{
  311. text-align: center;
  312. }
  313. .ellipsis{
  314. white-space: nowrap;/*强制在一行显示*/
  315. text-overflow:ellipsis;/*设置超出内容显示...*/
  316. overflow: hidden;/*一定不能少 超出的内容进行隐藏*/
  317. }
  318. .empty{
  319. text-align: center;
  320. padding-top: 32vh;
  321. img{
  322. width: 140px;
  323. height: 75px;
  324. }
  325. p{
  326. margin-top: 10px;
  327. font-size: 15px;
  328. color: #aaa;
  329. }
  330. }
  331. .open-win{
  332. position: absolute;
  333. right: 38px;
  334. bottom: 28px;
  335. cursor: pointer;
  336. color: #3B9ED0;
  337. font-size: 14px;
  338. padding-left: 30px;
  339. background: url("../images/link.png") 4px 0 no-repeat;
  340. background-size: 23px 23px;
  341. }
  342. .footer{
  343. width: 100%;
  344. height: 52px;
  345. background: #172238;
  346. padding-top: 8px;
  347. position: absolute;
  348. bottom: 0;
  349. z-index: 1;
  350. p{
  351. color:#fff;
  352. text-align: center;
  353. font-size: 12px;
  354. white-space: nowrap;
  355. }
  356. }
  357. .infos::-webkit-scrollbar, .anchors::-webkit-scrollbar {
  358. /*滚动条整体样式*/
  359. width: 6px;
  360. height: 100px;
  361. /*高宽分别对应横竖滚动条的尺寸*/
  362. background: #ebeef5;
  363. -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.2);
  364. }
  365. .infos::-webkit-scrollbar-thumb, .anchors::-webkit-scrollbar-thumb {
  366. /*滚动条里面小方块*/
  367. width: 6px;
  368. border-radius: 5px;
  369. background: @staticMainColor;
  370. height: 100px;
  371. }
  372. .infos::-webkit-scrollbar-track, .anchors::-webkit-scrollbar-track {
  373. /*滚动条里面轨道*/
  374. border-radius: 2px;
  375. background: #f0f2f5;
  376. opacity: .2;
  377. }
  378. .scaletitle{
  379. font-size: 20px;
  380. font-weight: 500;
  381. color: #333333;
  382. line-height: 28px;
  383. margin: 30px 0 8px 0;
  384. text-align: center;
  385. display: none;
  386. }
  387. .scaleBox{
  388. border-bottom: none;
  389. }
  390. .contentList{
  391. max-width: 100%;
  392. border-bottom: 1PX solid #F3F3F3;
  393. margin-bottom: 6px;
  394. .item-list{
  395. padding: 0 21px;
  396. .item-title,.item-titles{
  397. font-size: 14px;
  398. font-weight: 400;
  399. color: #333333;
  400. line-height: 20px;
  401. margin-top: 14px;
  402. }
  403. .item-content{
  404. margin: 10px 0;
  405. display: inline-block;
  406. .radio {
  407. display: flex;
  408. margin: 5px;
  409. margin-right: 25px;
  410. float: left;
  411. label{
  412. font-weight: 400;
  413. color: #666666;
  414. line-height: 20px;
  415. & input{
  416. margin-right: 6px;
  417. }
  418. .num{
  419. margin-left: 10px;
  420. }
  421. }
  422. .recommend{
  423. width: 18px;
  424. height: 18px;
  425. }
  426. }
  427. }
  428. }
  429. }
  430. .scalebot{
  431. margin-bottom: 44px;
  432. text-align: right;
  433. overflow: hidden;
  434. .but{
  435. width: 94px;
  436. height: 34px;
  437. background: #FFFFFF;
  438. border-radius: 8px;
  439. border: 1px solid #2A9BD5;
  440. font-size: 16px;
  441. font-weight: 400;
  442. color: #2A9BD5;
  443. margin-right: 9px;
  444. float: right;
  445. }
  446. .score{
  447. font-size: 16px;
  448. font-weight: 400;
  449. color: #333333;
  450. margin-right: 30px;
  451. display: none;
  452. float: right;
  453. line-height: 34px;
  454. }
  455. }
  456. .result{
  457. background: #EDFAFF;
  458. border-radius: 10px;
  459. font-size: 14px;
  460. font-weight: 500;
  461. color: #333333;
  462. display: none;
  463. margin: 0 75px;
  464. text-align: center;
  465. .result_box{
  466. padding:25px 56px;
  467. overflow: hidden;
  468. max-width: 100%;
  469. min-width: 100px;
  470. display: inline-block;
  471. .result_left{
  472. float: left;
  473. .hel{
  474. background: #2C96E5;
  475. border-radius: 50%;
  476. color: #fff;
  477. margin-right: 9px;
  478. font-size: 12px;
  479. vertical-align: middle;
  480. }
  481. }
  482. .result_title{
  483. max-width: 85%;
  484. float: left;
  485. }
  486. }
  487. }
  488. .foot{
  489. margin-bottom: 20px;
  490. margin-top: 40px;
  491. display: none;
  492. overflow: hidden;
  493. .foot_box{
  494. width: 300px;
  495. margin: auto;
  496. .printing{
  497. float: left;
  498. width: 94px;
  499. height: 32px;
  500. background: #FFFFFF;
  501. border-radius: 4px;
  502. border: 1px solid #333333;
  503. cursor: pointer;
  504. line-height: 32px;
  505. & img{
  506. margin: 0 12px 0 14px;
  507. vertical-align: middle;
  508. }
  509. }
  510. .printing:hover{
  511. background: #2C96E5;
  512. color: #fff;
  513. border:1px solid #2C96E5;
  514. }
  515. .copy{
  516. width: 132px;
  517. height: 32px;
  518. background: #FFFFFF;
  519. border-radius: 4px;
  520. float: left;
  521. border: 1px solid #333333;
  522. text-align: center;
  523. line-height: 32px;
  524. margin-left: 38px;
  525. cursor: pointer;
  526. }
  527. .copy:hover{
  528. background: #2C96E5;
  529. color: #fff;
  530. border:1px solid #2C96E5;
  531. }
  532. }
  533. }
  534. #inputs{
  535. position: absolute;top: 0;left: 0;opacity: 0;z-index: -10;
  536. }
  537. #Print{
  538. width: 100%!important;
  539. overflow-x: hidden;
  540. overflow: auto;
  541. }
  542. .scale{
  543. .infos-box{
  544. margin: 0 71px 20px 38px;
  545. .infoWrapper {
  546. padding: 0 75px;
  547. }
  548. .scalebot{
  549. padding-right: 75px;
  550. }
  551. }
  552. }
  553. .chColor{
  554. color: red!important;
  555. }
  556. .info_left {
  557. width: 527px;
  558. margin: auto;
  559. display: none;
  560. overflow: hidden;
  561. margin-top: 10px;
  562. border:1px solid #D8D8D8;
  563. li {
  564. width: 50%;
  565. height: 30px;
  566. padding: 0 10px;
  567. box-sizing: border-box;
  568. border: 1px solid #bbbfc1;
  569. border-right: none;
  570. font-size: 14px;
  571. float: left;
  572. border-bottom: none;
  573. }
  574. &:nth-child(1) {
  575. border-top: none;
  576. }
  577. &:nth-child(odd) {
  578. border-left: none;
  579. }
  580. }