informationOut.less 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583
  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. line-height: 17px;
  33. background: #fff;
  34. padding-right: 6px;
  35. padding-left: 15px;
  36. font-weight: bold;
  37. border-left: 4px solid @staticMainColor;
  38. }
  39. .content {
  40. position: relative;
  41. height: 550px;
  42. }
  43. .infoBox {
  44. .contentWrapper{
  45. pre{
  46. margin: 0 0 6px;
  47. }
  48. }
  49. }
  50. .infoWrapper {
  51. padding: 0 0 0 40px;
  52. }
  53. .circleBox {
  54. position: absolute;
  55. z-index: 10;
  56. background: #fff;
  57. left: -38px;
  58. height: 32px;
  59. top: -1px;
  60. }
  61. .circle {
  62. display: inline-block;
  63. *display:inline;
  64. *zoom:1;
  65. width: 10px;
  66. height: 10px;
  67. border-radius: 50%;
  68. background: #3B9ED0;
  69. position: relative;
  70. top: 2px;
  71. }
  72. .infos {
  73. height: 100%;
  74. overflow-y: auto;
  75. overflow-x:hidden
  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-2{
  172. position: relative;
  173. margin-top: -16px;
  174. top: 0;
  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. color: #000;
  207. }
  208. .anchors .active a {
  209. /*color: #3B9ED0 !important;
  210. font-weight: 700 !important;*/
  211. }
  212. .anchors .active i {
  213. width: 18px;
  214. height: 9px;
  215. top: 10px;
  216. left: -6px;
  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. background: none\9;
  224. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon_current.png',sizingMethod='scale');
  225. }
  226. .disCopy {
  227. -webkit-touch-callout: none;
  228. -webkit-user-select: none;
  229. -khtml-user-select: none;
  230. -moz-user-select: none;
  231. -ms-user-select: none;
  232. user-select: none;
  233. }
  234. .tabBox{
  235. position: relative;
  236. background: #fff;
  237. padding: 0 40px 0;
  238. }
  239. .showWhich {
  240. width: 187px;
  241. text-align: center;
  242. padding: 20px 0 10px;
  243. position: relative;
  244. .showWhichSelect {
  245. display: inline-block;
  246. color: @staticMainColor;
  247. background: url("../images/d1.png") 200px 9px #EAFCFF no-repeat;
  248. font-size: 16px;
  249. padding:1px 24px 2px 10px;
  250. width: 100%;
  251. cursor: pointer;
  252. text-align: left;
  253. }
  254. ul {
  255. display: none;
  256. position: absolute;
  257. left: 0;
  258. top: 52px;
  259. z-index: 10;
  260. background-color: #fff;
  261. width: 220px;
  262. box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.18);
  263. border-radius: 4px;
  264. border: 1px solid #E6E6E6;
  265. li {
  266. height: 35px;
  267. line-height: 35px;
  268. white-space: nowrap;/*强制在一行显示*/
  269. text-overflow:ellipsis;/*设置超出内容显示...*/
  270. overflow: hidden;/*一定不能少 超出的内容进行隐藏*/
  271. padding:0 20px;
  272. cursor: pointer;
  273. &:hover {
  274. background-color: #E2F1F8;
  275. }
  276. }
  277. }
  278. }
  279. .titleCont{
  280. background: #fff;
  281. padding-left: 35px;
  282. /*padding-bottom: 20px;*/
  283. }
  284. .titleCont .title{
  285. font-size: 20px;
  286. font-weight: bold;
  287. margin-right: 33px;
  288. }
  289. .tabList{
  290. display: inline-block;
  291. }
  292. .tab{
  293. display: inline-block;
  294. padding: 0 5px;
  295. margin-right: 20px;
  296. background: #fff;
  297. border-radius:2px;
  298. cursor: pointer;
  299. font-size: 11px;
  300. color: #2A9BD5;
  301. border:1px #2A9BD5 solid;
  302. vertical-align: text-bottom;
  303. }
  304. .activeTab{
  305. background: #2A9BD5;
  306. color: #fff;
  307. }
  308. .ql-align-right{
  309. text-align: right;
  310. }
  311. .ql-align-center{
  312. text-align: center;
  313. }
  314. .ellipsis{
  315. white-space: nowrap;/*强制在一行显示*/
  316. text-overflow:ellipsis;/*设置超出内容显示...*/
  317. overflow: hidden;/*一定不能少 超出的内容进行隐藏*/
  318. }
  319. .empty{
  320. text-align: center;
  321. padding-top: 32vh;
  322. img{
  323. width: 140px;
  324. height: 75px;
  325. }
  326. p{
  327. margin-top: 10px;
  328. font-size: 15px;
  329. color: #aaa;
  330. }
  331. }
  332. .open-win{
  333. position: absolute;
  334. right: 38px;
  335. bottom: 28px;
  336. cursor: pointer;
  337. color: #3B9ED0;
  338. font-size: 14px;
  339. padding-left: 30px;
  340. background: url("../images/link.png") 4px 0 no-repeat;
  341. background-size: 23px 23px;
  342. }
  343. .footer{
  344. width: 100%;
  345. height: 52px;
  346. background: #172238;
  347. padding-top: 8px;
  348. position: absolute;
  349. bottom: 0;
  350. z-index: 1;
  351. p{
  352. color:#fff;
  353. text-align: center;
  354. font-size: 12px;
  355. white-space: nowrap;
  356. }
  357. }
  358. .scaletitle{
  359. font-size: 20px;
  360. font-weight: 500;
  361. color: #333333;
  362. line-height: 28px;
  363. margin: 30px 0 8px 0;
  364. text-align: center;
  365. display: none;
  366. }
  367. .scaleBox{
  368. border-bottom: none;
  369. }
  370. .contentList{
  371. max-width: 100%;
  372. border-bottom: 1PX solid #F3F3F3;
  373. margin-bottom: 6px;
  374. .item-list{
  375. padding: 0 21px;
  376. color: #666666;
  377. .item-title,.item-titles{
  378. font-size: 14px;
  379. font-weight: 400;
  380. color: #333333;
  381. line-height: 20px;
  382. margin-top: 14px;
  383. }
  384. .item-content{
  385. margin: 10px 0;
  386. display: flex;
  387. flex-flow: wrap;
  388. .radio {
  389. display: flex;
  390. margin: 5px;
  391. margin-right: 25px;
  392. label{
  393. font-weight: 400;
  394. color: #666666;
  395. line-height: 20px;
  396. & input{
  397. margin-right: 6px;
  398. }
  399. .num{
  400. margin-left: 10px;
  401. }
  402. }
  403. .recommend{
  404. width: 18px;
  405. height: 18px;
  406. }
  407. }
  408. }
  409. }
  410. }
  411. .scalebot{
  412. margin-bottom: 44px;
  413. text-align: right;
  414. overflow: hidden;
  415. .but{
  416. width: 94px;
  417. height: 34px;
  418. background: #FFFFFF;
  419. border-radius: 8px;
  420. border: 1px solid #2A9BD5;
  421. font-size: 16px;
  422. font-weight: 400;
  423. color: #2A9BD5;
  424. margin-right: 9px;
  425. float: right;
  426. }
  427. .score{
  428. font-size: 16px;
  429. font-weight: 400;
  430. color: #333333;
  431. margin-right: 30px;
  432. display: none;
  433. float: right;
  434. line-height: 34px;
  435. }
  436. }
  437. .result{
  438. background: #EDFAFF;
  439. border-radius: 10px;
  440. font-size: 14px;
  441. font-weight: 500;
  442. color: #333333;
  443. display: none;
  444. margin: 0 75px;
  445. text-align: center;
  446. .result_box{
  447. padding:25px 56px;
  448. display: inline-block;
  449. .result_left{
  450. display: flex;
  451. & span{
  452. display: block;
  453. width: 42px;
  454. }
  455. .hel{
  456. width: 21px;
  457. height: 21px;
  458. background: #2C96E5;
  459. border-radius: 50%;
  460. color: #fff;
  461. font-size: 12px;
  462. vertical-align: middle;
  463. margin-right: 9px;
  464. float: left;
  465. }
  466. }
  467. }
  468. }
  469. .foot{
  470. margin-bottom: 20px;
  471. margin-top: 40px;
  472. display: none;
  473. overflow: hidden;
  474. .foot_box{
  475. width: 300px;
  476. margin: auto;
  477. .printing{
  478. float: left;
  479. width: 94px;
  480. height: 32px;
  481. background: #FFFFFF;
  482. border-radius: 4px;
  483. border: 1px solid #333333;
  484. cursor: pointer;
  485. line-height: 32px;
  486. & img{
  487. margin: 0 12px 0 14px;
  488. vertical-align: middle;
  489. }
  490. }
  491. .printing:hover{
  492. background: #2C96E5;
  493. color: #fff;
  494. border:1px solid #2C96E5;
  495. }
  496. .copy{
  497. width: 132px;
  498. height: 32px;
  499. background: #FFFFFF;
  500. border-radius: 4px;
  501. float: left;
  502. border: 1px solid #333333;
  503. text-align: center;
  504. line-height: 32px;
  505. margin-left: 38px;
  506. cursor: pointer;
  507. }
  508. .copy:hover{
  509. background: #2C96E5;
  510. color: #fff;
  511. border:1px solid #2C96E5;
  512. }
  513. }
  514. }
  515. #inputs{
  516. position: absolute;top: 0;left: 0;opacity: 0;z-index: -10
  517. }
  518. #Print{
  519. width: 100%!important;
  520. overflow-x: hidden;
  521. }
  522. .scale{
  523. .infos-box{
  524. margin: 0 71px 20px 38px;
  525. .infoWrapper {
  526. padding: 0 75px;
  527. }
  528. .scalebot{
  529. padding-right: 75px;
  530. }
  531. }
  532. }
  533. .chColor{
  534. color: red!important;
  535. }
  536. .info_left {
  537. width: 527px;
  538. margin:30px auto;
  539. display: none;
  540. overflow: hidden;
  541. border:1px solid #D8D8D8;
  542. li {
  543. width: 50%;
  544. height: 30px;
  545. padding: 0 10px;
  546. box-sizing: border-box;
  547. border: 1px solid #bbbfc1;
  548. border-right: none;
  549. font-size: 14px;
  550. float: left;
  551. border-bottom: none;
  552. }
  553. .name,.card{
  554. border-top: none;
  555. }
  556. .name,.age,.sex,.cards{
  557. border-left: none;
  558. }
  559. }