muchang.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848
  1. .right-grid{
  2. grid-template-columns: 472px 750px auto;
  3. grid-template-rows: 1fr;
  4. }
  5. .right-grid-left{
  6. grid-template-columns: 1fr;
  7. grid-template-rows: repeat(4,1fr);
  8. }
  9. .right-grid-center{
  10. grid-template-columns: 1fr;
  11. grid-template-rows: 150px auto 210px;
  12. }
  13. .right-grid-center{
  14. grid-template-columns: 1fr;
  15. grid-template-rows: 150px auto 210px 210px;
  16. }
  17. .right-grid-right{
  18. grid-template-columns: 1fr;
  19. grid-template-rows: auto 210px 210px;
  20. }
  21. .right-grid-right-top{
  22. grid-template-columns: repeat(2,1fr);
  23. grid-template-rows: repeat(2,1fr);
  24. }
  25. #chart-pzjgfb2,#chart-fmzzfb2,#chart-twjc,#chart-sbgz2,#chart-swtj,#chart-ys,#chart-sy,#lxrunning-msg{
  26. height:100%;
  27. width:100%;
  28. }
  29. #chart-ebtw,#chart-ebsc {
  30. height:252px;
  31. width:528px;
  32. }
  33. #chart-ttfb2,#chart-yffb2{
  34. height:100%;
  35. width:50%;
  36. }
  37. #lxrunning-msg{
  38. overflow:hidden;
  39. padding:0 10px;
  40. width:100%;
  41. height:201px;
  42. }
  43. .lx-msg-container{
  44. display:flex;
  45. justify-content:flex-start;
  46. align-items:start;
  47. }
  48. .lx-msg-name{
  49. width:80px;
  50. text-align:left;
  51. font-size:12px;
  52. color:#3996dc;
  53. overflow: hidden;
  54. text-overflow:ellipsis;
  55. white-space: nowrap;
  56. }
  57. .lx-msg-list{
  58. width:calc(100% - 80px);
  59. }
  60. .lxmsg-item{
  61. text-align:left;
  62. font-size:12px;
  63. width:100%;
  64. overflow: hidden;
  65. text-overflow:ellipsis;
  66. white-space: nowrap;
  67. }
  68. .mcdata-list{
  69. display: flex;
  70. align-items: center;
  71. justify-content: space-around;
  72. width:100%;
  73. }
  74. .build-map{
  75. width:100%;
  76. height:100%;
  77. display:flex;
  78. align-items:center;
  79. overflow:hidden;
  80. background-size: 100%;
  81. position:relative;
  82. }
  83. #diagonal {
  84. border: 0px none;
  85. top: 0px;
  86. left: 0;
  87. position: absolute;
  88. padding: 0px;
  89. opacity: 1;
  90. }
  91. .build-map.mc1{
  92. background-image: url(../images/ajmc.jpg);
  93. }
  94. .build-map.mc2{
  95. background-image: url(../images/qdhmc.jpg);
  96. }
  97. .build-map.mc3{
  98. background-image: url(../images/htmc.jpg);
  99. }
  100. .build-map.mc4{
  101. background-image: url(../images/smmc.jpg);
  102. }
  103. .build-map img{
  104. width:100%;
  105. position: absolute;
  106. left: 0;
  107. top: 0;
  108. opacity: 0
  109. }
  110. .center-two-chart{
  111. display:flex;
  112. align-items:center;
  113. justify-content:space-between;
  114. width:100%;
  115. height:100%;
  116. }
  117. .center-two-chart .chart-left{
  118. width:calc(50% - 5px);
  119. height:100%;
  120. border: 0.5px solid #3e68c0;
  121. box-shadow: 0px 0px 4px rgba(65,110,204,1) inset;
  122. padding: 14px 8px 8px;
  123. }
  124. .chart-left .content-container {
  125. border: 0.5px solid #6076ae;
  126. border-top: 2px solid #6076ae;
  127. height: 100%;
  128. display: flex;
  129. justify-content: center;
  130. align-items: center;
  131. position: relative;
  132. background-color: rgba(113,138,149,0.1);
  133. }
  134. .chart-none-title{
  135. height:100%;
  136. flex:1;
  137. display:flex;
  138. flex-direction:column;
  139. }
  140. .chart-new-title{
  141. height:2em;
  142. font-size:0.8em;
  143. color:#ccf5f9;
  144. line-height:2em;
  145. padding-left:1em;
  146. }
  147. #chart-wdsdaq2,#chart-nh2{
  148. width:100%;
  149. height:calc(100% - 2em);
  150. }
  151. .build-wrapper{
  152. width:100%;
  153. height:100%;
  154. overflow:hidden;
  155. /* padding:2px; */
  156. }
  157. ul.build-container{
  158. height: 100%;
  159. white-space: nowrap;
  160. display: inline-block;
  161. padding:2px;
  162. }
  163. ul.build-container>li{
  164. padding:0 11px;
  165. height: 100%;
  166. display: inline-block;
  167. }
  168. .single ul>li.active>.build-contain:before{
  169. content:'';
  170. height:100%;
  171. width:100%;
  172. position:absolute;
  173. left:-2px;
  174. top:-2px;
  175. border: 2px solid #0efcfe;
  176. }
  177. ul.build-container>li>.build-contain{
  178. cursor: pointer;
  179. height: 100%;
  180. width: 225px;
  181. flex-direction: column;
  182. border: 0.5px solid #6076ae;
  183. border-top: 2px solid #6076ae;
  184. position: relative;
  185. }
  186. ul.build-container>li .leftbar{
  187. width: 65px;
  188. padding-top: 6%;
  189. height: 100%;
  190. float: left;
  191. }
  192. li .leftbar>.row-num{
  193. padding: 0 20px 0px;
  194. font-size: 1em;
  195. text-align: center;
  196. word-wrap: break-word;
  197. word-break: break-all;
  198. white-space: normal;
  199. line-height: 1.2em;
  200. color:#ccf5f9;
  201. }
  202. ul.build-container>li .cont{
  203. height: 100%;
  204. width: calc(100% - 65px);
  205. display: flex;
  206. float:left;
  207. flex-direction: column;
  208. flex: 1;
  209. justify-content: space-around;
  210. font-size: 1.2em;
  211. align-items: center;
  212. padding:5px 0;
  213. }
  214. ul.build-container>li .cont>.cont-item{
  215. width: 100%;
  216. display: flex;
  217. align-items: center;
  218. justify-content: flex-start;
  219. color:#ccf5f9;
  220. font-size:0.8em;
  221. }
  222. li .cont>.cont-item>img{
  223. width:20px;
  224. margin-right:10px;
  225. }
  226. li .cont>.cont-item>.cont-value{
  227. font-size:1em;
  228. color:#3996dc;
  229. margin-left:10px;
  230. }
  231. li .cont>.cont-item>.cont-status_t{
  232. font-size:1em;
  233. color:#37b13d;
  234. margin-left:10px;
  235. }
  236. li .cont>.cont-item>.cont-status_f{
  237. font-size:1em;
  238. color:#c83428;
  239. margin-left:10px;
  240. }
  241. .single1{
  242. height:100%;
  243. width:100%;
  244. position:relative;
  245. }
  246. #video-box,#mcwarning-list{
  247. width:100%;
  248. height:100%;
  249. overflow:hidden;
  250. }
  251. #video-box{
  252. display:flex;
  253. align-items:center;
  254. }
  255. #mcwarning-list{
  256. display:flex;
  257. flex-direction:column;
  258. justify-content:space-around;
  259. }
  260. #video-box video{
  261. width:100%;
  262. }
  263. #video-box>.video-container{
  264. width:100%;
  265. height:100%;
  266. }
  267. .video-container video{
  268. height:100%;
  269. width:100%;
  270. }
  271. .right-warning-box{
  272. display:flex;
  273. flex-direction:column;
  274. width:100%;
  275. height:78px;
  276. }
  277. .right-msg-box{
  278. display:flex;
  279. flex-direction:column;
  280. width:100%;
  281. height:78px;
  282. }
  283. .right-warning-box>.right-warning-item{
  284. display:flex;
  285. align-items:center;
  286. justify-content:flex-start;
  287. color:#ccf5f9;
  288. margin-top:6px;
  289. width:100%;
  290. font-size:0.8em;
  291. }
  292. .right-warning-box>.right-warning-item>img{
  293. width:20px;
  294. margin-right:15px;
  295. }
  296. .right-warning-box>.right-warning-item span{
  297. width:calc(100% - 35px);
  298. overflow: hidden;
  299. text-overflow:ellipsis;
  300. white-space: nowrap;
  301. }
  302. .right-msg-box>.right-msg-item{
  303. width:100%;
  304. font-size:0.8em;
  305. display:flex;
  306. align-items:center;
  307. justify-content:space-between;
  308. color:#ccf5f9;
  309. margin-top:6px;
  310. }
  311. .right-msg-box>.right-msg-item>span.right-msg-words{
  312. width:calc(100% - 109px);
  313. overflow: hidden;
  314. text-overflow:ellipsis;
  315. white-space: nowrap;
  316. }
  317. .right-msg-box>.right-msg-item>span.right-msg-datetime{
  318. margin-left:5px;
  319. }
  320. .mcfwcl-box{
  321. width:50%;
  322. height:100%;
  323. }
  324. .mcjc-top{
  325. display:flex;
  326. flex-direction:column;
  327. align-items:center;
  328. justify-content:space-between;
  329. padding-bottom: 10px;
  330. }
  331. .mcjc-top>.mcjc-top-title{
  332. line-height:2em;
  333. color:#ccf5f9;
  334. font-size:0.8em;
  335. }
  336. .mcjc-top>.mcjc-top-datetime{
  337. display:flex;
  338. align-items:center;
  339. justify-content:center;
  340. height:2em;
  341. font-size:0.8em;
  342. color:#ccf5f9;
  343. }
  344. .mcjc-top>.mcjc-top-datalist{
  345. display:flex;
  346. align-items:center;
  347. justify-content:center;
  348. }
  349. .mcjc-top>.mcjc-top-datalist>.mcjc-top-item,.mcjc-top>.mcjc-top-datalist>.mcjc-top-status,.mcjc-top>.mcjc-top-datalist>.mcjc-top-style{
  350. display:flex;
  351. align-items:center;
  352. justify-content:center;
  353. flex-direction:column;
  354. }
  355. .mcjc-top>.mcjc-top-datalist>.mcjc-top-status{
  356. margin: 0 20px;
  357. }
  358. .mcjc-top-item>.mcjc-top-itemname{
  359. font-size:0.8em;
  360. color:#ccf5f9;
  361. line-height:1.8em;
  362. }
  363. .mcjc-top-status>.mcjc-top-statusvalue{
  364. font-size:0.8em;
  365. line-height:1.8em;
  366. color:#17b45e;
  367. }
  368. .mcjc-top-status>.mcjc-top-statusvalue.leave{
  369. color:#dbb244;
  370. }
  371. .mcjc-top-style>.mcjc-top-stylevalue{
  372. font-size:0.8em;
  373. line-height:1.8em;
  374. color:#17b45e;
  375. }
  376. .mcjc-top-style>.mcjc-top-stylevalue.stop{
  377. color:#c83428;
  378. }
  379. .mcjc-top-style>.mcjc-top-stylevalue.waiting{
  380. color:#dbb244;
  381. }
  382. .mcjc-top-count{
  383. display:flex;
  384. align-items:center;
  385. justify-content:space-around;
  386. width:100%;
  387. }
  388. .mcjc-top-count>.mcjc-top-count-part{
  389. width:25%;
  390. display:flex;
  391. align-items:center;
  392. justify-content:center;
  393. flex-direction:column;
  394. color:#ccf5f9;
  395. }
  396. .mcjc-top-count>.mcjc-top-count-part .mcjc-top-count-part-value{
  397. color:#3996dc;
  398. font-size:1.2em;
  399. }
  400. .mcjc-top-count>.mcjc-top-count-part .mcjc-top-count-part-line{
  401. width:100%;
  402. height:1px;
  403. background-color:#449ba4;
  404. margin:6px 0;
  405. }
  406. .mcjc-top-count>.mcjc-top-count-part .mcjc-top-count-part-name{
  407. font-size:0.6em;
  408. }
  409. /*密码框*/
  410. #passwordConfirm{
  411. position: fixed;
  412. text-align: center;
  413. top: 50%;
  414. left: 50%;
  415. margin-left:-250px;
  416. width: 500px;
  417. display:none;
  418. z-index:99;
  419. }
  420. .webdesigntuts-workshop span {
  421. background: #111;
  422. background: -webkit-linear-gradient(#1b1b1b, #111);
  423. background: -moz-linear-gradient(#1b1b1b, #111);
  424. background: -o-linear-gradient(#1b1b1b, #111);
  425. background: -ms-linear-gradient(#1b1b1b, #111);
  426. background: linear-gradient(#1b1b1b, #111);
  427. border: 1px solid #000;
  428. border-radius: 5px;
  429. box-shadow: inset 0 0 0 1px #272727;
  430. display: inline-block;
  431. font-size: 0px;
  432. margin: 0 auto 0;
  433. padding: 20px;
  434. z-index: 1;
  435. box-shadow: 0px -10px 10px 0px rgba(255,255,255,0.1), -10px 0px 10px 0px rgba(255,255,255,0.1), 10px 0px 10px 0px rgba(255,255,255,0.1), 0px 10px 10px 0px rgba(255,255,255,0.1);
  436. }
  437. .webdesigntuts-workshop input {
  438. background: #222;
  439. background: -webkit-linear-gradient(#333, #222);
  440. background: -moz-linear-gradient(#333, #222);
  441. background: -o-linear-gradient(#333, #222);
  442. background: -ms-linear-gradient(#333, #222);
  443. background: linear-gradient(#333, #222);
  444. border: 1px solid #444;
  445. border-radius: 5px 0 0 5px;
  446. box-shadow: 0 2px 0 #000;
  447. color: #888;
  448. display: block;
  449. float: left;
  450. font-size: 13px;
  451. font-weight: 400;
  452. height: 40px;
  453. margin: 0;
  454. padding: 0 10px;
  455. text-shadow: 0 -1px 0 #000;
  456. width: 200px;
  457. z-index: 2;
  458. }
  459. .webdesigntuts-workshop button {
  460. background: #222;
  461. background: -webkit-linear-gradient(#333, #222);
  462. background: -moz-linear-gradient(#333, #222);
  463. background: -o-linear-gradient(#333, #222);
  464. background: -ms-linear-gradient(#333, #222);
  465. background: linear-gradient(#333, #222);
  466. -webkit-box-sizing: content-box;
  467. -moz-box-sizing: content-box;
  468. -o-box-sizing: content-box;
  469. -ms-box-sizing: content-box;
  470. box-sizing: content-box;
  471. border: 1px solid #444;
  472. border-left-color: #000;
  473. border-radius: 0 5px 5px 0;
  474. box-shadow: 0 2px 0 #000;
  475. color: #fff;
  476. display: block;
  477. float: left;
  478. font-family: 'Cabin', helvetica, arial, sans-serif;
  479. font-size: 13px;
  480. font-weight: 400;
  481. height: 38px;
  482. line-height: 38px;
  483. margin: 0;
  484. padding: 0;
  485. position: relative;
  486. text-shadow: 0 -1px 0 #000;
  487. width: 80px;
  488. z-index: 2;
  489. letter-spacing: 1px;
  490. outline: medium;
  491. }
  492. .webdesigntuts-workshop input {
  493. line-height: 40px;
  494. }
  495. .webdesigntuts-workshop input::-webkit-input-placeholder {
  496. color: #888;
  497. }
  498. .webdesigntuts-workshop input:focus {
  499. -webkit-animation: glow 800ms ease-out infinite alternate;
  500. -moz-animation: glow 800ms ease-out infinite alternate;
  501. -o-animation: glow 800ms ease-out infinite alternate;
  502. -ms-animation: glow 800ms ease-out infinite alternate;
  503. animation: glow 800ms ease-out infinite alternate;
  504. background: #222922;
  505. background: -webkit-linear-gradient(#333933, #222922);
  506. background: -moz-linear-gradient(#333933, #222922);
  507. background: -o-linear-gradient(#333933, #222922);
  508. background: -ms-linear-gradient(#333933, #222922);
  509. background: linear-gradient(#333933, #222922);
  510. border-color: #264482;
  511. box-shadow: 0 0 5px rgba(38,68,130,.2), inset 0 0 5px rgba(38,68,130,.1), 0 2px 0 #000;
  512. color: #efe;
  513. outline: none;
  514. }
  515. .webdesigntuts-workshop input:focus::-webkit-input-placeholder {
  516. color: #efe;
  517. }
  518. .webdesigntuts-workshop input:focus:-moz-placeholder {
  519. color: #efe;
  520. }
  521. .webdesigntuts-workshop input:-moz-placeholder {
  522. color: #888;
  523. }
  524. .webdesigntuts-workshop button:hover,
  525. .webdesigntuts-workshop button:focus {
  526. background: #292929;
  527. background: -webkit-linear-gradient(#264482939, #292929);
  528. background: -moz-linear-gradient(#264482939, #292929);
  529. background: -o-linear-gradient(#264482939, #292929);
  530. background: -ms-linear-gradient(#264482939, #292929);
  531. background: linear-gradient(#264482939, #292929);
  532. color: #608ff1;
  533. outline: none;
  534. }
  535. .webdesigntuts-workshop button:active {
  536. background: #292929;
  537. background: -webkit-linear-gradient(#264482939, #292929);
  538. background: -moz-linear-gradient(#264482939, #292929);
  539. background: -o-linear-gradient(#264482939, #292929);
  540. background: -ms-linear-gradient(#264482939, #292929);
  541. background: linear-gradient(#264482939, #292929);
  542. box-shadow: 0 1px 0 #000, inset 1px 0 1px #222;
  543. top: 1px;
  544. }
  545. @-webkit-keyframes glow {
  546. 0% {
  547. border-color: #264482;
  548. box-shadow: 0 0 5px rgba(38,68,130,.2), inset 0 0 5px rgba(38,68,130,.1), 0 2px 0 #000;
  549. }
  550. 100% {
  551. border-color: #709bf3;
  552. box-shadow: 0 0 20px rgba(38,68,130,.6), inset 0 0 10px rgba(38,68,130,.4), 0 2px 0 #000;
  553. }
  554. }
  555. @-moz-keyframes glow {
  556. 0% {
  557. border-color: #264482;
  558. box-shadow: 0 0 5px rgba(38,68,130,.2), inset 0 0 5px rgba(38,68,130,.1), 0 2px 0 #000;
  559. }
  560. 100% {
  561. border-color: #709bf3;
  562. box-shadow: 0 0 20px rgba(38,68,130,.6), inset 0 0 10px rgba(38,68,130,.4), 0 2px 0 #000;
  563. }
  564. }
  565. @-o-keyframes glow {
  566. 0% {
  567. border-color: #264482;
  568. box-shadow: 0 0 5px rgba(38,68,130,.2), inset 0 0 5px rgba(38,68,130,.1), 0 2px 0 #000;
  569. }
  570. 100% {
  571. border-color: #709bf3;
  572. box-shadow: 0 0 20px rgba(38,68,130,.6), inset 0 0 10px rgba(38,68,130,.4), 0 2px 0 #000;
  573. }
  574. }
  575. @-ms-keyframes glow {
  576. 0% {
  577. border-color: #264482;
  578. box-shadow: 0 0 5px rgba(38,68,130,.2), inset 0 0 5px rgba(38,68,130,.1), 0 2px 0 #000;
  579. }
  580. 100% {
  581. border-color: #709bf3;
  582. box-shadow: 0 0 20px rgba(38,68,130,.6), inset 0 0 10px rgba(38,68,130,.4), 0 2px 0 #000;
  583. }
  584. }
  585. @keyframes glow {
  586. 0% {
  587. border-color: #264482;
  588. box-shadow: 0 0 5px rgba(38,68,130,.2), inset 0 0 5px rgba(38,68,130,.1), 0 2px 0 #000;
  589. }
  590. 100% {
  591. border-color: #709bf3;
  592. box-shadow: 0 0 20px rgba(38,68,130,.6), inset 0 0 10px rgba(38,68,130,.4), 0 2px 0 #000;
  593. }
  594. }
  595. /*料线控制弹窗*/
  596. #lxcontroller-container{
  597. display:none;
  598. }
  599. #lxcontroller{
  600. position:fixed;
  601. width:1600px;
  602. height:800px;
  603. background-color:#021429;
  604. top:50%;
  605. left:50%;
  606. margin-top:-400px;
  607. margin-left:-750px;
  608. border-radius:10px;
  609. display:flex;
  610. z-index:900;
  611. color:#fff;
  612. }
  613. .lxbuild-choose{
  614. width:240px;
  615. position:relative;
  616. display:flex;
  617. flex-direction:column;
  618. align-items:start;
  619. justify-content:flex-start;
  620. color:#fff;
  621. padding-top:60px;
  622. padding-left:30px;
  623. }
  624. .lxbuild-choose:after{
  625. content:'';
  626. width:2px;
  627. height:100%;
  628. background-color:#335bcc;
  629. position:absolute;
  630. right:0;
  631. top:0;
  632. }
  633. .areabuild-name{
  634. font-size:16px;
  635. margin-bottom:30px;
  636. cursor:pointer;
  637. }
  638. .areabuild-name.active{
  639. color:#335bcc;
  640. }
  641. /*体温监测弹窗*/
  642. #temp-outwindow{
  643. position:fixed;
  644. width:1200px;
  645. height:710px;
  646. background-color:#021429;
  647. top:50%;
  648. left:50%;
  649. margin-top:-300px;
  650. margin-left:-600px;
  651. border-radius:10px;
  652. display:none;
  653. }
  654. .temp-outwindow-head{
  655. height:60px;
  656. line-height:60px;
  657. text-align:center;
  658. position:relative;
  659. font-size:20px;
  660. letter-spacing:5px;
  661. color:#fff;
  662. }
  663. .temp-window-body{
  664. padding:10px;
  665. height:340px;
  666. width:1200px;
  667. overflow:hidden;
  668. }
  669. .temp-window-body:after{
  670. content:'';
  671. clear:both;
  672. display:table;
  673. }
  674. .temp-data-tiem{
  675. display:flex;
  676. font-size:14px;
  677. float:left;
  678. margin-left:25px;
  679. margin-bottom: 15px;
  680. }
  681. .temp-data-name{
  682. width:100px;
  683. margin-right:10px;
  684. }
  685. .checkEb {
  686. color:red;
  687. }
  688. .temp-data-value{
  689. width:50px;
  690. }
  691. #lxrunning-msg{
  692. padding-right:3px;
  693. padding-left: 3px;
  694. display:flex;
  695. flex-direction:column;
  696. align-items:center;
  697. justify-content: space-between;
  698. }
  699. .fgitems-content{
  700. display:flex;
  701. flex-direction:column;
  702. align-items:center;
  703. justify-content: space-between;
  704. width:100%;
  705. height:32%;
  706. background-color:#ddd;
  707. border-radius:5px;
  708. }
  709. .fgitems-head{
  710. display:flex;
  711. align-items:center;
  712. justify-content:start;
  713. width:100%;
  714. margin-top:3px;
  715. }
  716. .fgitems-nums{
  717. width:35px;
  718. height:18px;
  719. position: relative;
  720. line-height: 20px;
  721. font-size: 12px;
  722. color: #fff;
  723. padding-right: 10px;
  724. text-align:center;
  725. margin-right:10px;
  726. margin-left:5px;
  727. }
  728. .arrow-color1{
  729. background-color:#58b2ef;
  730. }
  731. .arrow-color2{
  732. background-color:#1fbcaf
  733. }
  734. .arrow-color3{
  735. background-color:#92d050
  736. }
  737. .fgitems-nums:before {
  738. content: '';
  739. width: 0px;
  740. height: 0px;
  741. border-color: transparent #ddd;
  742. border-width: 0px 9px 9px 0px;
  743. border-style: solid;
  744. position: absolute;
  745. right: 0;
  746. top: 0px;
  747. }
  748. .fgitems-nums:after {
  749. content: '';
  750. width: 0px;
  751. height: 0px;
  752. border-color: #ddd transparent;
  753. border-width: 0px 0px 9px 9px;
  754. border-style: solid;
  755. position: absolute;
  756. right: 0px;
  757. bottom: 0px;
  758. }
  759. .fgitems-name{
  760. font-size:14px;
  761. transform : scale(0.9);
  762. font-weight:bold;
  763. color:#333;
  764. font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
  765. }
  766. .fgitems-desc{
  767. font-size:12px;
  768. transform : scale(0.9);
  769. color:#635353;
  770. }
  771. .fgitems-body{
  772. display:flex;
  773. align-items:center;
  774. justify-content:center;
  775. width:100%;
  776. }
  777. .fg-items-body-speed{
  778. font-size:12px;
  779. transform : scale(0.9);
  780. color:#333;
  781. }
  782. .speed-arrow{
  783. height:2px;
  784. width:50px;
  785. background-color:#c00000;
  786. position:relative;
  787. margin-left:10px;
  788. }
  789. .right-arrow{
  790. width: 0;
  791. height: 0;
  792. border-width: 6px;
  793. border-style: solid;
  794. border-color: transparent transparent transparent #c00000;
  795. margin-right:4px;
  796. }
  797. .addspedds{
  798. color:#c00000;
  799. font-size:12px;
  800. position:absolute;
  801. top:-16px;
  802. left:0px;
  803. width:100%;
  804. text-align:center;
  805. transform : scale(0.9);
  806. }
  807. .fgitems-foot{
  808. display:flex;
  809. align-items:center;
  810. justify-content:start;
  811. width:100%;
  812. margin-bottom:3px;
  813. }
  814. .foot-name{
  815. color:#c00000;
  816. font-size:14px;
  817. font-weight:bold;
  818. transform : scale(0.9);
  819. }
  820. .foot-value{
  821. color:#333;
  822. font-size:12px;
  823. transform : scale(0.9);
  824. }