staticInfo.less 10 KB

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