styleTemplate.less 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163
  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-01 16:02:46
  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: #fff;
  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. >h1 {
  211. color: #fff;
  212. margin: 0;
  213. font-size: 30px;
  214. }
  215. }
  216. .controler .ant-dropdown-link {
  217. color: @dy-font;
  218. }
  219. .contact {
  220. border-right: 1px solid #cacaca;
  221. width: 33px;
  222. }
  223. .ant-dropdown-trigger {
  224. min-width: 70px;
  225. margin-top: -5px;
  226. margin-left: 10px;
  227. }
  228. .menu li {
  229. color: @dy-font;
  230. font-size: 12px;
  231. width: auto;
  232. line-height: 38px;
  233. padding-right: 24px;
  234. }
  235. .menu li:hover {
  236. color: @dy-active;
  237. opacity: 0.9;
  238. }
  239. .menu li {
  240. span {
  241. opacity: 0.65;
  242. }
  243. .actived {
  244. color: @dy-active;
  245. box-shadow: 0 -2px 0 0 @dy-active inset;
  246. font-weight: 700;
  247. opacity: 1;
  248. height: 41px;
  249. margin-top: -10px;
  250. }
  251. }
  252. .logo {
  253. padding-left: 10px;
  254. cursor: pointer;
  255. img {
  256. height: 42px;
  257. }
  258. }
  259. }
  260. //首页背景
  261. .homePage .bottom_body {
  262. // background-image: linear-gradient(to top, #F8FCFE, #F8FCFE, #F8FCFE);
  263. background: linear-gradient(51.4deg, #000308 0%, #041b40 100%);
  264. // background: url(../imgs/dataVimg/homeBgDataV.png) no-repeat 0 0 / 100% 100% #041b40;
  265. }
  266. .home_box {
  267. position: relative;
  268. left: 0;
  269. top: 0;
  270. width: 100%;
  271. height: 100%;
  272. background: url(../imgs/dataVimg/homeBgDataV.png) no-repeat 0 -10em / 100% 120% #041b40;
  273. .video_box_hide {
  274. z-index: 12;
  275. }
  276. .video_box {
  277. position: absolute;
  278. left: 0;
  279. top: 0;
  280. width: 100%;
  281. background: url(../imgs/dataVimg/homeBgDataV.png) no-repeat 0 -10em / 100% 120% #041b40;
  282. height: 100%;
  283. display: flex;
  284. align-items: center;
  285. justify-content: center;
  286. flex-wrap: wrap;
  287. pointer-events: none;
  288. video {
  289. width: 89%;
  290. height: 83%;
  291. padding: 1% 0 0 10%;
  292. }
  293. }
  294. }
  295. .bottom_body {
  296. background: #fff;
  297. .home {
  298. padding: 0 16px;
  299. display: flex;
  300. align-items: flex-start;
  301. justify-content: space-between;
  302. background: unset;
  303. flex-wrap: wrap;
  304. position: absolute;
  305. left: 0;
  306. top: 0;
  307. width: 100%;
  308. background: unset;
  309. z-index: 11;
  310. .topMsg_title {
  311. background: url(../imgs/dataVimg/tipleBg.png) no-repeat 0 0 / 100% 100%;
  312. height: 2em;
  313. color: #fff;
  314. text-align: left;
  315. padding-left: 2.5em;
  316. box-sizing: border-box;
  317. line-height: 2.2em;
  318. font-family: "DingTalk JinBuTi";
  319. }
  320. .leftContent {
  321. width: 28%;
  322. height: 88%;
  323. z-index: 9;
  324. .topMsg2 {
  325. width: 100%;
  326. height: 22%;
  327. box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.04);
  328. /* border-radius: 26px; */
  329. /* padding: 16px; */
  330. margin-bottom: 3%;
  331. }
  332. .topMsg {
  333. width: 100%;
  334. height: 100%;
  335. .topMsg_content {
  336. height: calc(100% - 2em);
  337. line-height: 4em;
  338. font-size: 2em;
  339. color: #69FFDE;
  340. background: url(../imgs/dataVimg/zongChanZhi.gif) no-repeat 0 bottom / 100% 70%;
  341. .topMsg_number_2 {
  342. font-size: 0.8em;
  343. color: #fff;
  344. font-family: DingTalkJinBuTi;
  345. }
  346. }
  347. .changBg_topMsg_content {
  348. background: url(../imgs/dataVimg/zongChanZhi2.gif) no-repeat 0 bottom / 100% 70%;
  349. }
  350. .msglist {
  351. padding: 16px 0;
  352. li {
  353. width: 100%;
  354. height: 42px;
  355. background: #F8F8F8;
  356. border-radius: 28px;
  357. display: flex;
  358. margin-bottom: 15px;
  359. text-align: center;
  360. font-weight: 400;
  361. font-size: 14px;
  362. color: #333;
  363. line-height: 42px;
  364. align-items: center;
  365. justify-content: left;
  366. padding-left: 30px;
  367. img {
  368. margin-right: 5px;
  369. }
  370. }
  371. }
  372. }
  373. .center_box2 {
  374. width: 100%;
  375. height: 30%;
  376. box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.04);
  377. margin-bottom: 3%;
  378. }
  379. .center_box {
  380. .topMsg_content {
  381. width: 100%;
  382. height: 100%;
  383. .eacharView {
  384. display: flex;
  385. align-items: center;
  386. justify-content: space-between;
  387. position: relative;
  388. .name_ul {
  389. width: 43%;
  390. height: 80%;
  391. color: #fff;
  392. position: absolute;
  393. right: 0%;
  394. top: 0.4em;
  395. li {
  396. height: 25%;
  397. text-align: left;
  398. }
  399. }
  400. #echarts4,
  401. #echarts6_box {
  402. width: 45%;
  403. height: 90%;
  404. }
  405. #echarts6_box{
  406. margin-top: -2em;
  407. position: relative;
  408. // background: url(../imgs/dataVimg/guanghuan.png) no-repeat left 43% / 102% 120%;
  409. .guanghuan{
  410. width: 102%;
  411. height: 120%;
  412. position: absolute;
  413. left: 0;
  414. top: -1.5em;
  415. }
  416. #echarts6{
  417. width: 100%;
  418. height: 100%;
  419. }
  420. }
  421. }
  422. }
  423. width: 100%;
  424. height: 100%;
  425. }
  426. .bottomContent2 {
  427. width: 100%;
  428. height: 42%;
  429. }
  430. .bottomContent {
  431. width: 100%;
  432. height: 100%;
  433. .topMsg_content {
  434. width: 100%;
  435. height: 100%;
  436. display: flex;
  437. align-items: center;
  438. justify-content: center;
  439. #chartmain {
  440. width: 80%;
  441. height: 100%;
  442. }
  443. }
  444. }
  445. }
  446. .listIconFont {
  447. width: 100%;
  448. height: 36px;
  449. display: flex;
  450. text-align: center;
  451. font-weight: 400;
  452. font-size: 14px;
  453. color: #333;
  454. line-height: 36px;
  455. align-items: center;
  456. justify-content: left;
  457. cursor: pointer;
  458. img {
  459. margin-right: 5px;
  460. }
  461. }
  462. .rightContent .bottomContent2 {
  463. width: 100%;
  464. height: 28%;
  465. }
  466. .rightContent .bottomContent {
  467. width: 100%;
  468. height: 100%;
  469. }
  470. .topMsg_content {
  471. width: 100%;
  472. height: 100%;
  473. .eacharView {
  474. width: 100%;
  475. height: 100%;
  476. display: flex;
  477. align-items: center;
  478. #echarts5 {
  479. width: 100%;
  480. height: 80%;
  481. }
  482. }
  483. }
  484. .bigDivPd {}
  485. .titleDiv {
  486. width: 100%;
  487. display: flex;
  488. align-items: center;
  489. justify-content: space-between;
  490. font-weight: 600;
  491. font-size: 16px;
  492. color: #333333;
  493. line-height: 24px;
  494. margin-bottom: 15px;
  495. a {
  496. font-size: 14px;
  497. color: rgba(0, 0, 0, 0.45);
  498. text-align: right;
  499. line-height: 22px;
  500. font-weight: 400;
  501. }
  502. }
  503. .kbs_c {
  504. height: calc(100% - 40px);
  505. overflow-y: scroll;
  506. }
  507. .kbs_c::-webkit-scrollbar {
  508. display: none;
  509. scrollbar-width: none;
  510. -ms-overflow-style: none;
  511. }
  512. .kbs_c:hover::-webkit-scrollbar {
  513. display: unset;
  514. scrollbar-width: unset;
  515. -ms-overflow-style: unset;
  516. }
  517. .rightContent {
  518. width: 28%;
  519. height: 88%;
  520. z-index: 9;
  521. .topMsg_2 .topMsg_content {
  522. height: 80%;
  523. }
  524. .topMsg_22 {
  525. width: 100%;
  526. height: 28%;
  527. }
  528. .topMsg_33 {
  529. width: 100%;
  530. height: 22%;
  531. margin-bottom: 2%;
  532. }
  533. .topMsg_2,
  534. .topMsg_3 {
  535. width: 100%;
  536. height: 100%;
  537. }
  538. .topMsg_4 {
  539. width: 100%;
  540. height: 22%;
  541. }
  542. .topMsg_3 {
  543. .topMsg_content {
  544. height: calc(100% - 1em);
  545. line-height: 2.8em;
  546. font-size: 1.8em;
  547. color: #69FFDE;
  548. background: url(../imgs/dataVimg/wanchanglv.gif) no-repeat center center/ 71% 99%;
  549. display: flex;
  550. align-items: center;
  551. justify-content: center;
  552. .topMsg_number_2 {
  553. font-size: 0.2em;
  554. }
  555. .topMsg_number_p {
  556. font-size: 0.2em;
  557. line-height: 0em;
  558. color: #fff;
  559. font-weight: 100;
  560. margin-top: -3em;
  561. }
  562. }
  563. .changBg_topMsg_content {
  564. background: url(../imgs/dataVimg/wanchanglv2.gif) no-repeat center center / 84% 98%;
  565. }
  566. }
  567. .topMsg2 {
  568. width: 100%;
  569. height: 20%;
  570. margin-bottom: 3%;
  571. }
  572. .topMsg {
  573. width: 100%;
  574. height: 100%;
  575. .topMsg_content {
  576. height: calc(100% - 1em);
  577. font-size: 2em;
  578. color: #69FFDE;
  579. background: url(../imgs/dataVimg/sunGong.gif) no-repeat 48% 0/86% 100%;
  580. text-align: center;
  581. display: flex;
  582. align-items: center;
  583. justify-content: center;
  584. .topMsg_box {
  585. width: 52%;
  586. .topMsg_number_p {
  587. font-size: 0.2em;
  588. line-height: 0em;
  589. color: #fff;
  590. font-weight: 100;
  591. margin-top: 0.8em;
  592. }
  593. }
  594. .topMsg_number_2 {
  595. font-size: 0.2em;
  596. }
  597. }
  598. .changBg_topMsg_content {
  599. background: url(../imgs/dataVimg/sunGong2.gif) no-repeat 48% 0/86% 100%;
  600. }
  601. .icon_c {
  602. width: 100%;
  603. display: flex;
  604. align-items: flex-start;
  605. justify-content: unset !important;
  606. flex-wrap: wrap;
  607. height: calc(100% - 40px);
  608. overflow-y: scroll;
  609. .icon_p {
  610. width: 33%;
  611. display: flex;
  612. align-items: center;
  613. justify-content: center;
  614. flex-wrap: wrap;
  615. padding: 2px 0;
  616. cursor: pointer;
  617. position: relative;
  618. >i {
  619. display: flex;
  620. width: 54px;
  621. height: 54px;
  622. background: @dy-active;
  623. color: #fff;
  624. border-radius: 50%;
  625. text-align: center;
  626. justify-content: center;
  627. line-height: 50px;
  628. font-size: 23px;
  629. font-style: normal;
  630. font-weight: 700;
  631. }
  632. >span {
  633. display: flex;
  634. width: 100%;
  635. justify-content: center;
  636. margin-top: 5px;
  637. }
  638. .delectt {
  639. display: none;
  640. position: absolute;
  641. background: #ff3737;
  642. width: 20px;
  643. height: 20px;
  644. border-radius: 50%;
  645. line-height: 13px;
  646. font-size: 28px;
  647. top: 0;
  648. right: 14px;
  649. color: #fff;
  650. }
  651. }
  652. .icon_p:hover {
  653. .delectt {
  654. display: block;
  655. }
  656. }
  657. }
  658. .icon_c::-webkit-scrollbar {
  659. display: none;
  660. scrollbar-width: none;
  661. -ms-overflow-style: none;
  662. }
  663. .icon_c:hover::-webkit-scrollbar {
  664. display: unset;
  665. scrollbar-width: unset;
  666. -ms-overflow-style: unset;
  667. }
  668. }
  669. .bottomContent {}
  670. }
  671. .bottom_box {
  672. width: 100%;
  673. height: 12%;
  674. background: url(../imgs/dataVimg/bottomBg.png) no-repeat 0 0 / 100% 35%;
  675. position: absolute;
  676. left: 0;
  677. bottom: 0;
  678. }
  679. .centerCon {
  680. width: calc(100% - 56%);
  681. height: 88%;
  682. position: relative;
  683. .topMsg3 {
  684. width: 100%;
  685. height: 18%;
  686. margin-top: 2em;
  687. }
  688. .bottomContent3 {
  689. height: 30%;
  690. width: 100%;
  691. position: absolute;
  692. left: 0;
  693. bottom: 5%;
  694. }
  695. .bottomContent {
  696. height: 100%;
  697. width: 100%;
  698. .topMsg_content {
  699. width: 100%;
  700. height: 100%;
  701. display: flex;
  702. align-items: center;
  703. justify-content: center;
  704. .eacharView {
  705. justify-content: center;
  706. }
  707. #echarts2 {
  708. width: 80%;
  709. height: 75%;
  710. }
  711. }
  712. }
  713. .center_li {
  714. width: 33%;
  715. background: url(../imgs/dataVimg/toplineB.png) no-repeat 0 bottom / 100% 11%;
  716. height: 60%;
  717. }
  718. .right_li {
  719. background: url(../imgs/dataVimg/toplineV.png) no-repeat right top / 1px 100%;
  720. }
  721. .topMsg {
  722. background: url(../imgs/dataVimg/toplineleft.png) no-repeat 1.2em 0.2em/ 45px 80%;
  723. ;
  724. height: 100%;
  725. color: #69FFDE;
  726. display: flex;
  727. justify-content: center;
  728. flex-wrap: wrap;
  729. font-size: 1.8em;
  730. .topMsg_content {
  731. width: 80%;
  732. display: flex;
  733. align-items: center;
  734. justify-content: space-around;
  735. .topMsg_line {
  736. width: 100%;
  737. height: 0.5em;
  738. background: url(../imgs/dataVimg/line.gif) no-repeat 50% bottom / 50% 100%;
  739. }
  740. .topMsg_tip {
  741. color: #CDF1FF;
  742. font-size: 0.5em;
  743. font-weight: 100;
  744. display: block;
  745. margin-top: 0.3em;
  746. }
  747. }
  748. }
  749. .topMsg2 {
  750. background: url(../imgs/dataVimg/toplineright.png) no-repeat 98% 35%/ 48px 80%;
  751. ;
  752. color: #69FFDE;
  753. display: flex;
  754. justify-content: center;
  755. flex-wrap: wrap;
  756. font-size: 1.2emem;
  757. width: 100%;
  758. height: 100%;
  759. }
  760. }
  761. }
  762. }
  763. .bq {
  764. width: 100%;
  765. height: 103px;
  766. /* opacity: 0.5; */
  767. font-family: PingFangSC-Regular;
  768. font-weight: 400;
  769. font-size: 12px;
  770. color: #FFFFFF;
  771. text-align: center;
  772. line-height: 170px;
  773. bottom: 0px;
  774. left: 0;
  775. z-index: 0;
  776. position: absolute;
  777. background: url(../imgs/login/home_line@2x.png) no-repeat 0 0 / 100% 100%;
  778. }
  779. .area_top_title {
  780. display: flex;
  781. align-items: center;
  782. font-size: 16px;
  783. font-weight: 700;
  784. font-family: "微软雅黑";
  785. margin-bottom: 10px;
  786. color: #1b45b4;
  787. >p {
  788. font-size: 12px;
  789. margin-left: 10px;
  790. font-weight: normal;
  791. color: #666;
  792. }
  793. }
  794. .lables {
  795. display: flex;
  796. align-items: center;
  797. margin-top: 30px;
  798. >p {
  799. width: 88px;
  800. }
  801. }
  802. .tanhao {
  803. border: 2px solid #fdcd60;
  804. border-radius: 50%;
  805. display: block;
  806. width: 24px;
  807. height: 24px;
  808. text-align: center;
  809. line-height: 18px;
  810. color: #fdcd60;
  811. font-weight: 700;
  812. font-size: 21px;
  813. margin-left: 10px;
  814. cursor: pointer;
  815. }
  816. .lables2 {
  817. flex-wrap: wrap;
  818. >.ant-select-show-search:first-child {
  819. width: 85%;
  820. margin-left: 0%;
  821. }
  822. }
  823. //table
  824. .module_line,
  825. .module_search {
  826. padding-bottom: 10px;
  827. }
  828. .space {
  829. margin-bottom: 10px;
  830. }
  831. .module_body {
  832. padding-top: 10px;
  833. }
  834. .ant-table-wrapper {
  835. margin-top: 6px;
  836. }
  837. //按钮
  838. .ant-btn-primary,
  839. .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-icon,
  840. .ant-checkbox-checked .ant-checkbox-inner,
  841. .ant-checkbox-indeterminate .ant-checkbox-inner::after,
  842. .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title::after,
  843. .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner,
  844. .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  845. border-color: @dy-active !important;
  846. background: @dy-active !important;
  847. }
  848. .ant-checkbox-checked .ant-checkbox-inner::after,
  849. .ant-select-tree-checkbox-inner::after {
  850. border-color: #f5f5f5 !important
  851. }
  852. .ant-steps-item-finish .ant-steps-item-icon,
  853. .ant-pagination-item-active {
  854. border-color: @dy-active !important;
  855. }
  856. a:hover,
  857. .ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon,
  858. .more {
  859. color: @dy-all-active-hover !important;
  860. }
  861. .sys_account___aWmgk .col_blue,
  862. .ant-pagination-item-active a,
  863. .themeColor,
  864. .col_blue span {
  865. color: @dy-active !important;
  866. }
  867. .module_title::before {
  868. background-color: @dy-all-little;
  869. width: 2px;
  870. height: 15px;
  871. margin-top: 6px;
  872. }
  873. .ant-btn {
  874. border-radius: 3px;
  875. }
  876. .ant-btn:hover,
  877. .ant-btn:focus {
  878. border-color: @dy-all-active-hover !important;
  879. color: @dy-all-active-hover !important;
  880. }
  881. .ant-btn-danger:focus,
  882. .ant-btn-danger:hover {
  883. color: #fff !important;
  884. border-color: #ff4d4f !important;
  885. background: #ff4d4f !important;
  886. }
  887. .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner,
  888. .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  889. border-color: @dy-all-active-hover !important;
  890. box-shadow: 0 0 0 2px rgba(7, 45, 151, 0.2) !important;
  891. }
  892. .ant-btn-primary:hover,
  893. .ant-btn-primary:focus {
  894. border-color: @dy-active !important;
  895. background: @dy-active !important;
  896. color: #fff !important;
  897. }
  898. .ant-btn-primary {
  899. color: #fff !important;
  900. }
  901. #echarts8 {
  902. width: 50%;
  903. height: 80%;
  904. box-sizing: border-box;
  905. background: url(../imgs/dataVimg/toplineV.png) no-repeat 26% 50% / 1px 70%;
  906. }
  907. #echarts9 {
  908. width: 40%;
  909. height: 80%;
  910. box-sizing: border-box;
  911. padding-right: 3%;
  912. background: url(../imgs/dataVimg/toplineV.png) no-repeat 95% 55% / 1px 70%;
  913. }
  914. .cbRightBottomView {
  915. flex-wrap: wrap;
  916. position: relative;
  917. .right_b_tip2 {
  918. width: 46%;
  919. display: block;
  920. position: absolute;
  921. color: rgba(205, 241, 255, 1);
  922. left: 29%;
  923. top: 1.2em;
  924. text-align: right;
  925. }
  926. .right_b_tip1 {
  927. width: 36%;
  928. display: block;
  929. position: absolute;
  930. color: rgba(205, 241, 255, 1);
  931. left: 0;
  932. top: 1.2em;
  933. text-align: right;
  934. }
  935. }
  936. .testDiv{
  937. width: 4em;
  938. display: flex;
  939. align-items: center;
  940. justify-self: center;
  941. flex-wrap: wrap;
  942. margin-left: -2.2em;
  943. margin-top: -1.5em;
  944. .p3{
  945. font-size: 0.4em;
  946. margin-left: 0.2em;
  947. display: inline-block;
  948. }
  949. .p2{
  950. font-size: 0.5em;
  951. text-align: center;
  952. width: 100%;
  953. color:#CDF1FF;
  954. line-height: 0.3em;
  955. margin-top: 0.2em;
  956. }
  957. .p1{
  958. text-align: center;
  959. width: 100%;
  960. display: flex;
  961. align-items: baseline;
  962. justify-content: center;
  963. font-size: 1.6em;
  964. }
  965. }
  966. .leftContent .bottomContent {
  967. height: 100% !important;
  968. .eacharView {
  969. display: flex;
  970. align-items: end;
  971. }
  972. }
  973. }