styleTemplate.less 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214
  1. /*
  2. * @Author: dayan_hjm 茶百道主题样式
  3. * @Date: 2022-10-27 10:56:37
  4. * @Last Modified by: dayan_hjm
  5. * @Last Modified time: 2023-11-08 17:15:55
  6. */
  7. @import url("../../themes/themes.less");
  8. :global {
  9. #app {
  10. height: inherit;
  11. font-family: 'DingTalkJinBuTi', "DingTalkSans";
  12. }
  13. .hidetip {
  14. display: none;
  15. }
  16. .ant-pro-table {
  17. padding-bottom: 40px;
  18. }
  19. .ant-pro-table-list-toolbar-container {
  20. padding: 0px 0 5px;
  21. }
  22. .disabledBtn,
  23. .disabledBtn:hover {
  24. color: #b0b0b0 !important
  25. }
  26. #form1222 .ant-col-19 {
  27. max-width: 100%;
  28. margin-left: 80px;
  29. }
  30. // 表格内设置自动ellipsis省略显示
  31. .tableTd_ellipsis {
  32. max-width: 300px;
  33. line-height: 24px;
  34. height: 24px;
  35. white-space: nowrap;
  36. /* 规定文本是否折行 */
  37. overflow: hidden;
  38. /* 规定超出内容宽度的元素隐藏 */
  39. text-overflow: ellipsis;
  40. span {
  41. max-width: 100%;
  42. display: inline-block;
  43. white-space: nowrap;
  44. overflow: hidden;
  45. text-overflow: ellipsis;
  46. }
  47. }
  48. a {
  49. color: @dy-active;
  50. cursor: pointer;
  51. }
  52. .ant-tabs-content-holder {
  53. padding: 10px;
  54. }
  55. .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  56. color: @dy-all-themes;
  57. text-shadow: 0 0 0.25px currentcolor;
  58. }
  59. //左侧导航栏 start----------------
  60. .ant-menu-item.ant-menu-item-active.click_active:hover,
  61. .ant-menu-item-active,
  62. .ant-menu-submenu-open,
  63. .ant-menu-submenu-active {
  64. background: @dy-all-themes !important;
  65. }
  66. .tsddd {
  67. padding: 20px 16px 16px 16px;
  68. background: #fff;
  69. }
  70. .normal_menu,
  71. .ant-tabs-ink-bar,
  72. .click_active {
  73. background: @dy-all-themes !important;
  74. }
  75. .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark {
  76. background-color: @dy-all-themes !important;
  77. .click_active {
  78. background: @dy-all-active !important;
  79. border-left: 3px solid @dy-all-active-hover;
  80. .text_over {
  81. color: rgba(255, 255, 255, 1) !important;
  82. }
  83. }
  84. .normal_menu {
  85. background-color: @dy-all-themes;
  86. }
  87. }
  88. .log {
  89. background: #fff;
  90. }
  91. .left_menu_search {
  92. background: @dy-all-themes;
  93. }
  94. //左侧导航栏 end----------------
  95. //tab栏 start----------------
  96. .body_box {
  97. margin-top: 56px !important;
  98. background: unset;
  99. .navigator {
  100. background-color: @dy-all-themes;
  101. height: 40px;
  102. line-height: 31px;
  103. align-items: flex-end;
  104. .close_icon {
  105. margin-top: 2px;
  106. }
  107. .cust_tag_static {
  108. height: 30px;
  109. }
  110. .cust_tag_actived {
  111. line-height: 42px;
  112. }
  113. }
  114. }
  115. //tab栏 end----------------
  116. //系统悬浮公告 start----------------
  117. .modelMsg {
  118. z-index: 99;
  119. color: #000;
  120. position: absolute;
  121. top: 100px;
  122. left: calc(50% - 300px);
  123. width: 200px;
  124. text-align: center;
  125. background: #e7e7e7;
  126. border-radius: 10px;
  127. height: 30px;
  128. line-height: 40px;
  129. width: 604px;
  130. height: 40px;
  131. background: #FDEEDA;
  132. border-radius: 2px;
  133. animation: modelMsgShow 1s infinite;
  134. -webkit-animation: modelMsgShow 1s infinite;
  135. >p {
  136. display: flex;
  137. align-items: center;
  138. justify-content: left;
  139. padding: 0 10px;
  140. .ok_f {
  141. color: rgba(0, 0, 0, 0.65);
  142. width: calc(100% - 70px);
  143. text-align: left;
  144. margin-left: 8px;
  145. font-size: 13px;
  146. overflow: hidden;
  147. text-overflow: ellipsis;
  148. white-space: nowrap;
  149. }
  150. .ok_t {
  151. font-size: 14px;
  152. color: #FAAD14;
  153. cursor: pointer;
  154. }
  155. }
  156. }
  157. @keyframes modelMsgShow {
  158. from {
  159. background-color: red;
  160. }
  161. to {
  162. background-color: blue;
  163. }
  164. }
  165. /*Safari 和 Chrome:*/
  166. @-webkit-keyframes modelMsgShow {
  167. from {
  168. background-color: red;
  169. }
  170. to {
  171. background-color: blue;
  172. }
  173. }
  174. //系统悬浮公告 end----------------
  175. .buildStard {
  176. margin-right: 5px;
  177. color: #ffbc3b;
  178. margin-top: 2px;
  179. }
  180. //上方导航栏
  181. .tips_pop .yjyd_but {
  182. width: 50%;
  183. display: inline-block;
  184. border: 1px solid #ececec;
  185. }
  186. #app .top2 {
  187. background: url(../imgs/dataVimg/topBg.png) no-repeat 0 0 / 100% 100% #0a091e;
  188. height: 8%;
  189. background: #0a091e;
  190. background-color: #0a091e;
  191. }
  192. #app .top {
  193. background: url(../imgs/dataVimg/topBg.png) no-repeat 0 0 / 100% 100% #0a091e;
  194. height: 100%;
  195. position: unset;
  196. .title_box {
  197. display: flex;
  198. align-items: center;
  199. justify-content: center;
  200. color: #fff;
  201. height: 8%;
  202. width: 100%;
  203. >img {
  204. width: 4em;
  205. height: 3em;
  206. padding-right: 1em;
  207. // border-right: 1px solid #3d5271;
  208. // margin-right: 1em;
  209. }
  210. >span {
  211. width: 1px;
  212. height: 1.8em;
  213. background: #5d5d5db8;
  214. margin-right: 1em;
  215. margin-top: 0.2em;
  216. }
  217. >h1 {
  218. color: #fff;
  219. margin: 0;
  220. font-size: 30px;
  221. }
  222. }
  223. .controler .ant-dropdown-link {
  224. color: @dy-font;
  225. }
  226. .contact {
  227. border-right: 1px solid #cacaca;
  228. width: 33px;
  229. }
  230. .ant-dropdown-trigger {
  231. min-width: 70px;
  232. margin-top: -5px;
  233. margin-left: 10px;
  234. }
  235. .menu li {
  236. color: @dy-font;
  237. font-size: 12px;
  238. width: auto;
  239. line-height: 38px;
  240. padding-right: 24px;
  241. }
  242. .menu li:hover {
  243. color: @dy-active;
  244. opacity: 0.9;
  245. }
  246. .menu li {
  247. span {
  248. opacity: 0.65;
  249. }
  250. .actived {
  251. color: @dy-active;
  252. box-shadow: 0 -2px 0 0 @dy-active inset;
  253. font-weight: 700;
  254. opacity: 1;
  255. height: 41px;
  256. margin-top: -10px;
  257. }
  258. }
  259. .logo {
  260. padding-left: 10px;
  261. cursor: pointer;
  262. img {
  263. height: 42px;
  264. }
  265. }
  266. }
  267. //首页背景
  268. .homePage .bottom_body {
  269. // background-image: linear-gradient(to top, #F8FCFE, #F8FCFE, #F8FCFE);
  270. background: linear-gradient(51.4deg, #000308 0%, #041b40 100%);
  271. // background: url(../imgs/dataVimg/homeBgDataV.png) no-repeat 0 0 / 100% 100% #041b40;
  272. }
  273. .home_box {
  274. position: relative;
  275. left: 0;
  276. top: 0;
  277. width: 100%;
  278. height: 100%;
  279. background: url(../imgs/dataVimg/homeBgDataV.png) no-repeat 0 -10em / 100% 120% #041b40;
  280. .video_box_hide {
  281. z-index: 12;
  282. }
  283. .video_box {
  284. position: absolute;
  285. left: 0;
  286. top: 0;
  287. width: 100%;
  288. background: url(../imgs/dataVimg/homeBgDataV.png) no-repeat 0 -10em / 100% 120% #041b40;
  289. height: 100%;
  290. display: flex;
  291. align-items: center;
  292. justify-content: center;
  293. flex-wrap: wrap;
  294. pointer-events: none;
  295. video {
  296. width: 89%;
  297. height: 83%;
  298. padding: 1% 0 0 10%;
  299. }
  300. }
  301. }
  302. .bottom_body {
  303. background: #fff;
  304. .home {
  305. padding: 0 16px;
  306. display: flex;
  307. align-items: flex-start;
  308. justify-content: space-between;
  309. background: unset;
  310. flex-wrap: wrap;
  311. position: absolute;
  312. left: 0;
  313. top: 0;
  314. width: 100%;
  315. background: unset;
  316. z-index: 11;
  317. .topMsg_title {
  318. background: url(../imgs/dataVimg/tipleBg.png) no-repeat 0 0 / 100% 100%;
  319. height: 2em;
  320. color: #fff;
  321. text-align: left;
  322. padding-left: 2.5em;
  323. box-sizing: border-box;
  324. line-height: 2.2em;
  325. font-family: "DingTalk JinBuTi";
  326. }
  327. .leftContent {
  328. width: 28%;
  329. height: 88%;
  330. z-index: 9;
  331. .topMsg2 {
  332. width: 100%;
  333. height: 22%;
  334. box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.04);
  335. /* border-radius: 26px; */
  336. /* padding: 16px; */
  337. margin-bottom: 3%;
  338. }
  339. .topMsg {
  340. width: 100%;
  341. height: 100%;
  342. .topMsg_content {
  343. height: calc(100% - 1em);
  344. line-height: 4em;
  345. font-size: 2em;
  346. color: #69FFDE;
  347. background: url(../imgs/dataVimg/zongChanZhi.gif) no-repeat 0 bottom / 100% 70%;
  348. .topMsg_number_2 {
  349. font-size: 0.8em;
  350. color: #fff;
  351. font-family: DingTalkJinBuTi;
  352. }
  353. }
  354. .changBg_topMsg_content {
  355. background: url(../imgs/dataVimg/zongChanZhi2.gif) no-repeat 0 bottom / 100% 70%;
  356. }
  357. .msglist {
  358. padding: 16px 0;
  359. li {
  360. width: 100%;
  361. height: 42px;
  362. background: #F8F8F8;
  363. border-radius: 28px;
  364. display: flex;
  365. margin-bottom: 15px;
  366. text-align: center;
  367. font-weight: 400;
  368. font-size: 14px;
  369. color: #333;
  370. line-height: 42px;
  371. align-items: center;
  372. justify-content: left;
  373. padding-left: 30px;
  374. img {
  375. margin-right: 5px;
  376. }
  377. }
  378. }
  379. }
  380. .center_box2 {
  381. width: 100%;
  382. height: 30%;
  383. box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.04);
  384. margin-bottom: 3%;
  385. }
  386. .center_box {
  387. .topMsg_content {
  388. width: 100%;
  389. height: 100%;
  390. .eacharView {
  391. display: flex;
  392. align-items: center;
  393. justify-content: space-between;
  394. position: relative;
  395. .name_ul {
  396. width: 43%;
  397. height: 80%;
  398. color: #fff;
  399. position: absolute;
  400. left: 48%;
  401. top: 0.5em;
  402. li {
  403. height: 24%;
  404. text-align: left;
  405. font-size: 0.9em;
  406. }
  407. }
  408. @media (min-height: 900px) {
  409. .name_ul{
  410. top:1.5em
  411. }
  412. }
  413. #echarts4,
  414. #echarts6_box {
  415. width: 45%;
  416. height: 90%;
  417. }
  418. #echarts4 {
  419. width: 55%;
  420. }
  421. #echarts6_box {
  422. margin-top: -2em;
  423. position: relative;
  424. // background: url(../imgs/dataVimg/guanghuan.png) no-repeat left 43% / 102% 120%;
  425. .guanghuan {
  426. width: 100%;
  427. /* height: 187px; */
  428. position: absolute;
  429. left: 0;
  430. top: 0;
  431. }
  432. @media (max-height: 768px) {
  433. .guanghuan {
  434. top: -10%;
  435. }
  436. }
  437. @media (min-height: 900px) {
  438. .guanghuan {
  439. top: -7%;
  440. }
  441. }
  442. @media (min-height: 1000px) {
  443. .guanghuan {
  444. top: 0%;
  445. }
  446. }
  447. #echarts6 {
  448. width: 100%;
  449. height: 100%;
  450. }
  451. }
  452. }
  453. }
  454. width: 100%;
  455. height: 100%;
  456. }
  457. .bottomContent2 {
  458. width: 100%;
  459. height: 42%;
  460. }
  461. .bottomContent {
  462. width: 100%;
  463. height: 100%;
  464. .topMsg_content {
  465. width: 100%;
  466. height: 100%;
  467. display: flex;
  468. align-items: center;
  469. justify-content: center;
  470. #chartmain {
  471. width: 90%;
  472. height: 100%;
  473. }
  474. }
  475. }
  476. }
  477. .listIconFont {
  478. width: 100%;
  479. height: 36px;
  480. display: flex;
  481. text-align: center;
  482. font-weight: 400;
  483. font-size: 14px;
  484. color: #333;
  485. line-height: 36px;
  486. align-items: center;
  487. justify-content: left;
  488. cursor: pointer;
  489. img {
  490. margin-right: 5px;
  491. }
  492. }
  493. .rightContent .bottomContent2 {
  494. width: 100%;
  495. height: 28%;
  496. }
  497. .rightContent .bottomContent {
  498. width: 100%;
  499. height: 100%;
  500. }
  501. .topMsg_content {
  502. width: 100%;
  503. height: 100%;
  504. .eacharView {
  505. width: 100%;
  506. height: 100%;
  507. display: flex;
  508. align-items: center;
  509. #echarts5 {
  510. width: 100%;
  511. height: 80%;
  512. }
  513. }
  514. }
  515. .bigDivPd {}
  516. .titleDiv {
  517. width: 100%;
  518. display: flex;
  519. align-items: center;
  520. justify-content: space-between;
  521. font-weight: 600;
  522. font-size: 16px;
  523. color: #333333;
  524. line-height: 24px;
  525. margin-bottom: 15px;
  526. a {
  527. font-size: 14px;
  528. color: rgba(0, 0, 0, 0.45);
  529. text-align: right;
  530. line-height: 22px;
  531. font-weight: 400;
  532. }
  533. }
  534. .kbs_c {
  535. height: calc(100% - 40px);
  536. overflow-y: scroll;
  537. }
  538. .kbs_c::-webkit-scrollbar {
  539. display: none;
  540. scrollbar-width: none;
  541. -ms-overflow-style: none;
  542. }
  543. .kbs_c:hover::-webkit-scrollbar {
  544. display: unset;
  545. scrollbar-width: unset;
  546. -ms-overflow-style: unset;
  547. }
  548. .rightContent {
  549. width: 28%;
  550. height: 88%;
  551. z-index: 9;
  552. .topMsg_2 .topMsg_content {
  553. height: 80%;
  554. }
  555. .topMsg_22 {
  556. width: 100%;
  557. height: 28%;
  558. }
  559. .topMsg_33 {
  560. width: 100%;
  561. height: 22%;
  562. margin-bottom: 2%;
  563. }
  564. .topMsg_2,
  565. .topMsg_3 {
  566. width: 100%;
  567. height: 100%;
  568. }
  569. .topMsg_4 {
  570. width: 100%;
  571. height: 22%;
  572. }
  573. .topMsg_3 {
  574. .topMsg_content {
  575. height: calc(100% - 1em);
  576. line-height: 2.8em;
  577. font-size: 1.8em;
  578. color: #69FFDE;
  579. background: url(../imgs/dataVimg/wanchanglv.gif) no-repeat center center/ 71% 99%;
  580. display: flex;
  581. align-items: center;
  582. justify-content: center;
  583. .topMsg_number_2 {
  584. font-size: 0.5em;
  585. }
  586. .topMsg_number_p {
  587. font-size: 0.5em;
  588. line-height: 0em;
  589. color: #fff;
  590. font-weight: 100;
  591. margin-top: -1.5em;
  592. }
  593. }
  594. .changBg_topMsg_content {
  595. background: url(../imgs/dataVimg/wanchanglv2.gif) no-repeat center center / 84% 98%;
  596. }
  597. }
  598. .topMsg2 {
  599. width: 100%;
  600. height: 20%;
  601. margin-bottom: 3%;
  602. }
  603. .topMsg {
  604. width: 100%;
  605. height: 100%;
  606. .topMsg_content {
  607. height: calc(100% - 1em);
  608. font-size: 2em;
  609. color: #69FFDE;
  610. background: url(../imgs/dataVimg/sunGong.gif) no-repeat 48% 0/86% 100%;
  611. text-align: center;
  612. display: flex;
  613. align-items: center;
  614. justify-content: center;
  615. .topMsg_box {
  616. width: 52%;
  617. .topMsg_number_p {
  618. font-size: 0.5em;
  619. line-height: 0em;
  620. color: #fff;
  621. font-weight: 100;
  622. margin-top: 0.8em;
  623. }
  624. }
  625. .topMsg_number_2 {
  626. font-size: 0.5em;
  627. }
  628. }
  629. .changBg_topMsg_content {
  630. background: url(../imgs/dataVimg/sunGong2.gif) no-repeat 48% 0/86% 100%;
  631. }
  632. .icon_c {
  633. width: 100%;
  634. display: flex;
  635. align-items: flex-start;
  636. justify-content: unset !important;
  637. flex-wrap: wrap;
  638. height: calc(100% - 40px);
  639. overflow-y: scroll;
  640. .icon_p {
  641. width: 33%;
  642. display: flex;
  643. align-items: center;
  644. justify-content: center;
  645. flex-wrap: wrap;
  646. padding: 2px 0;
  647. cursor: pointer;
  648. position: relative;
  649. >i {
  650. display: flex;
  651. width: 54px;
  652. height: 54px;
  653. background: @dy-active;
  654. color: #fff;
  655. border-radius: 50%;
  656. text-align: center;
  657. justify-content: center;
  658. line-height: 50px;
  659. font-size: 23px;
  660. font-style: normal;
  661. font-weight: 700;
  662. }
  663. >span {
  664. display: flex;
  665. width: 100%;
  666. justify-content: center;
  667. margin-top: 5px;
  668. }
  669. .delectt {
  670. display: none;
  671. position: absolute;
  672. background: #ff3737;
  673. width: 20px;
  674. height: 20px;
  675. border-radius: 50%;
  676. line-height: 13px;
  677. font-size: 28px;
  678. top: 0;
  679. right: 14px;
  680. color: #fff;
  681. }
  682. }
  683. .icon_p:hover {
  684. .delectt {
  685. display: block;
  686. }
  687. }
  688. }
  689. .icon_c::-webkit-scrollbar {
  690. display: none;
  691. scrollbar-width: none;
  692. -ms-overflow-style: none;
  693. }
  694. .icon_c:hover::-webkit-scrollbar {
  695. display: unset;
  696. scrollbar-width: unset;
  697. -ms-overflow-style: unset;
  698. }
  699. }
  700. .bottomContent {}
  701. }
  702. .bottom_box {
  703. width: 100%;
  704. height: 12%;
  705. background: url(../imgs/dataVimg/bottomBg.png) no-repeat 0 0 / 100% 35%;
  706. position: absolute;
  707. left: 0;
  708. bottom: 0;
  709. }
  710. .centerCon {
  711. width: calc(100% - 56%);
  712. height: 88%;
  713. position: relative;
  714. .topMsg3 {
  715. width: 100%;
  716. height: 18%;
  717. margin-top: 2em;
  718. }
  719. .bottomContent3 {
  720. height: 23%;
  721. width: 100%;
  722. position: absolute;
  723. left: 0;
  724. bottom: 5%;
  725. }
  726. .bottomContent {
  727. height: 100%;
  728. width: 100%;
  729. .topMsg_content {
  730. width: 100%;
  731. height: 100%;
  732. display: flex;
  733. align-items: center;
  734. justify-content: center;
  735. .eacharView {
  736. justify-content: center;
  737. }
  738. #echarts2 {
  739. width: 95%;
  740. height: 90%;
  741. }
  742. }
  743. }
  744. .center_li {
  745. width: 33%;
  746. background: url(../imgs/dataVimg/toplineB.png) no-repeat 0 bottom / 100% 11%;
  747. height: 78%;
  748. }
  749. @media (min-height: 900px) {
  750. .center_li{
  751. height: 60%;
  752. }
  753. }
  754. .right_li {
  755. background: url(../imgs/dataVimg/toplineV.png) no-repeat right top / 1px 100%;
  756. }
  757. .topMsg {
  758. background: url(../imgs/dataVimg/toplineleft.png) no-repeat 1.2em 0.2em/ 45px 80%;
  759. ;
  760. height: 100%;
  761. color: #69FFDE;
  762. display: flex;
  763. justify-content: center;
  764. flex-wrap: wrap;
  765. font-size: 1.8em;
  766. .topMsg_content {
  767. width: 80%;
  768. display: flex;
  769. align-items: center;
  770. justify-content: space-around;
  771. .topMsg_line {
  772. width: 100%;
  773. height: 0.5em;
  774. background: url(../imgs/dataVimg/line.gif) no-repeat 50% bottom / 50% 100%;
  775. }
  776. .topMsg_tip {
  777. color: #CDF1FF;
  778. font-size: 0.5em;
  779. font-weight: 100;
  780. display: block;
  781. margin-top: 0.3em;
  782. }
  783. }
  784. }
  785. .topMsg2 {
  786. background: url(../imgs/dataVimg/toplineright.png) no-repeat 98% 35%/ 48px 80%;
  787. ;
  788. color: #69FFDE;
  789. display: flex;
  790. justify-content: center;
  791. flex-wrap: wrap;
  792. font-size: 1.2emem;
  793. width: 100%;
  794. height: 100%;
  795. }
  796. }
  797. }
  798. }
  799. .bq {
  800. width: 100%;
  801. height: 103px;
  802. /* opacity: 0.5; */
  803. font-family: PingFangSC-Regular;
  804. font-weight: 400;
  805. font-size: 12px;
  806. color: #FFFFFF;
  807. text-align: center;
  808. line-height: 170px;
  809. bottom: 0px;
  810. left: 0;
  811. z-index: 0;
  812. position: absolute;
  813. background: url(../imgs/login/home_line@2x.png) no-repeat 0 0 / 100% 100%;
  814. }
  815. .area_top_title {
  816. display: flex;
  817. align-items: center;
  818. font-size: 16px;
  819. font-weight: 700;
  820. font-family: "微软雅黑";
  821. margin-bottom: 10px;
  822. color: #1b45b4;
  823. >p {
  824. font-size: 12px;
  825. margin-left: 10px;
  826. font-weight: normal;
  827. color: #666;
  828. }
  829. }
  830. .lables {
  831. display: flex;
  832. align-items: center;
  833. margin-top: 30px;
  834. >p {
  835. width: 88px;
  836. }
  837. }
  838. .tanhao {
  839. border: 2px solid #fdcd60;
  840. border-radius: 50%;
  841. display: block;
  842. width: 24px;
  843. height: 24px;
  844. text-align: center;
  845. line-height: 18px;
  846. color: #fdcd60;
  847. font-weight: 700;
  848. font-size: 21px;
  849. margin-left: 10px;
  850. cursor: pointer;
  851. }
  852. .lables2 {
  853. flex-wrap: wrap;
  854. >.ant-select-show-search:first-child {
  855. width: 85%;
  856. margin-left: 0%;
  857. }
  858. }
  859. //table
  860. .module_line,
  861. .module_search {
  862. padding-bottom: 10px;
  863. }
  864. .space {
  865. margin-bottom: 10px;
  866. }
  867. .module_body {
  868. padding-top: 10px;
  869. }
  870. .ant-table-wrapper {
  871. margin-top: 6px;
  872. }
  873. //按钮
  874. .ant-btn-primary,
  875. .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-icon,
  876. .ant-checkbox-checked .ant-checkbox-inner,
  877. .ant-checkbox-indeterminate .ant-checkbox-inner::after,
  878. .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title::after,
  879. .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner,
  880. .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  881. border-color: @dy-active !important;
  882. background: @dy-active !important;
  883. }
  884. .ant-checkbox-checked .ant-checkbox-inner::after,
  885. .ant-select-tree-checkbox-inner::after {
  886. border-color: #f5f5f5 !important
  887. }
  888. .ant-steps-item-finish .ant-steps-item-icon,
  889. .ant-pagination-item-active {
  890. border-color: @dy-active !important;
  891. }
  892. a:hover,
  893. .ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon,
  894. .more {
  895. color: @dy-all-active-hover !important;
  896. }
  897. .sys_account___aWmgk .col_blue,
  898. .ant-pagination-item-active a,
  899. .themeColor,
  900. .col_blue span {
  901. color: @dy-active !important;
  902. }
  903. .module_title::before {
  904. background-color: @dy-all-little;
  905. width: 2px;
  906. height: 15px;
  907. margin-top: 6px;
  908. }
  909. .ant-btn {
  910. border-radius: 3px;
  911. }
  912. .ant-btn:hover,
  913. .ant-btn:focus {
  914. border-color: @dy-all-active-hover !important;
  915. color: @dy-all-active-hover !important;
  916. }
  917. .ant-btn-danger:focus,
  918. .ant-btn-danger:hover {
  919. color: #fff !important;
  920. border-color: #ff4d4f !important;
  921. background: #ff4d4f !important;
  922. }
  923. .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner,
  924. .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  925. border-color: @dy-all-active-hover !important;
  926. box-shadow: 0 0 0 2px rgba(7, 45, 151, 0.2) !important;
  927. }
  928. .ant-btn-primary:hover,
  929. .ant-btn-primary:focus {
  930. border-color: @dy-active !important;
  931. background: @dy-active !important;
  932. color: #fff !important;
  933. }
  934. .ant-btn-primary {
  935. color: #fff !important;
  936. }
  937. #echarts8 {
  938. width: 53%;
  939. height: 80%;
  940. box-sizing: border-box;
  941. background: url(../imgs/dataVimg/toplineV.png) no-repeat 26% 50% / 1px 70%;
  942. }
  943. #echarts9 {
  944. width: 40%;
  945. height: 80%;
  946. box-sizing: border-box;
  947. padding-right: 3%;
  948. background: url(../imgs/dataVimg/toplineV.png) no-repeat 95% 55% / 1px 70%;
  949. }
  950. .cbRightBottomView {
  951. flex-wrap: wrap;
  952. position: relative;
  953. .right_b_tip2 {
  954. width: 46%;
  955. display: block;
  956. position: absolute;
  957. color: rgba(205, 241, 255, 1);
  958. left: 37%;
  959. top: 1.2em;
  960. text-align: right;
  961. }
  962. .right_b_tip1 {
  963. width: 36%;
  964. display: block;
  965. position: absolute;
  966. color: rgba(205, 241, 255, 1);
  967. left: 0;
  968. top: 1.2em;
  969. text-align: right;
  970. }
  971. }
  972. .testDiv {
  973. width: 4em;
  974. display: flex;
  975. align-items: center;
  976. justify-self: center;
  977. flex-wrap: wrap;
  978. margin-left: -2.2em;
  979. margin-top: -1.5em;
  980. .p3 {
  981. font-size: 0.4em;
  982. margin-left: 0.2em;
  983. display: inline-block;
  984. }
  985. .p2 {
  986. font-size: 0.5em;
  987. text-align: center;
  988. width: 100%;
  989. color: #CDF1FF;
  990. line-height: 0.3em;
  991. margin-top: 0.2em;
  992. }
  993. .p1 {
  994. text-align: center;
  995. width: 100%;
  996. display: flex;
  997. align-items: baseline;
  998. justify-content: center;
  999. font-size: 1.6em;
  1000. }
  1001. }
  1002. .leftContent .bottomContent {
  1003. height: 100% !important;
  1004. .eacharView {
  1005. display: flex;
  1006. align-items: end;
  1007. }
  1008. }
  1009. }