common.css 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169
  1. /* http://meyerweb.com/eric/tools/css/reset/
  2. v2.0 | 20110126
  3. License: none (public domain)
  4. */
  5. html, body, div, span, applet, object, iframe,
  6. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  7. a, abbr, acronym, address, big, cite, code,
  8. del, dfn, em, img, ins, kbd, q, s, samp,
  9. small, strike, strong, sub, sup, tt, var,
  10. b, u, i, center,
  11. dl, dt, dd, ol, ul, li,
  12. fieldset, form, label, legend,
  13. table, caption, tbody, tfoot, thead, tr, th, td,
  14. article, aside, canvas, details, embed,
  15. figure, figcaption, footer, header, hgroup,
  16. menu, nav, output, ruby, section, summary,
  17. time, mark, audio, video {
  18. margin: 0;
  19. padding: 0;
  20. border: 0;
  21. font-size: 14px;
  22. font: inherit;
  23. vertical-align: baseline;
  24. }
  25. /* HTML5 display-role reset for older browsers */
  26. article, aside, details, figcaption, figure,
  27. footer, header, hgroup, menu, nav, section {
  28. display: block;
  29. }
  30. body {
  31. line-height: 1;
  32. }
  33. ol, ul {
  34. list-style: none;
  35. }
  36. blockquote, q {
  37. quotes: none;
  38. }
  39. blockquote:before, blockquote:after,
  40. q:before, q:after {
  41. content: '';
  42. content: none;
  43. }
  44. table {
  45. border-collapse: collapse;
  46. border-spacing: 0;
  47. }
  48. * {
  49. box-sizing: border-box;
  50. }
  51. a {
  52. text-decoration: unset;
  53. }
  54. /*自定义*/
  55. body{
  56. background-color:#021429 !important;
  57. background-size:cover;
  58. width: 3840px;
  59. height: 1080px;
  60. /*transform:scale(0.5);
  61. -moz-transform:scale(0.5);
  62. -webkit-transform:scale(0.5);
  63. -o-transform:scale(0.5);*/
  64. transform-origin:left top;
  65. font-family:"微软雅黑"
  66. }
  67. .header-wrapper {
  68. display: flex;
  69. justify-content: space-around;
  70. position: relative;
  71. }
  72. .header-wrapper svg {
  73. position: absolute;
  74. left: 50%;
  75. top: 40px;
  76. margin-left:-1920px;
  77. z-index:10
  78. }
  79. .header-wrapper .title {
  80. line-height: 80px;
  81. font-size: 2.1em;
  82. color:#70e6ea;
  83. position: relative;
  84. z-index:10;
  85. padding:0 10px;
  86. letter-spacing:0.1em;
  87. }
  88. .header-wrapper .lefttitle{
  89. display:block;
  90. line-height: 60px;
  91. font-size: 1.5em;
  92. color:#70e6ea;
  93. position:absolute;
  94. left:25%;
  95. top:20px;
  96. width:400px;
  97. margin-left:-200px;
  98. text-align:center;
  99. z-index:11;
  100. cursor:pointer;
  101. }
  102. .header-wrapper .righttitle{
  103. line-height: 60px;
  104. font-size: 1.5em;
  105. color:#70e6ea;
  106. position:absolute;
  107. right:25%;
  108. top:20px;
  109. width:400px;
  110. margin-right:-200px;
  111. text-align:center;
  112. }
  113. .header-wrapper1 {
  114. width: 1920px;
  115. display: flex;
  116. justify-content: space-around;
  117. position: relative;
  118. }
  119. .header-wrapper1 svg {
  120. position: absolute;
  121. left: 0%;
  122. top: 40px;
  123. z-index:10
  124. }
  125. .header-wrapper1 .title {
  126. line-height: 80px;
  127. font-size: 2.1em;
  128. color:#70e6ea;
  129. position: relative;
  130. z-index:10;
  131. padding:0 10px;
  132. letter-spacing:0.1em;
  133. }
  134. .header-wrapper1 .lefttitle{
  135. display:block;
  136. line-height: 60px;
  137. font-size: 1.5em;
  138. color:#70e6ea;
  139. position:absolute;
  140. left:25%;
  141. top:20px;
  142. width:400px;
  143. margin-left:-200px;
  144. text-align:center;
  145. z-index:11;
  146. cursor:pointer;
  147. }
  148. .header-wrapper1 .righttitle{
  149. line-height: 60px;
  150. font-size: 1.5em;
  151. color:#70e6ea;
  152. position:absolute;
  153. right:25%;
  154. top:20px;
  155. width:400px;
  156. margin-right:-200px;
  157. text-align:center;
  158. }
  159. #nowtime{
  160. position:absolute;
  161. left:20px;
  162. top:47px;
  163. color:#fff;
  164. font-size:12px
  165. }
  166. .grid-wrapper{
  167. color: #ffffff;
  168. padding: 10px 8px 8px;
  169. height: calc(100% - 80px);
  170. display: grid;
  171. display: -ms-grid;
  172. grid-gap: 8px;
  173. grid-template-columns: repeat(2, 1fr);
  174. grid-template-rows: 1fr;
  175. }
  176. .grid-common{
  177. height:100%;
  178. display: grid;
  179. display: -ms-grid;
  180. grid-gap: 4px;
  181. }
  182. .left-grid{
  183. grid-template-columns: repeat(2, 1fr);
  184. grid-template-rows: 1fr;
  185. }
  186. .left-grid .left-gride-l1{
  187. grid-template-columns: 1fr;
  188. grid-template-rows: 302px 242px 430px;
  189. }
  190. .left-gride-l1-top{
  191. grid-template-columns: 572px auto;
  192. grid-template-rows: 1fr;
  193. }
  194. .left-gride-l1-mid{
  195. grid-template-columns: repeat(2, 1fr);
  196. grid-template-rows: 1fr;
  197. }
  198. .left-gride-l1-bottom{
  199. grid-template-columns: 316px auto;
  200. grid-template-rows: 1fr;
  201. }
  202. .left-grid .left-gride-l2{
  203. grid-template-columns: auto 364px;
  204. grid-template-rows: 1fr;
  205. }
  206. .left-gride-l2-left{
  207. grid-template-columns: 1fr;
  208. grid-template-rows: 120px 488px 366px;
  209. }
  210. .left-gride-l2-right{
  211. grid-template-columns: 1fr;
  212. grid-template-rows: 374px 234px 366px;
  213. }
  214. .left-gride-l1-bottom-pice{
  215. grid-template-columns: 1fr;
  216. grid-template-rows: repeat(2, 1fr);
  217. }
  218. .grid-wrapper .wrapper {
  219. overflow: hidden;
  220. height: 100%;
  221. }
  222. .grid-wrapper .wrapper>.tab{
  223. width:100%;
  224. height:2em;
  225. }
  226. .tab>.tab-bid{
  227. height:100%;
  228. width:147px;
  229. font-size:1em;
  230. display:flex;
  231. align-items:center;
  232. justify-content:center;
  233. position:relative;
  234. background: -webkit-linear-gradient(#01417f,#021e46);
  235. background: -o-linear-gradient(#01417f,#021e46);
  236. background: -moz-linear-gradient(#01417f,#021e46);
  237. background: linear-gradient(#01417f,#021e46);
  238. }
  239. .tab>.tab-bid:before{
  240. content:'';
  241. position:absolute;
  242. top:0;
  243. left:0;
  244. width: 0;
  245. height: 0;
  246. border-top: 5px solid #010a19;
  247. border-right: 5px solid transparent;
  248. }
  249. .tab>.tab-bid:after{
  250. content:'';
  251. position:absolute;
  252. top:0;
  253. right:0;
  254. width: 0;
  255. height: 0;
  256. border-top: 5px solid #010a19;
  257. border-left: 5px solid transparent;
  258. }
  259. .wrapper-content{
  260. height: calc(100% - 2em);
  261. border:0.5px solid #3e68c0;
  262. box-shadow: 0px 0px 4px rgba(65,110,204,1) inset;
  263. padding:14px 8px 8px;
  264. overflow:hidden;
  265. }
  266. .wrapper-content>.content-container{
  267. border:0.5px solid #6076ae;
  268. border-top:2px solid #6076ae;
  269. height:100%;
  270. display:flex;
  271. justify-content:center;
  272. align-items:center;
  273. position:relative;
  274. background-color:rgba(113,138,149,0.1)
  275. }
  276. .zhejiao{
  277. position:absolute;
  278. width:10px;
  279. height:10px;
  280. }
  281. .zhejiao-1{
  282. left:-2px;
  283. top:-2px;
  284. border-left:2px solid #0efcfe;
  285. border-top:2px solid #0efcfe;
  286. }
  287. .zhejiao-2{
  288. right:-2px;
  289. top:-2px;
  290. border-right:2px solid #0efcfe;
  291. border-top:2px solid #0efcfe;
  292. }
  293. .zhejiao-3{
  294. right:-2px;
  295. bottom:-2px;
  296. border-right:2px solid #0efcfe;
  297. border-bottom:2px solid #0efcfe;
  298. }
  299. .zhejiao-4{
  300. left:-2px;
  301. bottom:-2px;
  302. border-left:2px solid #0efcfe;
  303. border-bottom:2px solid #0efcfe;
  304. }
  305. .mr-10{
  306. margin-right:10px;
  307. }
  308. .wrapper-clzb{
  309. display:flex;
  310. justify-content:flex-end;
  311. flex-direction:column;
  312. }
  313. .wrapper-clzb>.wrapper-clzb-content{
  314. height:178px;
  315. overflow:hidden;
  316. }
  317. .flex-bottom{
  318. display:flex;
  319. flex-direction:column;
  320. justify-content:flex-end;
  321. }
  322. .flex-zztt{
  323. flex-direction:column;
  324. justify-content:space-between !important;
  325. }
  326. .position-block{
  327. position:relative;
  328. }
  329. .header-data-list{
  330. position:absolute;
  331. display:flex;
  332. align-items:center;
  333. justify-content:space-around;
  334. width:964px;
  335. height:calc(120px - 2em);
  336. right:0;
  337. bottom:0;
  338. border: 0.5px solid #3e68c0;
  339. box-shadow: 0px 0px 4px rgba(65,110,204,1) inset;
  340. overflow: hidden;
  341. }
  342. .header-data-item{
  343. display:flex;
  344. align-items:center;
  345. justify-content:center;
  346. flex-direction:column;
  347. }
  348. .header-data-item>.item-name{
  349. font-size:1.6em;
  350. margin-bottom:6px;
  351. color:#ccf5f9;
  352. }
  353. .header-data-item>.item-value{
  354. font-size:1.8em;
  355. max-width:120px;
  356. overflow: hidden;
  357. text-overflow:ellipsis;
  358. white-space: nowrap;
  359. cursor:pointer;
  360. }
  361. .item-color1{
  362. color:#e29494
  363. }
  364. .item-color2{
  365. color:#d3406c
  366. }
  367. .item-color3{
  368. color:#9a2aac
  369. }
  370. .item-color4{
  371. color:#42c3c9
  372. }
  373. .item-color5{
  374. color:#fea569
  375. }
  376. .map-area{
  377. height:100%;
  378. }
  379. #map-container{
  380. width:100%;
  381. height:100%;
  382. }
  383. .data-box{
  384. position:relative;
  385. height:40%;
  386. width:100%;
  387. }
  388. .warning-box{
  389. display:flex;
  390. flex-direction:column;
  391. width:100%;
  392. height:78px;
  393. }
  394. .msg-box{
  395. display:flex;
  396. flex-direction:column;
  397. width:100%;
  398. height:78px;
  399. }
  400. .pding-10{
  401. padding:10px;
  402. }
  403. .flex_wrap{
  404. flex-wrap:wrap;
  405. }
  406. .wrapper-content>.content-container.justify_around{
  407. justify-content:space-around;
  408. }
  409. /*左侧样式*/
  410. .wrapper>.wrapper-content>.content-container>.left-bar-data{
  411. height:70%;
  412. display:flex;
  413. align-items:flex-start;
  414. flex-direction:column;
  415. justify-content:space-between;
  416. }
  417. .left-bar-data .left-bar-data-list1{
  418. font-size:0.6em;
  419. line-height:1.5em;
  420. color:#c1e7ec;
  421. display:flex;
  422. }
  423. .left-bar-data-list1>.fontsize8{
  424. font-size:.8em;
  425. margin-left:10px;
  426. }
  427. .data-list{
  428. margin-left:10px;
  429. }
  430. .data-list:first-child{
  431. margin-left:0;
  432. }
  433. .fontsize7{
  434. font-size:0.7em;
  435. }
  436. .fontsize6{
  437. font-size:0.6em;
  438. }
  439. .colorred{
  440. color:#e55b5c
  441. }
  442. .colorgreen{
  443. color:#17b45e
  444. }
  445. .wrapper>.wrapper-content>.content-container>.center-bar-data{
  446. height:100%;
  447. width:45%;
  448. }
  449. .wrapper>.wrapper-content>.content-container>.right-bar-data{
  450. height:70%;
  451. display:flex;
  452. align-items:flex-start;
  453. flex-direction:column;
  454. justify-content:space-between;
  455. }
  456. .right-bar-data .right-bar-data-list1{
  457. font-size:0.6em;
  458. line-height:2.4em;
  459. color:#c1e7ec;
  460. display:flex;
  461. }
  462. .right-bar-data .right-bar-data-list2{
  463. font-size:0.6em;
  464. line-height:2em;
  465. color:#c1e7ec;
  466. display:flex;
  467. }
  468. #chart-clzb,#chart-fztj1,#chart-fztj2,#chart-yfgl,#table-whhcl,#chart-wscl,#chart-mrzj{
  469. height:100%;
  470. width:100%;
  471. }
  472. #table-whhcl{
  473. padding:10px;
  474. position:relative;
  475. }
  476. #table-whhcl .table-area-head {
  477. color: #fff;
  478. background-color: #335bcc;
  479. display: flex;
  480. align-items: center;
  481. width: 100%;
  482. margin: 0 auto;
  483. border: 1px solid #6584d7;
  484. border-bottom:0;
  485. }
  486. #table-whhcl .table-area-head .table-area-head-tab {
  487. text-align: center;
  488. height: 32px;
  489. vertical-align: middle;
  490. width: 16.66%;
  491. display: flex;
  492. align-items: center;
  493. justify-content: center;
  494. border-right: 1px solid #6584d7;
  495. font-size:1em;
  496. }
  497. #table-whhcl .table-area-head .table-area-head-tab:last-child{
  498. border-right:0px;
  499. }
  500. #table-whhcl .table-content{
  501. position:relative;
  502. width:100%;
  503. height:100%;
  504. overflow:hidden;
  505. }
  506. #table-whhcl .table-area{
  507. height:calc(100% - 34px);
  508. width:100%;
  509. overflow:hidden;
  510. position:absolute;
  511. top:0;
  512. left:0px;
  513. }
  514. #table-whhcl .table-area table,#table-whhcl .table-area table tbody{
  515. width:100%;
  516. display:table;
  517. }
  518. #table-whhcl .table-area table tr td{
  519. width:16.66%;
  520. text-align:center;
  521. border:1px solid #6584d7;
  522. word-wrap:break-word;
  523. word-break:break-all;
  524. height:33px;
  525. vertical-align:middle;
  526. font-size:0.8em;
  527. padding:3px;
  528. }
  529. #chart-ttfbt,#chart-ydtts,#chart-sbtj{
  530. height:50%;
  531. width:100%;
  532. }
  533. .amap-icon img,.amap-marker-content img{
  534. width: 36px;
  535. }
  536. .amap-marker-label {
  537. border: 0;
  538. background-color: transparent;
  539. }
  540. .amap-marker-label .info {
  541. position: relative;
  542. top: 0;
  543. right: 0;
  544. padding: .5em 1em;
  545. width: auto;
  546. border:1px solid #7693e9;
  547. box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
  548. }
  549. .content-container>.text-ndxsje{
  550. display:flex;
  551. align-items:center;
  552. justify-content:space-between;
  553. width:100%;
  554. padding:20px 30px;
  555. }
  556. .content-container>.text-ndxsje>.left-stat{
  557. display:flex;
  558. flex-direction:column;
  559. align-items:center;
  560. justify-content:space-around;
  561. }
  562. .content-container>.text-ndxsje>.right-stat{
  563. display:flex;
  564. align-items:center;
  565. justify-content:space-between;
  566. }
  567. .all-money{
  568. font-size:1.2em;
  569. color:#ccf5f9;
  570. margin-bottom:3px;
  571. }
  572. .all-money>.money-num{
  573. font-size:2.4em;
  574. color:#c83428;
  575. margin-right:8px;
  576. }
  577. .compare-money{
  578. color:#3996dc;
  579. font-size:1.2em;
  580. }
  581. .compare-money>.increase-num{
  582. margin-left:8px;
  583. color:#c83428;
  584. font-size:1.6em;
  585. }
  586. .compare-money>img{
  587. width:34px;
  588. }
  589. .right-stat>.sell-log-items{
  590. display:flex;
  591. flex-direction:column;
  592. align-items:flex-start;
  593. justify-content:flex-end;
  594. color:#ccf5f9;
  595. font-size:1em;
  596. }
  597. .right-stat>.sell-log-items:first-child{
  598. margin-right:30px;
  599. }
  600. .right-stat>.sell-log-items>.sell-log-items-name{
  601. margin-top:13px;
  602. }
  603. .right-stat>.sell-log-items>.sell-log-items-value{
  604. color:#3996dc;
  605. font-size:1.4em;
  606. margin-top:7px;
  607. }
  608. #table-bndxsje{
  609. padding:10px;
  610. position:relative;
  611. flex:1;
  612. width:100%;
  613. }
  614. #table-bndxsje .table-area-head {
  615. color: #fff;
  616. background-color: #335bcc;
  617. display: flex;
  618. align-items: center;
  619. width: 100%;
  620. margin: 0 auto;
  621. border: 1px solid #6584d7;
  622. border-bottom:0;
  623. }
  624. #table-bndxsje .table-area-head .table-area-head-tab {
  625. text-align: center;
  626. height: 32px;
  627. vertical-align: middle;
  628. width: 14.28%;
  629. display: flex;
  630. align-items: center;
  631. justify-content: center;
  632. border-right: 1px solid #6584d7;
  633. font-size:1em;
  634. }
  635. #table-bndxsje .table-area-head .table-area-head-tab:last-child{
  636. border-right:0px;
  637. }
  638. #table-bndxsje .table-content{
  639. position:relative;
  640. width:100%;
  641. height:100%;
  642. overflow:hidden;
  643. }
  644. #table-bndxsje .table-area{
  645. height:calc(100% - 34px);
  646. width:100%;
  647. overflow:hidden;
  648. position:absolute;
  649. top:0;
  650. left:0px;
  651. }
  652. #table-bndxsje .table-area table,#table-bndxsje .table-area table tbody{
  653. width:100%;
  654. display:table;
  655. }
  656. #table-bndxsje .table-area table tr td{
  657. width:14.28%;
  658. text-align:center;
  659. border:1px solid #6584d7;
  660. word-wrap:break-word;
  661. word-break:break-all;
  662. height:33px;
  663. vertical-align:middle;
  664. font-size:0.8em;
  665. padding:3px;
  666. }
  667. .data-box>.data-bubble{
  668. position:absolute;
  669. width:86px;
  670. height:86px;
  671. border-radius:50%;
  672. display:flex;
  673. flex-direction:column;
  674. align-items:center;
  675. justify-content:center;
  676. }
  677. .data-bubble>.bubble-value{
  678. color:#3996dc;
  679. font-size:1.2em;
  680. }
  681. .data-bubble>.bubble-line{
  682. width:80%;
  683. height:1px;
  684. background-color:#ccf5f9;
  685. margin:10px 0 5px;
  686. }
  687. .data-bubble>.bubble-name{
  688. color:#ccf5f9;
  689. font-size:0.6em;
  690. }
  691. .bubble1{
  692. left:34px;
  693. bottom:0;
  694. border:1px solid #d84647;
  695. }
  696. .bubble2{
  697. right:34px;
  698. bottom:0;
  699. border:1px solid #4c63d7;
  700. }
  701. .bubble3{
  702. left:50%;
  703. margin-left:-43px;
  704. top:10px;
  705. border:1px solid #248d40;
  706. }
  707. .warning-box>.warning-item{
  708. display:flex;
  709. align-items:center;
  710. justify-content:flex-start;
  711. color:#ccf5f9;
  712. margin-top:6px;
  713. width:100%;
  714. font-size:0.8em;
  715. }
  716. .warning-box>.warning-item>img{
  717. width:20px;
  718. margin-right:15px;
  719. }
  720. .warning-box>.warning-item span{
  721. width:calc(100% - 35px);
  722. overflow: hidden;
  723. text-overflow:ellipsis;
  724. white-space: nowrap;
  725. }
  726. .msg-box>.msg-item{
  727. width:100%;
  728. font-size:0.8em;
  729. display:flex;
  730. align-items:center;
  731. justify-content:space-between;
  732. color:#ccf5f9;
  733. margin-top:6px;
  734. }
  735. .msg-box>.msg-item>span.msg-words{
  736. width:calc(100% - 109px);
  737. overflow: hidden;
  738. text-overflow:ellipsis;
  739. white-space: nowrap;
  740. }
  741. .msg-box>.msg-item>span.msg-datetime{
  742. margin-left:5px;
  743. }
  744. .sbtj-data{
  745. height:50%;
  746. width:100%;
  747. display:flex;
  748. flex-direction:column;
  749. align-items:center;
  750. justify-content:center;
  751. }
  752. .word-desc{
  753. width:100%;
  754. display:flex;
  755. align-items:center;
  756. justify-content:space-around;
  757. }
  758. .word-desc>.left-word{
  759. display:flex;
  760. flex-direction:column;
  761. align-items:center;
  762. justify-content:center;
  763. }
  764. .word-desc>.left-word>.word-item{
  765. color:#1ea3ac;
  766. font-size:1.4em;
  767. margin-bottom:10px;
  768. }
  769. .word-desc>.left-word>.word-name{
  770. color:#1ea3ac;
  771. font-size:0.8em;
  772. margin-bottom:10px;
  773. }
  774. .word-desc>.left-word>.word-value{
  775. color:#c83428;
  776. font-size:1.6em;
  777. }
  778. .word-num-incre{
  779. display:flex;
  780. align-items:center;
  781. justify-content:center;
  782. }
  783. .word-num-incre>.increase-value{
  784. font-size:1.8em;
  785. color:#c83428;
  786. }
  787. .word-num-incre img{
  788. width:34px;
  789. }
  790. .chart-titles{
  791. display:flex;
  792. align-items:center;
  793. justify-content:space-around;
  794. height:2em;
  795. width:100%;
  796. }
  797. .chart-titles>.title-name{
  798. color:#ccf5f9;
  799. width:30%;
  800. text-align:center;
  801. }
  802. .chart-area{
  803. height:100%;
  804. }
  805. .single ul>li.select{
  806. border:2px solid #0efcfe;
  807. }
  808. .single1 ul>li.select{
  809. border:2px solid #0efcfe;
  810. }
  811. .step-warn-btns{
  812. width:100%;
  813. display:flex;
  814. align-items:center;
  815. height:4em;
  816. justify-content:center;
  817. }
  818. .step-warn-btns .btnstep{
  819. cursor:pointer;
  820. color:#ccf5f9;
  821. padding:10px 20px;
  822. border-radius:5px;
  823. }
  824. .step-warn-btns .savebtn{
  825. background-color:#3996dc;
  826. margin-right:3em;
  827. }
  828. .step-warn-btns .cancelbtn{
  829. border:1px solid #ccf5f9;
  830. margin-right:3em;
  831. }
  832. #step-warn-set{
  833. position:fixed;
  834. left:50%;
  835. top:50%;
  836. width:900px;
  837. padding:15px;
  838. max-height:1080px;
  839. transform: translateX(-50%) translateY(-50%);
  840. -ms-transform: translateX(-50%) translateY(-50%);
  841. -moz-transform: translateX(-50%) translateY(-50%);
  842. -webkit-transform: translateX(-50%) translateY(-50%);
  843. -o-transform: translateX(-50%) translateY(-50%);
  844. border: 0.5px solid #6076ae;
  845. border-top: 2px solid #6076ae;
  846. background-color: #021429;
  847. z-index:99;
  848. display:none;
  849. }
  850. #step-warn-set>.step-warn-title{
  851. display:flex;
  852. width:100%;
  853. height:2em;
  854. font-size:1.4em;
  855. color:#ccf5f9;
  856. align-items:center;
  857. justify-content:center;
  858. }
  859. #step-warn-set .step-warn-controlarea{
  860. display:flex;
  861. width:100%;
  862. justify-content:center;
  863. }
  864. #step-warn-set .step-set-area{
  865. width:50%;
  866. display:flex;
  867. flex-direction:column;
  868. align-items:center;
  869. justify-content:flex-start;
  870. color:#ccf5f9;
  871. }
  872. #step-warn-set .step-set-area:first-child{
  873. border-right:1xp solid #ccf5f9;
  874. }
  875. #step-warn-set .step-set-area .step-set-area-title{
  876. height:1.6em;
  877. font-size:1em;
  878. }
  879. #step-warn-set .step-set-area .step-set-container{
  880. display:flex;
  881. flex-direction:column;
  882. align-items:center;
  883. justify-content:flex-start;
  884. width:100%;
  885. position:relative;
  886. }
  887. #step-warn-set .step-set-area .step-set-container:before{
  888. content:'';
  889. position:absolute;
  890. right:0;
  891. top:0;
  892. height:100%;
  893. width:1px;
  894. background-color:#ccf5f9
  895. }
  896. #step-warn-set .step-set-area .step-set-container .step-set-tabs{
  897. display:flex;
  898. align-items:center;
  899. justify-content:space-around;
  900. width:100%;
  901. height:2.4em;
  902. }
  903. #step-warn-set .step-set-area .step-set-container .step-set-tabs .step-set-tatitle{
  904. font-size:1.1em;
  905. cursor:pointer;
  906. padding:5px 10px;
  907. border:1px solid transparent;
  908. }
  909. #step-warn-set .step-set-area .step-set-container .step-set-tabs .step-set-tatitle:hover{
  910. color:#ff6e12;
  911. border:1px solid #ff6e12;
  912. padding:5px 10px;
  913. border-radius:5px;
  914. }
  915. #step-warn-set .step-set-area .step-set-container .step-set-tabs .step-set-tatitle.selected{
  916. color:#ff6e12;
  917. border:1px solid #ff6e12;
  918. padding:5px 10px;
  919. border-radius:5px;
  920. }
  921. #step-warn-set .step-set-area .step-set-container .tempcontrol-area{
  922. display:flex;
  923. align-items:center;
  924. justify-content:center;
  925. width:100%;
  926. }
  927. #step-warn-set .step-set-area .step-set-container .tempcontrol-area .tempcontrol-area-tab{
  928. width:50%;
  929. display:flex;
  930. align-items:center;
  931. justify-content:center;
  932. }
  933. #step-warn-set .step-set-area .step-set-container .tempcontrol-area .tempcontrol-area-tab .min{
  934. margin-right:10px;
  935. }
  936. #step-warn-set .step-set-area .step-set-container .tempcontrol-area .tempcontrol-area-tab .max{
  937. margin-left:10px;
  938. }
  939. #step-warn-set .step-set-area .step-set-container .tempcontrol-area .tempcontrol-area-tab .tempcontrol-box{
  940. width:7em;
  941. height:7em;
  942. border-radius:50%;
  943. display:flex;
  944. justify-content:center;
  945. align-items:center;
  946. position:relative;
  947. }
  948. .dangwei-container{
  949. width:100%;
  950. }
  951. .dangwei-box{
  952. display:none;
  953. width:100%;
  954. }
  955. .dangwei-box.selected{
  956. display:block;
  957. }
  958. .tempcontrol-box .addtemp{
  959. position:absolute;
  960. right:0;
  961. top:50%;
  962. transform: translateY(-50%);
  963. -ms-transform: translateY(-50%);
  964. -moz-transform: translateY(-50%);
  965. -webkit-transform: translateY(-50%);
  966. -o-transform: translateY(-50%);
  967. font-size:1.6em;
  968. padding:5px;
  969. padding-right:2px;
  970. font-weight:bold;
  971. cursor:pointer;
  972. display:flex;
  973. align-items:center;
  974. }
  975. .tempcontrol-box .cuttemp{
  976. position:absolute;
  977. left:0;
  978. top:50%;
  979. transform: translateY(-50%);
  980. -ms-transform: translateY(-50%);
  981. -moz-transform: translateY(-50%);
  982. -webkit-transform: translateY(-50%);
  983. -o-transform: translateY(-50%);
  984. font-size:2.2em;
  985. padding:5px;
  986. padding-left:2px;
  987. font-weight:bold;
  988. cursor:pointer;
  989. display:flex;
  990. align-items:center;
  991. }
  992. .cuttemp.disabled,.addtemp.disabled{
  993. pointer-events:none;
  994. cursor: not-allowed;
  995. color:#ccc;
  996. }
  997. #step-warn-set .step-set-area .step-set-container .tempcontrol-area .tempcontrol-area-tab .tempcontrol-box .tempcontrol-value{
  998. display:flex;
  999. justify-content:center;
  1000. align-items:center;
  1001. position:relative;
  1002. }
  1003. #step-warn-set .step-set-area .step-set-container .tempcontrol-area .tempcontrol-area-tab .tempcontrol-box:last-child{
  1004. border:1px solid #3996dc;
  1005. color:#3996dc;
  1006. }
  1007. #step-warn-set .step-set-area .step-set-container .tempcontrol-area .tempcontrol-area-tab .tempcontrol-box:last-child input{
  1008. color:#3996dc;
  1009. }
  1010. #step-warn-set .step-set-area .step-set-container .tempcontrol-area .tempcontrol-box:first-child{
  1011. border:1px solid #ff6e12;
  1012. color:#ff6e12;
  1013. }
  1014. #step-warn-set .step-set-area .step-set-container .tempcontrol-area .tempcontrol-box:first-child input{
  1015. color:#ff6e12;
  1016. }
  1017. #step-warn-set .step-set-area .step-set-container .tempcontrol-area .tempcontrol-box input{
  1018. width:100%;
  1019. background-color:#021429;
  1020. position:absolute;
  1021. left:0;
  1022. display:none;
  1023. top:0;
  1024. font-size:1em;
  1025. }
  1026. .mintempvalue,.maxtempvalue{
  1027. font-size:1em;
  1028. }
  1029. #step-warn-set .step-set-area .step-set-container .fengji-control{
  1030. width:100%;
  1031. padding-top:10px;
  1032. }
  1033. #step-warn-set .step-set-area .step-set-container .fengji-control #fengji-table{
  1034. width:100%;
  1035. }
  1036. #step-warn-set .step-set-area .step-set-container .fengji-control #fengji-table tr td{
  1037. height:40px;
  1038. vertical-align:middle;
  1039. font-size:0.8em;
  1040. }
  1041. .fengji-control-head{
  1042. text-align:center;
  1043. border:1px solid #3996dc;
  1044. border-radius:5px;
  1045. padding:5px;
  1046. color:#3996dc;
  1047. width:6em;
  1048. font-size:0.8em;
  1049. }
  1050. .fengji-control-input{
  1051. text-align:center;
  1052. border:1px solid #3996dc;
  1053. border-radius:5px;
  1054. padding:5px;
  1055. color:#3996dc;
  1056. font-size:0.8em;
  1057. width:6em;
  1058. }
  1059. .fengji-control-input:focus{
  1060. border:1px solid #3996dc;
  1061. }
  1062. .checke{
  1063. position: relative;
  1064. -webkit-appearance: none;
  1065. width:40px;
  1066. height: 20px;
  1067. line-height: 20px;
  1068. background: #eee;
  1069. border-radius: 10px;
  1070. outline: none;
  1071. margin:0px;
  1072. padding:0;
  1073. }
  1074. .checke:before{
  1075. position: absolute;
  1076. left: 0;
  1077. content: '';
  1078. width: 20px;
  1079. height: 20px;
  1080. border-radius: 50%;
  1081. background: #eee;
  1082. box-shadow: 0px 0px 2px #ddd;
  1083. transition: all 0.2s linear;
  1084. }
  1085. .checke:checked{
  1086. background: #37b13d;
  1087. }
  1088. .checke:checked:before{
  1089. left: 20px;
  1090. transition: all 0.2s linear;
  1091. }
  1092. input{
  1093. background:none;
  1094. outline:none;
  1095. border:none;
  1096. }
  1097. input:focus{
  1098. border:none;
  1099. }
  1100. .warn-set-page{
  1101. width:100%;
  1102. }
  1103. .warn-set-page #warnset-table{
  1104. width:100%;
  1105. text-align:center;
  1106. }
  1107. .warn-set-page #warnset-table tr:first-child td{
  1108. font-size:1.1em;
  1109. height:2.4em;
  1110. vertical-align:middle !important;
  1111. }
  1112. .warn-set-page #warnset-table tr td{
  1113. font-size:0.8em;
  1114. vertical-align:middle;
  1115. height:50px;
  1116. text-align:center;
  1117. }
  1118. .warn-set-page #warnset-table tr td:first-child{
  1119. }
  1120. .warn-set-page #warnset-table tr td img{
  1121. width:30px;
  1122. margin:0 auto;
  1123. }
  1124. .warnaction{
  1125. padding:3px 5px;
  1126. cursor:pointer;
  1127. }
  1128. .warnaction.checked{
  1129. color:#17b45e
  1130. }
  1131. .warn-openorc{
  1132. width:30px;
  1133. height:30px;
  1134. background-size:100% !important;
  1135. display:table;
  1136. margin:0 auto;
  1137. cursor:pointer;
  1138. }
  1139. .warn-openorc.open{
  1140. background-image:url(../images/warn_o.png);
  1141. }
  1142. .warn-openorc.close{
  1143. background-image:url(../images/aq.png);
  1144. }