staticInfo.less 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545
  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. }
  209. .anchors .active a {
  210. /*color: #3B9ED0 !important;
  211. font-weight: 700 !important;*/
  212. }
  213. .anchors .active i {
  214. width: 30px;
  215. height: 15px;
  216. top: 6px;
  217. left: -15px;
  218. border-radius: 0;
  219. border: none;
  220. background-color: #F5F6F7;
  221. background: url('../images/icon_current2.png');
  222. background-repeat: no-repeat;
  223. background-position-x: center;
  224. background-position-y: center;
  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 38px;
  238. margin: 60px 20px 0;
  239. overflow: hidden;
  240. }
  241. .tabBox .title{
  242. display: block;
  243. font-size: 20px;
  244. font-weight: bold;
  245. color: rgba(0, 0, 0, 0.85);
  246. line-height: 28px;
  247. margin: 26px 0 14px 0;
  248. }
  249. .tabList{
  250. display: inline-block;
  251. }
  252. .tab{
  253. display: inline-block;
  254. padding: 5px 14px;
  255. margin-right: 5px;
  256. background: #EEEEEE;
  257. cursor: pointer;
  258. font-size: 14px;
  259. color: #333333;
  260. border-radius: 6px 6px 0px 0px;
  261. }
  262. .activeTab{
  263. background: @staticMainColor;
  264. color: #fff;
  265. font-size: 16px;
  266. }
  267. .ql-align-right{
  268. text-align: right;
  269. }
  270. .ql-align-center{
  271. text-align: center;
  272. }
  273. .open-win{
  274. position: absolute;
  275. right: 15px;
  276. bottom: 8px;
  277. cursor: pointer;
  278. color: #3B9ED0;
  279. font-size: 14px;
  280. padding-left: 30px;
  281. background: url("../images/link.png") 0 -2px no-repeat;
  282. background-size: 25px 25px;
  283. /*img{
  284. width: 30px;
  285. height: 30px;
  286. vertical-align: middle;
  287. margin-right: 10px;
  288. }*/
  289. }
  290. .btmFix {
  291. height: 20px;
  292. width: calc(100% - 40px);
  293. position: fixed;
  294. bottom: 0;
  295. left: 20px;
  296. z-index: 20;
  297. background-color: #fff;
  298. }
  299. .infos::-webkit-scrollbar, .anchors::-webkit-scrollbar {
  300. /*滚动条整体样式*/
  301. width: 6px;
  302. height: 100px;
  303. /*高宽分别对应横竖滚动条的尺寸*/
  304. background: #ebeef5;
  305. -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.2);
  306. }
  307. .infos::-webkit-scrollbar-thumb, .anchors::-webkit-scrollbar-thumb {
  308. /*滚动条里面小方块*/
  309. width: 6px;
  310. border-radius: 5px;
  311. background: @staticMainColor;
  312. height: 100px;
  313. }
  314. .infos::-webkit-scrollbar-track, .anchors::-webkit-scrollbar-track {
  315. /*滚动条里面轨道*/
  316. border-radius: 2px;
  317. background: #f0f2f5;
  318. opacity: .2;
  319. }
  320. .scaletitle{
  321. font-size: 20px;
  322. font-weight: 500;
  323. color: #333333;
  324. line-height: 28px;
  325. margin: 30px 0 8px 0;
  326. text-align: center;
  327. display: none;
  328. }
  329. .scaleBox{
  330. border-bottom: none;
  331. }
  332. .contentList{
  333. max-width: 100%;
  334. border-bottom: 1PX solid #F3F3F3;
  335. margin-bottom: 6px;
  336. .item-list{
  337. padding: 0 21px;
  338. color: #666666;
  339. .item-title,.item-titles{
  340. font-size: 14px;
  341. font-weight: 400;
  342. color: #333333;
  343. line-height: 20px;
  344. margin-top: 14px;
  345. }
  346. .item-content{
  347. margin: 10px 0;
  348. display: inline-block;
  349. .radio {
  350. display: flex;
  351. margin: 5px;
  352. margin-right: 25px;
  353. float: left;
  354. label{
  355. font-weight: 400;
  356. color: #666666;
  357. line-height: 20px;
  358. & input{
  359. margin-right: 6px;
  360. }
  361. .num{
  362. margin-left: 10px;
  363. }
  364. }
  365. .recommend{
  366. width: 18px;
  367. height: 18px;
  368. }
  369. }
  370. }
  371. }
  372. }
  373. .scalebot{
  374. margin-bottom: 44px;
  375. text-align: right;
  376. overflow: hidden;
  377. .but{
  378. width: 94px;
  379. height: 34px;
  380. background: #FFFFFF;
  381. border-radius: 8px;
  382. border: 1px solid #2A9BD5;
  383. font-size: 16px;
  384. font-weight: 400;
  385. color: #2A9BD5;
  386. margin-right: 9px;
  387. float: right;
  388. }
  389. .score{
  390. font-size: 16px;
  391. font-weight: 400;
  392. color: #333333;
  393. margin-right: 30px;
  394. display: none;
  395. float: right;
  396. line-height: 34px;
  397. }
  398. }
  399. .result{
  400. background: #EDFAFF;
  401. border-radius: 10px;
  402. font-size: 14px;
  403. font-weight: 500;
  404. color: #333333;
  405. display: none;
  406. margin: 0 75px;
  407. text-align: center;
  408. .result_box{
  409. padding:25px 56px;
  410. display: inline-block;
  411. .result_left{
  412. display: flex;
  413. & span{
  414. display: block;
  415. width: 42px;
  416. }
  417. .hel{
  418. width: 21px;
  419. height: 21px;
  420. background: #2C96E5;
  421. border-radius: 50%;
  422. color: #fff;
  423. font-size: 12px;
  424. vertical-align: middle;
  425. margin-right: 9px;
  426. float: left;
  427. }
  428. }
  429. }
  430. }
  431. .foot{
  432. margin-bottom: 20px;
  433. margin-top: 40px;
  434. display: none;
  435. overflow: hidden;
  436. .foot_box{
  437. width: 300px;
  438. margin: auto;
  439. .printing{
  440. float: left;
  441. width: 94px;
  442. height: 32px;
  443. background: #FFFFFF;
  444. border-radius: 4px;
  445. border: 1px solid #333333;
  446. cursor: pointer;
  447. line-height: 32px;
  448. & img{
  449. margin: 0 12px 0 14px;
  450. vertical-align: middle;
  451. }
  452. }
  453. .printing:hover{
  454. background: #2C96E5;
  455. color: #fff;
  456. border:1px solid #2C96E5;
  457. }
  458. .copy{
  459. width: 132px;
  460. height: 32px;
  461. background: #FFFFFF;
  462. border-radius: 4px;
  463. float: left;
  464. border: 1px solid #333333;
  465. text-align: center;
  466. line-height: 32px;
  467. margin-left: 38px;
  468. cursor: pointer;
  469. }
  470. .copy:hover{
  471. background: #2C96E5;
  472. color: #fff;
  473. border:1px solid #2C96E5;
  474. }
  475. }
  476. }
  477. #inputs{
  478. position: absolute;top: 0;left: 0;opacity: 0;z-index: -10
  479. }
  480. #Print{
  481. width: 100%!important;
  482. overflow-x: hidden;
  483. }
  484. .scale{
  485. .infos-box{
  486. margin: 0 71px 20px 38px;
  487. .infoWrapper {
  488. padding: 0 75px;
  489. }
  490. .scalebot{
  491. padding-right: 75px;
  492. }
  493. }
  494. }
  495. .chColor{
  496. color: red!important;
  497. }
  498. .info_left {
  499. width: 527px;
  500. margin:30px auto;
  501. display: none;
  502. overflow: hidden;
  503. border:1px solid #D8D8D8;
  504. li {
  505. width: 50%;
  506. height: 30px;
  507. padding: 0 10px;
  508. box-sizing: border-box;
  509. border: 1px solid #bbbfc1;
  510. border-right: none;
  511. font-size: 14px;
  512. float: left;
  513. border-bottom: none;
  514. }
  515. .name,.card{
  516. border-top: none;
  517. }
  518. .name,.age,.sex,.cards{
  519. border-left: none;
  520. }
  521. }