staticInfo.less 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662
  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. .banner{
  23. width: 100%;
  24. position: fixed;
  25. top: 0;
  26. left: 0;
  27. z-index: 10;
  28. height: 60px;
  29. line-height: 60px;
  30. background-color: @staticMainColor;
  31. }
  32. .staticTopLogo {
  33. height: 25px;
  34. margin-top: 16px;
  35. margin-left: 50px;
  36. }
  37. h1 {
  38. margin: 0 0px 15px 0px !important;
  39. font-size: 18px !important;
  40. /*line-height: 37px;*/
  41. padding: 0 0 0 40px;
  42. }
  43. .titleH2 {
  44. font-size: 18px;
  45. position: relative;
  46. background: #fff;
  47. padding-right: 6px;
  48. padding-left: 15px;
  49. font-weight: 600;
  50. border-left: 4px solid @staticMainColor;
  51. /*line-height: 30px;*/
  52. color: #333333;
  53. }
  54. .content {
  55. position: relative;
  56. height: 550px;
  57. }
  58. .infoBox {
  59. border-bottom: 1px solid #E6E6E6;
  60. padding: 0;
  61. margin: 0 0 20px 0;
  62. }
  63. .infoBox:hover {
  64. background-color: #fff;
  65. }
  66. .infoWrapper {
  67. padding: 0 0 0 40px;
  68. }
  69. .circleBox {
  70. position: absolute;
  71. z-index: 10;
  72. background: #fff;
  73. left: -38px;
  74. height: 32px;
  75. top: -1px;
  76. }
  77. // .circle {
  78. // display: inline-block;
  79. // *display:inline;
  80. // *zoom:1;
  81. // width: 10px;
  82. // height: 10px;
  83. // border-radius: 50%;
  84. // background: #3B9ED0;
  85. // position: relative;
  86. // top: 2px;
  87. // }
  88. .infos {
  89. height: 100%;
  90. overflow-y: auto;
  91. border-top: 1px solid #E6E6E6;
  92. }
  93. .infos>div {
  94. margin-right: 6.5%;
  95. .contentWrapper img{
  96. max-width: 100%;
  97. }
  98. }
  99. .title {
  100. position: relative;
  101. line-height: 24px;
  102. margin: 18px 0 4px;
  103. }
  104. .line {
  105. border-bottom: 1px dashed #ccc;
  106. }
  107. .container {
  108. /*width:100%;*/
  109. overflow: hidden;
  110. background: #fff;
  111. margin: 0 20px;
  112. /*padding: 8px 0 0px 0px;
  113. left: 0;
  114. right: 0;*/
  115. display: none;
  116. position: relative;
  117. }
  118. pre {
  119. white-space: pre-wrap;
  120. word-wrap: break-word;
  121. color: #1E1E1E;
  122. ol li {
  123. list-style: decimal;
  124. list-style-position:inside;
  125. }
  126. ul {
  127. padding-left: 20px;
  128. li {
  129. list-style-position:inside;
  130. list-style: inside;
  131. }
  132. }
  133. }
  134. .anchors {
  135. width: 210px;
  136. position: absolute;
  137. right:15px;
  138. top: 0;
  139. margin-right: 14px;
  140. overflow-y: auto;
  141. background-color: #EDFAFF;
  142. padding: 25px 0;
  143. // height: calc(100% - 50px);
  144. overflow-x: hidden;
  145. }
  146. .anchors ul {
  147. margin-left: 30px;
  148. padding: 15px 0px 15px 20px;
  149. border-radius: 4px;
  150. border: 1px solid #EDFAFF;
  151. /*background-color: #EDFAFF;*/
  152. line-height: 19px;
  153. }
  154. .anchors li {
  155. position: relative;
  156. border-left: 1px solid #8DD1EE;
  157. }
  158. .anchors li:first-child {
  159. padding-top:30px
  160. }
  161. .anchors .anchor-line {
  162. height: 30px;
  163. width: 0;
  164. border-left: 1px solid #8DD1EE;
  165. }
  166. .anchors .a-circle{
  167. width: 16px;
  168. height: 16px;
  169. position: absolute;
  170. left: 43px;
  171. z-index: 1;
  172. background: url('../images/icon-circular2.png');
  173. background-repeat: no-repeat;
  174. background-position-x: center;
  175. background-position-y: center;
  176. }
  177. .anchors .a-circle-2{
  178. margin-left: 0;
  179. margin-top: -16px;
  180. }
  181. .anchors i {
  182. position: absolute;
  183. display: inline-block;
  184. width: 16px;
  185. height: 16px;
  186. left: -9px;
  187. top: 5px;
  188. z-index: 1;
  189. background: url('../images/icon-circular.png');
  190. background-repeat: no-repeat;
  191. background-position-x: center;
  192. background-position-y: center;
  193. }
  194. .anchors li:first-child i{
  195. top:37px;
  196. }
  197. .anchors a {
  198. display: inline-block;
  199. position: relative;
  200. top: 4px;
  201. left: 0;
  202. width: 126px;
  203. padding: 0 0px 0 20px;
  204. text-decoration: none;
  205. font-size: 16px;
  206. font-weight: 400;
  207. word-wrap: break-word;
  208. color: #000;
  209. }
  210. .anchors .active a {
  211. /*color: #3B9ED0 !important;
  212. font-weight: 700 !important;*/
  213. }
  214. .anchors .active i {
  215. width: 30px;
  216. height: 15px;
  217. top: 6px;
  218. left: -15px;
  219. border-radius: 0;
  220. border: none;
  221. background-color: #F5F6F7;
  222. background: url('../images/icon_current2.png');
  223. background-repeat: no-repeat;
  224. background-position-x: center;
  225. background-position-y: center;
  226. }
  227. .disCopy {
  228. -webkit-touch-callout: none;
  229. -webkit-user-select: none;
  230. -khtml-user-select: none;
  231. -moz-user-select: none;
  232. -ms-user-select: none;
  233. user-select: none;
  234. }
  235. .tabBox{
  236. position: relative;
  237. background: #fff;
  238. padding: 0 38px;
  239. margin: 60px 20px 0;
  240. overflow: hidden;
  241. }
  242. .tabBox .title{
  243. display: block;
  244. font-size: 20px;
  245. font-weight: bold;
  246. color: rgba(0, 0, 0, 0.85);
  247. line-height: 28px;
  248. margin: 26px 0 14px 0;
  249. }
  250. .tabList{
  251. display: inline-block;
  252. }
  253. .tab{
  254. display: inline-block;
  255. padding: 5px 14px;
  256. margin-right: 5px;
  257. background: #EEEEEE;
  258. cursor: pointer;
  259. font-size: 14px;
  260. color: #333333;
  261. border-radius: 6px 6px 0px 0px;
  262. }
  263. .activeTab{
  264. background: @staticMainColor;
  265. color: #fff;
  266. font-size: 16px;
  267. }
  268. .ql-align-right{
  269. text-align: right;
  270. }
  271. .ql-align-center{
  272. text-align: center;
  273. }
  274. .open-win{
  275. position: absolute;
  276. right: 15px;
  277. bottom: 8px;
  278. cursor: pointer;
  279. color: #3B9ED0;
  280. font-size: 14px;
  281. padding-left: 30px;
  282. background: url("../images/link.png") 0 -2px no-repeat;
  283. background-size: 25px 25px;
  284. /*img{
  285. width: 30px;
  286. height: 30px;
  287. vertical-align: middle;
  288. margin-right: 10px;
  289. }*/
  290. }
  291. .btmFix {
  292. height: 20px;
  293. width: calc(100% - 40px);
  294. position: fixed;
  295. bottom: 0;
  296. left: 20px;
  297. z-index: 20;
  298. background-color: #fff;
  299. }
  300. .scaletitle{
  301. font-size: 20px;
  302. font-weight: 500;
  303. color: #333333;
  304. line-height: 28px;
  305. margin: 30px 0 8px 0;
  306. text-align: center;
  307. display: none;
  308. }
  309. .scaleBox{
  310. border-bottom: none;
  311. }
  312. .contentList{
  313. max-width: 100%;
  314. border-bottom: 1PX solid #F3F3F3;
  315. margin-bottom: 6px;
  316. .item-list{
  317. padding: 0 21px;
  318. color: #666666;
  319. .item-title,.item-titles{
  320. font-size: 14px;
  321. font-weight: 400;
  322. color: #333333;
  323. line-height: 20px;
  324. margin-top: 14px;
  325. }
  326. .item-content{
  327. margin: 10px 0;
  328. display: flex;
  329. flex-flow: wrap;
  330. .radio {
  331. display: flex;
  332. margin: 5px;
  333. margin-right: 25px;
  334. label{
  335. font-weight: 400;
  336. color: #666666;
  337. line-height: 20px;
  338. & input{
  339. margin-right: 6px;
  340. }
  341. .num{
  342. margin-left: 10px;
  343. }
  344. }
  345. .recommend{
  346. width: 18px;
  347. height: 18px;
  348. }
  349. }
  350. }
  351. }
  352. }
  353. .scalebot{
  354. margin-bottom: 44px;
  355. text-align: right;
  356. overflow: hidden;
  357. .but{
  358. width: 94px;
  359. height: 34px;
  360. background: #FFFFFF;
  361. border-radius: 8px;
  362. border: 1px solid #2A9BD5;
  363. font-size: 16px;
  364. font-weight: 400;
  365. color: #2A9BD5;
  366. margin-right: 9px;
  367. float: right;
  368. }
  369. .score{
  370. font-size: 16px;
  371. font-weight: 400;
  372. color: #333333;
  373. margin-right: 30px;
  374. display: none;
  375. float: right;
  376. line-height: 34px;
  377. }
  378. }
  379. .result{
  380. background: #EDFAFF;
  381. border-radius: 10px;
  382. font-size: 14px;
  383. font-weight: 500;
  384. color: #333333;
  385. display: none;
  386. margin: 0 75px;
  387. text-align: center;
  388. .result_box{
  389. padding:25px 56px;
  390. display: inline-block;
  391. .result_left{
  392. display: flex;
  393. justify-content: center;
  394. & span{
  395. display: block;
  396. width: 42px;
  397. }
  398. .hel{
  399. width: 21px;
  400. height: 21px;
  401. background: #2C96E5;
  402. border-radius: 50%;
  403. color: #fff;
  404. font-size: 12px;
  405. vertical-align: middle;
  406. margin-right: 9px;
  407. float: left;
  408. }
  409. }
  410. }
  411. }
  412. .foot{
  413. margin-bottom: 20px;
  414. margin-top: 40px;
  415. display: none;
  416. overflow: hidden;
  417. .foot_box{
  418. width: 300px;
  419. margin: auto;
  420. .printing{
  421. float: left;
  422. width: 94px;
  423. height: 32px;
  424. background: #FFFFFF;
  425. border-radius: 4px;
  426. border: 1px solid #333333;
  427. cursor: pointer;
  428. line-height: 32px;
  429. & img{
  430. margin: 0 12px 0 14px;
  431. vertical-align: middle;
  432. }
  433. }
  434. .printing:hover{
  435. background: #2C96E5;
  436. color: #fff;
  437. border:1px solid #2C96E5;
  438. }
  439. .copy{
  440. width: 132px;
  441. height: 32px;
  442. background: #FFFFFF;
  443. border-radius: 4px;
  444. float: left;
  445. border: 1px solid #333333;
  446. text-align: center;
  447. line-height: 32px;
  448. margin-left: 38px;
  449. cursor: pointer;
  450. }
  451. .copy:hover{
  452. background: #2C96E5;
  453. color: #fff;
  454. border:1px solid #2C96E5;
  455. }
  456. }
  457. }
  458. #inputs{
  459. position: absolute;top: 0;left: 0;opacity: 0;z-index: -10
  460. }
  461. #Print{
  462. width: 100%!important;
  463. overflow-x: hidden;
  464. }
  465. .scale{
  466. .infos-box{
  467. margin: 0 71px 20px 38px;
  468. .infoWrapper {
  469. padding: 0 75px;
  470. }
  471. .scalebot{
  472. padding-right: 75px;
  473. }
  474. }
  475. }
  476. .chColor{
  477. color: red!important;
  478. }
  479. .info_left {
  480. width: 527px;
  481. margin:30px auto;
  482. display: none;
  483. overflow: hidden;
  484. border:1px solid #D8D8D8;
  485. li {
  486. width: 50%;
  487. height: 30px;
  488. padding: 0 10px;
  489. box-sizing: border-box;
  490. border: 1px solid #bbbfc1;
  491. border-right: none;
  492. font-size: 14px;
  493. float: left;
  494. border-bottom: none;
  495. }
  496. .name,.card{
  497. border-top: none;
  498. }
  499. .name,.age,.sex,.cards{
  500. border-left: none;
  501. }
  502. }
  503. // 胎儿发育指数评估内容
  504. .computedgs{
  505. margin-left:79px;
  506. margin-top:35px;
  507. .cgs_top{
  508. width:100%;
  509. margin:0 auto;
  510. text-align:center;
  511. .l_content{
  512. display:inline-block;
  513. height: 85px;
  514. }
  515. .d_inpt{
  516. display: inline-block;
  517. position: relative;
  518. }
  519. .yz{
  520. position: absolute;
  521. top:35px;
  522. left:14px;
  523. width: 150px;
  524. }
  525. .gs_x{
  526. color: #F45454;
  527. margin-top: 5px;
  528. margin-right: 4px;
  529. }
  530. .gs_wz{
  531. display: inline-block;
  532. height: 32px;
  533. line-height: 32px;
  534. }
  535. .gs_ipt{
  536. width: 160px;
  537. height: 32px;
  538. background: #FFFFFF;
  539. border-radius: 4px;
  540. border: 1px solid #D8D8D8;
  541. margin-left: 16px;
  542. padding: 3px;
  543. padding-left: 8px;
  544. margin-right: 18px;
  545. box-sizing: border-box;
  546. }
  547. .gs_iptq{
  548. border-color: #F45454 !important;
  549. color: #F45454 !important;
  550. }
  551. .r_content{
  552. display:inline-block;
  553. margin-left: 200px;
  554. position: relative;
  555. height: 85px;
  556. }
  557. .clearfix:after {
  558. content: "";
  559. display: block;
  560. height: 0;
  561. overflow: hidden;
  562. clear: both;
  563. }
  564. .c_end{
  565. width: 100%;
  566. .c_btn{
  567. float:right;
  568. display:inline-block;
  569. cursor: pointer;
  570. width: 94px;
  571. height: 34px;
  572. background: #FFFFFF;
  573. border-radius: 8px;
  574. border: 1px solid #2A9BD5;
  575. text-align:center;
  576. line-height:34px;
  577. // box-sizing:border-box;
  578. color: #2A9BD5;
  579. }
  580. }
  581. .b_content{
  582. width: 100%;
  583. background: #EDFAFF;
  584. border-radius: 10px;
  585. margin-top: 15px;
  586. .m_w300{
  587. margin: auto;
  588. width: 30%;
  589. margin-top: 20px;
  590. margin-bottom: 20px;
  591. padding-top: 20px;
  592. padding-bottom: 20px;
  593. word-break: break-word;
  594. }
  595. .m_auto{
  596. display: inline-block;
  597. width: 100%;
  598. margin-bottom: 3px;
  599. text-align: start;
  600. }
  601. }
  602. }
  603. }
  604. .computedgs{
  605. .cgs_tops{
  606. .l_content{
  607. width: 100%;
  608. display: inline-block;
  609. }
  610. .d_inpt {
  611. display: inline-block;
  612. position: relative;
  613. width: 30%;
  614. }
  615. .gs_wzs{
  616. margin-right: 16px;
  617. }
  618. .gs_wzl{
  619. margin-left: 16px;
  620. }
  621. .gs_ipt{
  622. margin: 0px;
  623. width: 100%;
  624. }
  625. .r_content{
  626. width: 100%;
  627. display: inline-block;
  628. margin-left: 0px ;
  629. }
  630. .yz{
  631. left:0px;
  632. }
  633. }
  634. }