jkfx.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946
  1. .grid-wrapper {
  2. color: #ffffff;
  3. padding: 23px 16px 16px;
  4. height: calc(100% - 80px);
  5. display: grid;
  6. grid-gap: 8px;
  7. grid-template-columns: repeat(4, 1fr);
  8. grid-template-rows: repeat(3, 1fr);
  9. grid-template-areas: "left1 center center right" "left2 center center right" "bottom1 bottom1 bottom1 bottom1";
  10. }
  11. .grid-wrapper > div .wrapper {
  12. border-radius: 6px;
  13. height: 100%;
  14. background-color: #001346;
  15. overflow: hidden;
  16. }
  17. .grid-wrapper .wrapper-content{
  18. position:relative;
  19. height:calc(100% - 40px);
  20. }
  21. .grid-wrapper .wide-border{
  22. height:calc(100% + 1px);
  23. width:100%;
  24. position:absolute;
  25. top:-3px;
  26. left:0px;
  27. border:1px solid #53BAFD;
  28. }
  29. .wide-border-line1{
  30. position:absolute;
  31. left:0px;
  32. top:-26px;
  33. background-color:#0f215c
  34. }
  35. .wide-border-line2{
  36. position:absolute;
  37. right:0px;
  38. top:-26px;
  39. background-color:#0f215c
  40. }
  41. .wide-border-line3{
  42. position:absolute;
  43. left:0px;
  44. bottom:0;
  45. background-color:#001346;
  46. }
  47. .wide-border-line4{
  48. position:absolute;
  49. right:0px;
  50. bottom:0;
  51. background-color:#001346;
  52. }
  53. .grid-wrapper .chart-tab-t{
  54. padding-left: 82px;
  55. height: 40px;
  56. line-height: 40px;
  57. background-color: #0f215c;
  58. }
  59. .grid-wrapper .chart-tab-t .chart-tab-title{
  60. font-size: 1em;
  61. position: relative;
  62. }
  63. .grid-wrapper .chart-tab-t .chart-tab-title:before{
  64. content:'';
  65. width:14px;
  66. height:14px;
  67. border-radius:50%;
  68. position:absolute;
  69. left:-20px;
  70. top:50%;
  71. background-color:#fff;
  72. transform:translateY(-50%);
  73. -ms-transform:translateY(-50%); /* IE 9 */
  74. -moz-transform:translateY(-50%); /* Firefox */
  75. -webkit-transform:translateY(-50%); /* Safari 和 Chrome */
  76. -o-transform:translateY(-50%); /* Opera */
  77. }
  78. .grid-wrapper .left1 {
  79. grid-area: left1;
  80. }
  81. #chart-stztzfb,#chart-styyfx{
  82. height:100%;
  83. }
  84. .grid-wrapper .left2 {
  85. grid-area: left2;
  86. }
  87. .grid-wrapper .center {
  88. grid-area: center;
  89. }
  90. .grid-wrapper .center .line1 {
  91. font-size: 1.4em;
  92. height: 66px;
  93. display: flex;
  94. align-items: center;
  95. }
  96. .grid-wrapper .center .line1 .division {
  97. flex: 1;
  98. height: 2px;
  99. background-color:#528DFF;
  100. }
  101. .grid-wrapper .center .line1 .cont {
  102. margin: 1px 20px;
  103. }
  104. .line1 .video-controller{
  105. position:relative;
  106. display:flex;
  107. margin: 1px 20px;
  108. }
  109. .line1 .video-controller .watch-videos{
  110. margin-right:30px;
  111. }
  112. .line1 .video-controller .watch-videos,.line1 .video-controller .change-direction{
  113. flex:1;
  114. }
  115. .line1 .video-controller .choose-videoBox{
  116. width:446px;
  117. position:absolute;
  118. top:50px;
  119. left:50%;
  120. transform:translateX(-50%);
  121. -ms-transform:translateX(-50%); /* IE 9 */
  122. -moz-transform:translateX(-50%); /* Firefox */
  123. -webkit-transform:translateX(-50%); /* Safari 和 Chrome */
  124. -o-transform:translateX(-50%); /* Opera */
  125. z-index:100;
  126. background-color: #001346;
  127. border-radius:6px;
  128. box-shadow:0px -5px 5px 0px rgba(255,255,255,0.1),-5px 0px 5px 0px rgba(255,255,255,0.1),5px 0px 5px 0px rgba(255,255,255,0.1),0px 5px 5px 0px rgba(255,255,255,0.1);
  129. }
  130. .choose-videoBox .tab-videocontrol{
  131. width:100%;
  132. height:100%;
  133. }
  134. .tab-videocontrol .control-box1{
  135. display:none;
  136. }
  137. .control-box1 .tab-video-head {
  138. height:40px;
  139. display: flex;
  140. align-items: center;
  141. justify-content:center;
  142. font-size:0.8em;
  143. color:#53BAFD;
  144. position:relative;
  145. }
  146. .control-box1 .tab-video-body{
  147. height:240px;
  148. padding:10px 50px;
  149. }
  150. .control-box1 .tab-video-foot{
  151. }
  152. .tab-video-foot .tab-foot-top{
  153. height:40px;
  154. display: flex;
  155. align-items: center;
  156. justify-content:center;
  157. font-size:0.8em;
  158. color:#53BAFD;
  159. position:relative;
  160. }
  161. .tab-video-foot .tab-videoes{
  162. height:140px;
  163. padding:10px 50px;
  164. overflow:hidden;
  165. }
  166. .tab-videoes .video-item{
  167. height: 31px;
  168. display: flex;
  169. align-items: center;
  170. flex-wrap: nowrap;
  171. padding: 0 10px;
  172. color: #fff;
  173. border-bottom:1px dashed #a4cfe5;
  174. }
  175. .video-date,.video-time{
  176. font-size:0.6em;
  177. }
  178. .video-item i{
  179. margin-right:15px;
  180. }
  181. .video-item .time-crossline{
  182. margin:0 15px;
  183. }
  184. .tab-video-body .tab-video-content{
  185. display:flex;
  186. align-items: center;
  187. margin-top:20px;
  188. }
  189. .tab-video-content .tab-type{
  190. flex:1;
  191. text-align:center;
  192. font-size:0.8em;
  193. }
  194. .tab-video-content .select{
  195. flex:2;
  196. height:32px;
  197. position: relative;
  198. vertical-align: middle;
  199. padding: 2px;
  200. overflow: hidden;
  201. background-color: #001346;
  202. color: #fff;
  203. text-shadow: none;
  204. border-radius: 4px;
  205. transition: box-shadow 0.25s ease;
  206. border:1px solid #0b52e0;
  207. z-index: 2;
  208. display:flex;
  209. align-items: center;
  210. }
  211. .tab-video-content .datetimePicker{
  212. flex:2;
  213. height:32px;
  214. border-radius: 4px;
  215. transition: box-shadow 0.25s ease;
  216. font-size: 0;
  217. white-space: nowrap;
  218. display:flex;
  219. justify-content: space-between;
  220. }
  221. .tab-video-content .video-find{
  222. flex:2;
  223. }
  224. .tab-video-content .video-find #sub-btn{
  225. width:103px;
  226. height:30px;
  227. font-size:0.7em;
  228. text-align:center;
  229. line-height:30px;
  230. -webkit-border-radius: 16px;
  231. -moz-border-radius: 16px;
  232. border-radius: 16px;
  233. background-color:#ea8c29;
  234. color:#fff;
  235. cursor:pointer;
  236. }
  237. input[type="text"]{
  238. display: inline-block;
  239. height: 20px;
  240. padding: 4px 6px;
  241. margin-bottom: 10px;
  242. font-size: 14px;
  243. line-height: 20px;
  244. color: #555555;
  245. -webkit-border-radius: 4px;
  246. -moz-border-radius: 4px;
  247. border-radius: 4px;
  248. vertical-align: middle;
  249. background-color: #ffffff;
  250. border: 1px solid #cccccc;
  251. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  252. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  253. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  254. -webkit-transition: border linear .2s, box-shadow linear .2s;
  255. -moz-transition: border linear .2s, box-shadow linear .2s;
  256. -o-transition: border linear .2s, box-shadow linear .2s;
  257. transition: border linear .2s, box-shadow linear .2s;
  258. }
  259. .input-append input{
  260. position: relative;
  261. margin-bottom: 0;
  262. vertical-align: top;
  263. -webkit-border-radius: 4px;
  264. -moz-border-radius: 4px;
  265. border-radius: 4px;
  266. background-color: #eeeeee;
  267. outline:none;
  268. border:1px solid #0b52e0;
  269. height: 32px;
  270. color:#fff;
  271. background-color: #001346;
  272. }
  273. input[readonly]{
  274. cursor: not-allowed;
  275. }
  276. .input-append .add-on {
  277. white-space: nowrap;
  278. vertical-align: middle;
  279. display:flex;
  280. align-items: center;
  281. }
  282. [class^="icon-"], [class*=" icon-"]{
  283. display: inline-block;
  284. background-image: url(../img/glyphicons-halflings-white.png);
  285. background-repeat: no-repeat;
  286. cursor: pointer;
  287. width: 14px;
  288. height: 14px;
  289. }
  290. .icon-remove {
  291. background-position: -312px 0;
  292. }
  293. .icon-th {
  294. background-position: -240px 0;
  295. }
  296. table {
  297. max-width: 100%;
  298. background-color: transparent;
  299. border-collapse: collapse;
  300. border-spacing: 0;
  301. }
  302. .table-condensed th i{
  303. background-image: url(../img/glyphicons-halflings.png);
  304. }
  305. .table-condensed th, .table-condensed td {
  306. padding: 4px 5px;
  307. }
  308. .icon-arrow-left {
  309. background-position: -240px -96px;
  310. }
  311. .icon-arrow-right {
  312. background-position: -264px -96px;
  313. }
  314. .dropdown-menu {
  315. position: absolute;
  316. top: 100%;
  317. left: 0;
  318. z-index: 1000;
  319. display: none;
  320. float: left;
  321. min-width: 160px;
  322. padding: 5px 0;
  323. margin: 2px 0 0;
  324. list-style: none;
  325. background-color: #fff;
  326. border: 1px solid #ccc;
  327. border: 1px solid rgba(0,0,0,0.2);
  328. *border-right-width: 2px;
  329. *border-bottom-width: 2px;
  330. -webkit-border-radius: 6px;
  331. -moz-border-radius: 6px;
  332. border-radius: 6px;
  333. -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  334. -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  335. box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  336. -webkit-background-clip: padding-box;
  337. -moz-background-clip: padding;
  338. background-clip: padding-box;
  339. }
  340. .tab-video-content .select:before {
  341. content: "";
  342. position: absolute;
  343. width: 0;
  344. height: 0;
  345. border: 6px solid transparent;
  346. border-top-color: #fff;
  347. top: 12px;
  348. right: 4px;
  349. cursor: pointer;
  350. z-index: -2;
  351. }
  352. .tab-video-content .select select {
  353. cursor: pointer;
  354. padding: 3px 0px;
  355. width: 100%;
  356. border: none;
  357. background: transparent;
  358. background-image: none;
  359. -webkit-appearance: none;
  360. -moz-appearance: none;
  361. outline:none;
  362. text-align:center;
  363. color: #fff;
  364. padding-left:10px;
  365. font-size:0.7em;
  366. }
  367. .tab-video-content .select option{
  368. background-color:#001346;
  369. }
  370. .tab-video-head:before,.tab-video-foot .tab-foot-top:before{
  371. content: '';
  372. position: absolute;
  373. bottom: 0px;
  374. left: 5%;
  375. height: 2px;
  376. width: 90%;
  377. background: linear-gradient(to right, rgba(11,82,224,0), #0b52e0, rgba(11,82,224,0));
  378. }
  379. .watch-videos img,.change-direction img{
  380. width:30px;
  381. cursor:pointer;
  382. }
  383. .grid-wrapper .line2 .change-pc{
  384. width:100%;
  385. height:50px;
  386. border: 2.5px solid #53BAFD;
  387. position: relative;
  388. }
  389. .change-pc .zhe-block{
  390. width: 15px;
  391. height: 15px;
  392. border-bottom: 3px solid #53BAFD;
  393. position: absolute;
  394. background-color: #001346;
  395. }
  396. .change-pc .item-info-title{
  397. height: 100%;
  398. display: flex;
  399. align-items: center;
  400. justify-content: center;
  401. cursor:pointer;
  402. }
  403. .change-pc .item-info-title .title{
  404. font-size: 1.6em;
  405. padding-right:15px;
  406. margin-right:15px;
  407. border-right:2px solid #53BAFD;
  408. color: #53BAFD;
  409. font-weight: normal;
  410. }
  411. .change-pc .item-info-title .click-check{
  412. font-size:1.2em;
  413. }
  414. .change-pc .arrow-right{
  415. height: 16px;
  416. vertical-align: text-top;
  417. width: 20px;
  418. cursor: pointer;
  419. position: relative;
  420. margin-left:15px;
  421. }
  422. .change-pc .arrow-right:before{
  423. content: '';
  424. left: 3px;
  425. border-left: 10px #53BAFD solid;
  426. }
  427. .arrow-right:before, .arrow-right:after {
  428. width: 0;
  429. height: 0;
  430. display: block;
  431. position: absolute;
  432. left: 0;
  433. top: 0;
  434. border-top: 10px transparent dashed;
  435. border-right: 10px transparent dashed;
  436. border-bottom: 10px transparent dashed;
  437. border-left: 10px #53BAFD solid;
  438. overflow: hidden;
  439. }
  440. .change-pc .arrow-right:after{
  441. content: '';
  442. border-left: 10px #001346 solid;
  443. }
  444. .for-click-show{
  445. position:relative;
  446. width:30%;
  447. }
  448. .for-click-show .choosebox{
  449. display:none;
  450. width:100%;
  451. padding:15px;
  452. position:absolute;
  453. top:46px;
  454. right:0;
  455. border:1px solid #3bb3e0;
  456. background-color:#001346;
  457. z-index:99;
  458. }
  459. .for-click-show .choosebox .box-btns{
  460. display: flex;
  461. flex:1;
  462. justify-content:space-around;
  463. }
  464. .a_demo_two {
  465. background-color:#3bb3e0;
  466. padding:10px 15px;
  467. position:relative;
  468. font-family: 'Open Sans', sans-serif;
  469. font-size:12px;
  470. text-decoration:none;
  471. color:#fff;
  472. background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  473. background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  474. background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  475. background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  476. background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  477. background-image: -webkit-gradient(
  478. linear,
  479. left bottom,
  480. left top,
  481. color-stop(0, rgb(44,160,202)),
  482. color-stop(1, rgb(62,184,229))
  483. );
  484. -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 4px 0px #156785;
  485. -moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 4px 0px #156785;
  486. -o-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 4px 0px #156785;
  487. box-shadow: inset 0px 1px 0px #7fd2f1, 0px 4px 0px #156785;
  488. -webkit-border-radius: 5px;
  489. -moz-border-radius: 5px;
  490. -o-border-radius: 5px;
  491. border-radius: 5px;
  492. }
  493. .a_demo_two::before {
  494. background-color:#072239;
  495. content:"";
  496. display:block;
  497. position:absolute;
  498. width:100%;
  499. height:100%;
  500. padding-left:2px;
  501. padding-right:2px;
  502. padding-bottom:4px;
  503. left:-2px;
  504. top:5px;
  505. z-index:-1;
  506. -webkit-border-radius: 6px;
  507. -moz-border-radius: 6px;
  508. -o-border-radius: 6px;
  509. border-radius: 6px;
  510. }
  511. .a_demo_two:active {
  512. color:#156785;
  513. text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
  514. background:rgb(44,160,202);
  515. -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  516. -moz-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  517. -o-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  518. box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  519. top:3px;
  520. }
  521. .a_demo_two:active::before {
  522. top:-2px;
  523. }
  524. .switch-bt-active{
  525. color: #156785;
  526. text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
  527. background: rgb(44,160,202);
  528. -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  529. -moz-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  530. -o-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  531. box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
  532. top:3px;
  533. }
  534. .choosebox .tab-areas{
  535. height:130px;
  536. padding-top:20px;
  537. }
  538. #tab-area1,#tab-area2{
  539. height:100%;
  540. }
  541. #tab-area1 .pc-nums{
  542. height:100%;
  543. overflow:hidden;
  544. background-color:#fff;
  545. }
  546. #tab-area1 .pc-nums .item{
  547. overflow:hidden;
  548. height: 28px;
  549. line-height: 28px;
  550. text-overflow:ellipsis;
  551. white-space: nowrap;
  552. color:#333;
  553. padding-left:5px;
  554. cursor:pointer;
  555. }
  556. #tab-area1 .pc-nums .item:hover{
  557. background-color:#9de5f5;
  558. color:#fff
  559. }
  560. .tabshow{
  561. display:none !important;
  562. }
  563. #tab-area2{
  564. display: flex;
  565. flex:1;
  566. justify-content:space-around;
  567. }
  568. #tab-area2 .select{
  569. display: inline-block;
  570. width: 45%;
  571. height:28px;
  572. position: relative;
  573. vertical-align: middle;
  574. padding: 2px;
  575. overflow: hidden;
  576. background-color: #fff;
  577. color: #555;
  578. text-shadow: none;
  579. border-radius: 4px;
  580. transition: box-shadow 0.25s ease;
  581. z-index: 2;
  582. }
  583. #tab-area2 .select-list{
  584. width: 45%;
  585. height:100%;
  586. overflow:hidden;
  587. background-color:#fff;
  588. }
  589. #tab-area2 .select-list .item{
  590. overflow:hidden;
  591. height: 28px;
  592. line-height: 28px;
  593. text-overflow:ellipsis;
  594. white-space: nowrap;
  595. color:#333;
  596. padding-left:5px;
  597. cursor:pointer;
  598. }
  599. #tab-area2 .select-list .item:hover{
  600. background-color:#9de5f5;
  601. color:#fff
  602. }
  603. #tab-area2 .select:hover {
  604. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  605. }
  606. #tab-area2 .select:before {
  607. content: "";
  608. position: absolute;
  609. width: 0;
  610. height: 0;
  611. border: 3px solid transparent;
  612. border-top-color: #ccc;
  613. top: 12px;
  614. right: 4px;
  615. cursor: pointer;
  616. z-index: -2;
  617. }
  618. #tab-area2 .select select {
  619. cursor: pointer;
  620. padding: 3px 0px;
  621. width: 100%;
  622. border: none;
  623. background: transparent;
  624. background-image: none;
  625. -webkit-appearance: none;
  626. -moz-appearance: none;
  627. }
  628. #tab-area2 .select select:focus {
  629. outline: none;
  630. }
  631. .center .line3{
  632. height:calc(100% - 66px);
  633. display:flex;
  634. align-items:center;
  635. justify-content:center;
  636. }
  637. .zhe-block-rotate1{
  638. transform: rotate(45deg);
  639. top: -8px;
  640. right: -8px;
  641. }
  642. .zhe-block-rotate2{
  643. transform: rotate(315deg);
  644. left: -8px;
  645. top: -8px;
  646. }
  647. .zhe-block-rotate3{
  648. transform: rotate(225deg);
  649. left: -8px;
  650. bottom: -8px;
  651. }
  652. .zhe-block-rotate4{
  653. transform: rotate(135deg);
  654. bottom: -8px;
  655. right: -8px;
  656. }
  657. .grid-wrapper .right {
  658. grid-area: right;
  659. }
  660. .wrapper .msg-tab-head{
  661. background-color:#0E1E51;
  662. width:100%;
  663. padding:10px 40px;
  664. height:100px;
  665. color:#898a90;
  666. display: flex;
  667. flex:1;
  668. justify-content:space-around;
  669. flex-wrap:nowrap;
  670. }
  671. .line3 .msg-tab-body{
  672. height:100%;
  673. width:50%;
  674. }
  675. .line3 .msg-detail{
  676. height:100%;
  677. width:50%;
  678. }
  679. .msg-list-content{
  680. }
  681. #msg-list-content{
  682. overflow-y:scroll;
  683. }
  684. #msg-list-content::-webkit-scrollbar {
  685. width: 8px;
  686. }
  687. #msg-list-content::-webkit-scrollbar-track {
  688. background-color:transparent;
  689. -webkit-border-radius: 2em;
  690. -moz-border-radius: 2em;
  691. border-radius:2em;
  692. }
  693. #msg-list-content::-webkit-scrollbar-thumb {
  694. background-color:#ccc;
  695. -webkit-border-radius: 2em;
  696. -moz-border-radius: 2em;
  697. border-radius:2em;
  698. }
  699. .msg-tab-body .msg-list-content.active{
  700. display:block;
  701. }
  702. .msg-tab-body .msg-tab-list{
  703. height:80px;
  704. position:relative;
  705. display: flex;
  706. align-items: center;
  707. justify-content: space-around;
  708. flex-wrap:nowrap;
  709. margin:0 40px;
  710. padding:10px;
  711. color:#a4cfe5;
  712. cursor:pointer;
  713. }
  714. .msg-tab-body .msg-tab-list:hover{
  715. background-color: #0f215c;
  716. }
  717. .msg-tab-list.active{
  718. background-color: #0f215c;
  719. }
  720. .msg-tab-body .msg-tab-list .man-dothis{
  721. flex:1;
  722. }
  723. .msg-tab-body .msg-tab-list .man-dothis img{
  724. width:50px;
  725. height:50px;
  726. border-radius:50%;
  727. }
  728. .msg-tab-body .msg-tab-list .this-content{
  729. flex:4;
  730. display: -webkit-box;
  731. -webkit-box-orient: vertical;
  732. -webkit-line-clamp: 2;
  733. overflow: hidden;
  734. line-height:1.2em;
  735. }
  736. .msg-tab-body .msg-tab-list .this-content .finish-time{
  737. margin-right:15px;
  738. }
  739. .msg-tab-body .msg-tab-list:before{
  740. content: '';
  741. position: absolute;
  742. bottom: 0px;
  743. left: 10%;
  744. height: 2px;
  745. width: 80%;
  746. background: linear-gradient(to right, rgba(11,82,224,0), #0b52e0, rgba(11,82,224,0));
  747. }
  748. .msg-tab-head .msg-tab1{
  749. display: flex;
  750. flex-direction: column;
  751. cursor:pointer;
  752. }
  753. .msg-tab-head .msg-tab1 img{
  754. width:50px;
  755. }
  756. .msg-tab-head .msg-tab1 span{
  757. line-height:30px;
  758. text-align:center;
  759. font-size:1.2em;
  760. }
  761. .msg-tab-head .msg-tab1.active span{
  762. color:#fff;
  763. }
  764. .jk-img{
  765. height:50%;
  766. text-align:center;
  767. }
  768. .jk-img img{
  769. height:100%;
  770. }
  771. .jk-info-list{
  772. padding:20px 40px;
  773. }
  774. .jk-info-item{
  775. color:#0b52e0;
  776. font-size:20px;
  777. margin:15px;
  778. }
  779. .grid-wrapper .bottom1 {
  780. grid-area: bottom1;
  781. }
  782. .grid-wrapper .wrapper .tab-t {
  783. padding-left: 102px;
  784. height: 40px;
  785. line-height: 40px;
  786. background-color: #0f215c;
  787. }
  788. .grid-wrapper .tab-t>.tab-title {
  789. font-size: 1.5em;
  790. position: relative;
  791. }
  792. .grid-wrapper .tab-t>.tab-title:before {
  793. content: "";
  794. position: absolute;
  795. left: -1.5em;
  796. top: 50%;
  797. width: 0.5em;
  798. height: 0.5em;
  799. border: 2px solid #6DDFE9;
  800. transform: rotate(45deg) translateY(-50%);
  801. -ms-transform: rotate(45deg) translateY(-50%);
  802. -moz-transform: rotate(45deg) translateY(-50%);
  803. -webkit-transform: rotate(45deg) translateY(-50%);
  804. -o-transform: rotate(45deg) translateY(-50%);
  805. }
  806. .grid-wrapper .bottom1 .wrapper .chartBlock {
  807. display: flex;
  808. height: calc(100% - 40px);
  809. justify-content:space-around;
  810. }
  811. #chartBottom1,#chartBottom2,#chartBottom3{
  812. width:30%
  813. }
  814. #chartBottom1 .chartTab-t,#chartBottom2 .chartTab-t,#chartBottom3 .chartTab-t,#chartBottom4 .chartTab-t{
  815. padding-left: 102px;
  816. height: 40px;
  817. line-height: 40px;
  818. }
  819. #chartBottom2 .chartTab-t,#chartBottom4 .chartTab-t,{
  820. padding-left: 12px;
  821. }
  822. #chartBottom1 .chartTab-t .chartTab-title,#chartBottom2 .chartTab-t .chartTab-title,#chartBottom3 .chartTab-t .chartTab-title,#chartBottom4 .chartTab-t .chartTab-title{
  823. font-size: 1em;
  824. position: relative;
  825. }
  826. #chartBottom1 .chartTab-t .chartTab-title:before,#chartBottom2 .chartTab-t .chartTab-title:before,#chartBottom3 .chartTab-t .chartTab-title:before,#chartBottom4 .chartTab-t .chartTab-title:before{
  827. content:'';
  828. width:14px;
  829. height:14px;
  830. border-radius:50%;
  831. position:absolute;
  832. left:-20px;
  833. top:50%;
  834. background-color:#fff;
  835. margin-top:-7px;
  836. }
  837. #chart-snwd,#chart-snsd,#chart-myfwtj,#chart-ys{
  838. height:calc(100% - 40px);
  839. }
  840. .grid-wrapper .bottom1 .chartWrapper {
  841. display: flex; }
  842. .grid-wrapper .bottom1 .chartWrapper > div {
  843. width: 50%; }
  844. .grid-wrapper .bottom2 {
  845. grid-area: bottom2; }
  846. .right-tabs {
  847. height: 40px;
  848. display: flex;
  849. justify-content: center;
  850. align-items: center;
  851. }
  852. .right-tabs .log-tab.active,.right-tabs .log-tab.active:before,.right-tabs .log-tab.active:after {
  853. background-color: #53BAFD;
  854. color: #fff;
  855. }
  856. .right-tabs .log-tab.active {
  857. z-index: 3;
  858. }
  859. .right-tabs .log-tab {
  860. border-radius: 8px 8px 0 0;
  861. display: flex;
  862. align-items: center;
  863. justify-content: center;
  864. /* padding: 10px 24px 8px; */
  865. height: 100%;
  866. width: 30%;
  867. background-color: #FFF;
  868. margin-right: 46px;
  869. z-index: 2;
  870. position: relative;
  871. cursor: pointer;
  872. color: #777;
  873. text-transform: uppercase;
  874. font-size: 1.2em;
  875. transition: all 250ms ease;
  876. }
  877. .right-tabs .log-tab:before {
  878. right: -24px;
  879. transform: skew(30deg, 0deg);
  880. box-shadow: rgba(0,0,0,.1) 3px 2px 5px, inset rgba(255,255,255,.09) -1px 0;
  881. border-radius: 0 8px 0 0;
  882. }
  883. .right-tabs .log-tab:after {
  884. left: -24px;
  885. transform: skew(-30deg, 0deg);
  886. box-shadow: rgba(0,0,0,.1) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0;
  887. border-radius: 8px 0 0 0;
  888. }
  889. .right-tabs .log-tab:before, .right-tabs .log-tab:after {
  890. display: block;
  891. content: " ";
  892. position: absolute;
  893. top: 0;
  894. height: 100%;
  895. width: 44px;
  896. background-color: #FFF;
  897. transition: all 250ms ease;
  898. }
  899. .switch-tab-list{
  900. display:none;
  901. height:calc(100% - 40px);
  902. }
  903. .play-box-content{
  904. width:100%;
  905. height:50%;
  906. }
  907. .play-box-content canvas{
  908. width:466px;
  909. height:299px;
  910. }