staticInfo.less 9.4 KB

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