staticInfo.less 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522
  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. & span{
  394. display: block;
  395. width: 42px;
  396. }
  397. .hel{
  398. width: 21px;
  399. height: 21px;
  400. background: #2C96E5;
  401. border-radius: 50%;
  402. color: #fff;
  403. font-size: 12px;
  404. vertical-align: middle;
  405. margin-right: 9px;
  406. float: left;
  407. }
  408. }
  409. }
  410. }
  411. .foot{
  412. margin-bottom: 20px;
  413. margin-top: 40px;
  414. display: none;
  415. overflow: hidden;
  416. .foot_box{
  417. width: 300px;
  418. margin: auto;
  419. .printing{
  420. float: left;
  421. width: 94px;
  422. height: 32px;
  423. background: #FFFFFF;
  424. border-radius: 4px;
  425. border: 1px solid #333333;
  426. cursor: pointer;
  427. line-height: 32px;
  428. & img{
  429. margin: 0 12px 0 14px;
  430. vertical-align: middle;
  431. }
  432. }
  433. .printing:hover{
  434. background: #2C96E5;
  435. color: #fff;
  436. border:1px solid #2C96E5;
  437. }
  438. .copy{
  439. width: 132px;
  440. height: 32px;
  441. background: #FFFFFF;
  442. border-radius: 4px;
  443. float: left;
  444. border: 1px solid #333333;
  445. text-align: center;
  446. line-height: 32px;
  447. margin-left: 38px;
  448. cursor: pointer;
  449. }
  450. .copy:hover{
  451. background: #2C96E5;
  452. color: #fff;
  453. border:1px solid #2C96E5;
  454. }
  455. }
  456. }
  457. #inputs{
  458. position: absolute;top: 0;left: 0;opacity: 0;z-index: -10
  459. }
  460. #Print{
  461. width: 100%!important;
  462. overflow-x: hidden;
  463. }
  464. .scale{
  465. .infos-box{
  466. margin: 0 71px 20px 38px;
  467. .infoWrapper {
  468. padding: 0 75px;
  469. }
  470. .scalebot{
  471. padding-right: 75px;
  472. }
  473. }
  474. }
  475. .chColor{
  476. color: red!important;
  477. }
  478. .info_left {
  479. width: 527px;
  480. margin:30px auto;
  481. display: none;
  482. overflow: hidden;
  483. border:1px solid #D8D8D8;
  484. li {
  485. width: 50%;
  486. height: 30px;
  487. padding: 0 10px;
  488. box-sizing: border-box;
  489. border: 1px solid #bbbfc1;
  490. border-right: none;
  491. font-size: 14px;
  492. float: left;
  493. border-bottom: none;
  494. }
  495. .name,.card{
  496. border-top: none;
  497. }
  498. .name,.age,.sex,.cards{
  499. border-left: none;
  500. }
  501. }