index.scss 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111
  1. // @import './variables.scss';
  2. // @import './mixin.scss';
  3. // @import './transition.scss';
  4. // @import './element-variables.scss';
  5. // @import './sidebar.scss';
  6. body {
  7. height: 100%;
  8. -moz-osx-font-smoothing: grayscale;
  9. -webkit-font-smoothing: antialiased;
  10. text-rendering: optimizeLegibility;
  11. font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  12. }
  13. label {
  14. font-weight: 700;
  15. }
  16. html {
  17. height: 100%;
  18. box-sizing: border-box;
  19. }
  20. #app {
  21. height: 100%;
  22. }
  23. *,
  24. *:before,
  25. *:after {
  26. box-sizing: inherit;
  27. }
  28. a:focus,
  29. a:active {
  30. outline: none;
  31. }
  32. a,
  33. a:focus,
  34. a:hover {
  35. cursor: pointer;
  36. color: inherit;
  37. text-decoration: none;
  38. }
  39. div:focus {
  40. outline: none;
  41. }
  42. .clearfix {
  43. &:after {
  44. visibility: hidden;
  45. display: block;
  46. font-size: 0;
  47. content: " ";
  48. clear: both;
  49. height: 0;
  50. }
  51. }
  52. ul li {
  53. padding: 0;
  54. margin: 0;
  55. list-style: none
  56. }
  57. .inOneLine {
  58. display: inline-block;
  59. white-space: nowrap;
  60. overflow: hidden;
  61. text-overflow: ellipsis;
  62. }
  63. // main-container global css
  64. .mb-5 {
  65. margin-bottom: 5px
  66. }
  67. .mb-10 {
  68. margin-bottom: 10px
  69. }
  70. .mb-20 {
  71. margin-bottom: 20px
  72. }
  73. .mr-30 {
  74. margin-right: 30px
  75. }
  76. .ml-30 {
  77. margin-left: 30px
  78. }
  79. .mt-20 {
  80. margin-top: 20px
  81. }
  82. .mt-40 {
  83. margin-top: 40px
  84. }
  85. .mt-60 {
  86. margin-top: 60px
  87. }
  88. .font-16 {
  89. font-size: 16px
  90. }
  91. .padding-20 {
  92. padding: 20px
  93. }
  94. .text-center {
  95. text-align: center
  96. }
  97. .delete-text {
  98. color: #F80000!important
  99. }
  100. .remarksTxt {
  101. opacity: .45;
  102. line-height: 1.5;
  103. }
  104. .app-container {
  105. padding: 20px;
  106. // width: 100%;
  107. width: calc(100%);
  108. height: 100%;
  109. // margin: 20px;
  110. // margin-top: 70px;
  111. background: #fff;
  112. min-height: calc(100vh - 130px)
  113. }
  114. .filter-container {
  115. width: 100%;
  116. height: 100%;
  117. display: flex;
  118. -webkit-box-pack: justify;
  119. -webkit-justify-content: space-between;
  120. -ms-flex-pack: justify;
  121. justify-content: space-between;
  122. vertical-align: middle;
  123. .el-button+.el-button {
  124. margin-left: 30px!important;
  125. }
  126. .filter-item {
  127. margin-right: 30px;
  128. display: inline-block;
  129. margin-bottom: 10px
  130. }
  131. }
  132. .el-input__inner {
  133. height: 36px;
  134. line-height: 36px
  135. }
  136. .el-button {
  137. padding: 10px 12px;
  138. }
  139. .el-table--small {
  140. font-size: 14px!important
  141. }
  142. .el-table td,
  143. .el-table th {
  144. padding: 10px 0
  145. }
  146. // 弹框样式start
  147. .el-dialog__header {
  148. background: #f8f8f8;
  149. padding: 16px 20px 16px;
  150. }
  151. .el-form-item:not(.user-layout .el-form-item) {
  152. width: 90%;
  153. max-width: 400px;
  154. margin: 0 auto 20px;
  155. }
  156. // 弹框样式end
  157. // 台区列表
  158. .siteTitle {
  159. font-size: 16px;
  160. padding: 10px 20px 30px 20px;
  161. text-align: center;
  162. position: relative;
  163. .goBack {
  164. position: absolute;
  165. left: 0;
  166. top: 0
  167. }
  168. }
  169. .status.el-avatar {
  170. width: 14px;
  171. height: 14px;
  172. }
  173. .status.el-avatar.online {
  174. background: #04F21C
  175. }
  176. .status.el-avatar.offline {
  177. background: #aaa
  178. }
  179. // 基本信息
  180. .basicInfo {
  181. width: 100%;
  182. height: calc(100vh - 180px);
  183. // border: 1px solid pink;
  184. display: block;
  185. overflow-y: auto;
  186. }
  187. .siteManage-main {
  188. padding: 20px;
  189. }
  190. .groupInfo,
  191. .basic-info-page,
  192. .powerScore {
  193. .el-form-item {
  194. margin-left: 0px!important
  195. }
  196. }
  197. .goArchive {
  198. color: #056FFF;
  199. // text-decoration: underline;
  200. cursor: default;
  201. }
  202. .goArchive:hover {
  203. cursor: text;
  204. }
  205. .blockTitle {
  206. font-weight: bold;
  207. position: relative;
  208. padding-left: 10px;
  209. color: #056FFF;
  210. }
  211. .blockTitle:before {
  212. content: "";
  213. width: 3px;
  214. margin-right: 9px;
  215. height: 16px;
  216. position: relative;
  217. top: 3px;
  218. display: inline-block;
  219. background: #4074e7;
  220. }
  221. // input长度
  222. .el-form-item__content {
  223. width: 250px;
  224. }
  225. .planOutage {
  226. .el-date-editor.el-input,
  227. .el-date-editor.el-input__inner {
  228. width: 100%;
  229. max-width: 100%;
  230. }
  231. }
  232. .el-select {
  233. width: 100%
  234. }
  235. // 单选框样式
  236. .el-radio {
  237. margin-right: 24px
  238. }
  239. //提交:
  240. .sublitArea {
  241. text-align: right;
  242. margin-top: 40px
  243. }
  244. // 图片上传样式 start
  245. .el-upload.el-upload--picture-card {
  246. width: 90px;
  247. height: 90px;
  248. line-height: 100px;
  249. }
  250. .el-upload-list--picture-card .el-upload-list__item {
  251. width: 92px!important;
  252. height: 92px!important;
  253. line-height: 92px!important;
  254. text-align: center
  255. }
  256. .el-upload-list--picture-card .el-upload-list__item-thumbnail {
  257. width: 90px!important;
  258. height: 90px!important;
  259. line-height: 90px!important;
  260. }
  261. .avatar {
  262. width: 90px;
  263. height: 90px;
  264. }
  265. // 电力监测
  266. .watchDog,
  267. .variableList {
  268. .el-form-item__content {
  269. width: 270px
  270. }
  271. .el-form-item__label {
  272. width: 150px!important
  273. }
  274. .el-form-item__content {
  275. // margin-left: 150px!important
  276. }
  277. }
  278. .paginationBlock {
  279. margin-top: 20px;
  280. text-align: right
  281. }
  282. .filter-container {
  283. .el-button+.el-button {
  284. margin-left: 20px !important;
  285. }
  286. .el-input {
  287. margin: 0 20px 0 0;
  288. }
  289. }
  290. // 树形控件icon
  291. .el-tree-node__content {
  292. position: relative;
  293. font-size: 16px;
  294. }
  295. .siteTree .el-icon-delete {
  296. color: #409EFF;
  297. position: absolute;
  298. right: 6px;
  299. top: 5px;
  300. }
  301. .custom-tree-node span:first-child {
  302. width: 100px
  303. }
  304. // 告警管理渐变背景色
  305. .alarmingTable {
  306. a {
  307. margin-right: 0!important;
  308. }
  309. }
  310. .alarmingManage .el-table .cell {
  311. text-align: left!important;
  312. }
  313. .gradualBg {
  314. padding: 0 5px;
  315. color: #444;
  316. display: inline-block;
  317. background: linear-gradient(to right, rgb(255, 154, 50), transparent);
  318. }
  319. .gradualBg.total {
  320. background: linear-gradient(to right, rgb(138, 196, 243), transparent);
  321. }
  322. .gradualBg.transparent {
  323. background: linear-gradient(to right, transparent, transparent)!important;
  324. }
  325. //告警详情弹框组件
  326. .alarmStatusDialog {
  327. .el-form-item:not(.user-layout .el-form-item) {
  328. margin-bottom: 0
  329. }
  330. .deviceTit {
  331. font-size: 16px;
  332. color: #409EFF;
  333. padding: 20px 0
  334. }
  335. .basicTit {
  336. color: #4074e7;
  337. line-height: 49px;
  338. height: 49px;
  339. font-size: 16px
  340. }
  341. .basicTit:before {
  342. content: "";
  343. width: 3px;
  344. margin-right: 9px;
  345. height: 16px;
  346. position: relative;
  347. top: 3px;
  348. display: inline-block;
  349. background: #4074e7;
  350. }
  351. .topInfo {
  352. position: relative;
  353. overflow: hidden;
  354. .lubo {
  355. // position: absolute;
  356. // right: 0px;
  357. // bottom: 20px;
  358. float: right;
  359. margin-bottom: 20px;
  360. }
  361. .handleStatus {
  362. position: absolute;
  363. right: 0px;
  364. top: 0px;
  365. color: #F80000
  366. }
  367. }
  368. }
  369. .underline {
  370. position: relative;
  371. }
  372. .underline:after {
  373. position: absolute;
  374. bottom: 0;
  375. left: -20px;
  376. right: -20px;
  377. height: 1px;
  378. content: '';
  379. -webkit-transform: scaleY(.5);
  380. transform: scaleY(.5);
  381. background-color: #000; //这个是唯佳的线颜色
  382. opacity: .2
  383. }
  384. .underline:last-child:after {
  385. //可以这样用
  386. height: 0;
  387. }
  388. // 谐波分析
  389. .harmonicReport {
  390. .filter-container .filter-item {
  391. // margin-right: 10px
  392. }
  393. }
  394. .timeTab.el-button {
  395. margin-bottom: 20px;
  396. border-radius: 0
  397. }
  398. // 三项不平衡
  399. .blanceChartTit {
  400. padding: 10px 14px;
  401. margin-bottom: 10px;
  402. border-bottom: 1px solid #f0f0f0;
  403. background: #FAFAFA;
  404. font-weight: bold
  405. }
  406. //评估报告
  407. .defaultCursor:hover {
  408. cursor: default!important;
  409. }
  410. .assePage .blanceChartTit {
  411. margin-bottom: 0;
  412. width: 100%;
  413. display: flex;
  414. justify-content: space-between;
  415. vertical-align: middle;
  416. span {
  417. display: inline-block
  418. }
  419. }
  420. .assePage {
  421. .subTits {
  422. margin: 25px auto;
  423. text-align: center;
  424. font-weight: bold
  425. }
  426. .assNum {
  427. font-size: 18px;
  428. color: #2EAEFF;
  429. margin-bottom: 10px;
  430. }
  431. .greenRate {
  432. color: #04A522
  433. }
  434. .assTxt {
  435. font-size: 14px
  436. }
  437. .assSmallbox {
  438. padding: 10px 0;
  439. text-align: center;
  440. font-weight: bold;
  441. }
  442. }
  443. // tab重置样式
  444. .asseTabs {
  445. margin-bottom: 20px;
  446. border-bottom: 1px solid #E5E5E5;
  447. width: calc(100% + 40px);
  448. margin-left: -20px;
  449. }
  450. .asseTabs span {
  451. line-height: 50px;
  452. height: 50px;
  453. font-size: 16px;
  454. display: inline-block;
  455. padding: 0 20px;
  456. }
  457. .asseTabs span.active {
  458. border-bottom: 2px solid #2EAEFF
  459. }
  460. .banlanceBtn {
  461. max-width: 80%;
  462. // margin: 0 auto 20px;
  463. height: 40px;
  464. // line-height: 40px;
  465. width: 236px;
  466. font-size: 16px!important;
  467. // background: #6dc6ff;
  468. // color: #fff
  469. }
  470. .assCard {
  471. min-height: 356px!important;
  472. .noDataImg {
  473. width: 40%;
  474. margin-top: 40px;
  475. }
  476. }
  477. .assCard ul {
  478. text-align: left;
  479. margin: 0;
  480. padding: 15px 20px 0;
  481. li:not(:last-child) {
  482. border-bottom: 1px solid #F0F0F0;
  483. }
  484. li {
  485. line-height: 40px;
  486. display: flex;
  487. justify-content: space-between;
  488. vertical-align: middle;
  489. font-size: 14px;
  490. div {
  491. display: inline-block;
  492. white-space: nowrap;
  493. overflow: hidden;
  494. text-overflow: ellipsis;
  495. }
  496. span {
  497. color: #04A522;
  498. background: #F4F4F4;
  499. display: inline-block;
  500. border-radius: 20px;
  501. line-height: 20px;
  502. height: 20px;
  503. text-align: center;
  504. width: 58px;
  505. margin-top: 10px;
  506. }
  507. span.overLimit {
  508. color: #F80000
  509. }
  510. }
  511. }
  512. .totalScore {
  513. font-weight: bold;
  514. text-align: center;
  515. margin: 30px;
  516. .el-button {
  517. font-size: 16px;
  518. margin-left: 10px;
  519. }
  520. }
  521. // 实时评分
  522. .descIcon {
  523. cursor: pointer
  524. }
  525. .descIcon img {
  526. position: relative;
  527. top: 2px;
  528. }
  529. .smallSquare {
  530. display: inline-block;
  531. width: 7px;
  532. position: relative;
  533. top: -1px;
  534. height: 7px;
  535. background: #F80000;
  536. }
  537. .smallSquare.green {
  538. background: #24BE00
  539. }
  540. .loopUnbanlancePanel,
  541. .loopHarmonicPanel {
  542. height: 591px;
  543. overflow: hidden;
  544. .el-row {
  545. margin-bottom: 0!important;
  546. }
  547. }
  548. .loopUnbanlanceCard {
  549. // height: calc(100% - 100px);
  550. ul {
  551. padding: 0;
  552. margin-bottom: 0;
  553. font-size: 14px;
  554. margin-top: 20px
  555. }
  556. li {
  557. display: flex;
  558. >div {
  559. margin: 2px 4px;
  560. line-height: 14px;
  561. }
  562. >div:first-child {
  563. // min-width: 64px;
  564. }
  565. }
  566. }
  567. @media(min-width:1500px) {
  568. .loopUnbanlanceCard {
  569. li {
  570. >div {
  571. margin: 7px 20px;
  572. line-height: 14px;
  573. }
  574. }
  575. }
  576. }
  577. @media(max-width:1200px) {
  578. .bg-purple {
  579. margin-bottom: 20px
  580. }
  581. }
  582. .voltagePanel {
  583. .el-table--small th,
  584. .el-table--small td {
  585. padding: 15px 0
  586. }
  587. .uList p {
  588. margin-right: 10px;
  589. padding: 8px 0
  590. }
  591. .shangXian {
  592. padding: 20px 0 0;
  593. display: flex;
  594. width: 300px;
  595. margin-left: 40px;
  596. text-align: center;
  597. div {
  598. width: 50%;
  599. text-align: center;
  600. position: relative
  601. }
  602. div:first-child:after {
  603. position: absolute;
  604. top: 0;
  605. z-index: 4;
  606. /* left: -20px; */
  607. right: 20px;
  608. height: 211px;
  609. width: 1px;
  610. border: 1px dashed #000;
  611. content: "";
  612. /* transform: scaleY(0.5); */
  613. background-color: rgba(0, 0, 0, 0);
  614. opacity: .2;
  615. }
  616. div:last-child:before {
  617. position: absolute;
  618. top: 0;
  619. z-index: 4;
  620. left: 20px;
  621. height: 211px;
  622. width: 1px;
  623. border: 1px dashed #000;
  624. content: "";
  625. /* transform: scaleY(.2); */
  626. background-color: rgba(0, 0, 0, 0);
  627. opacity: .2;
  628. }
  629. }
  630. }
  631. .frequencyPanel {
  632. text-align: center;
  633. .frequencyTit {
  634. color: #F80000;
  635. font-weight: bold
  636. }
  637. .frequencyTit2 {
  638. font-weight: bold;
  639. margin: 10px auto;
  640. span {
  641. color: #fff;
  642. background: #21c393;
  643. display: inline-block;
  644. border-radius: 20px;
  645. line-height: 24px;
  646. height: 24px;
  647. text-align: center;
  648. font-size: 14px;
  649. width: 58px;
  650. }
  651. }
  652. .frequencyBox .grid-content {
  653. min-height: 50px!important;
  654. border-radius: 0;
  655. background: #f0f0f0;
  656. border: none;
  657. }
  658. .rightSplitRed {
  659. position: relative;
  660. i {
  661. position: absolute;
  662. position: absolute;
  663. right: -14.5px;
  664. bottom: -11px;
  665. color: #f1673d
  666. }
  667. i:after {
  668. display: none
  669. }
  670. }
  671. .greenShadow {
  672. position: absolute;
  673. width: 118px;
  674. height: 100%;
  675. bottom: 0;
  676. background: rgba(37, 215, 162, .3);
  677. left: 41px;
  678. background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, hsla(0, 0%, 100%, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, hsla(0, 0%, 100%, .2)), color-stop(.75, hsla(0, 0%, 100%, .2)), color-stop(.75, transparent), to(transparent));
  679. background-image: -moz-gradient(linear, 0 0, 100% 100%, color-stop(.25, hsla(0, 0%, 100%, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, hsla(0, 0%, 100%, .2)), color-stop(.75, hsla(0, 0%, 100%, .2)), color-stop(.75, transparent), to(transparent));
  680. background-image: -ms-gradient(linear, 0 0, 100% 100%, color-stop(.25, hsla(0, 0%, 100%, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, hsla(0, 0%, 100%, .2)), color-stop(.75, hsla(0, 0%, 100%, .2)), color-stop(.75, transparent), to(transparent));
  681. background-image: -o-gradient(linear, 0 0, 100% 100%, color-stop(.25, hsla(0, 0%, 100%, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, hsla(0, 0%, 100%, .2)), color-stop(.75, hsla(0, 0%, 100%, .2)), color-stop(.75, transparent), to(transparent));
  682. background-image: gradient(linear, 0 0, 100% 100%, color-stop(.25, hsla(0, 0%, 100%, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, hsla(0, 0%, 100%, .2)), color-stop(.75, hsla(0, 0%, 100%, .2)), color-stop(.75, transparent), to(transparent));
  683. background-size: 8px 8px
  684. }
  685. .rightSplitRed .grid-content:after {
  686. position: absolute;
  687. bottom: -3px;
  688. z-index: 4;
  689. right: -8px;
  690. height: 125%;
  691. width: 2px;
  692. border: 1px solid #f1673d;
  693. content: "";
  694. background-color: rgba(0, 0, 0, 0);
  695. }
  696. .frequencyBox .grid-content {
  697. border-right: 1px dashed #aaa
  698. }
  699. .frequencyBox .el-col:last-child .grid-content {
  700. border-right: none
  701. }
  702. }
  703. .voltagePanel,
  704. .frequencyPanel,
  705. .powerPanel {
  706. height: 285px
  707. }
  708. .powerPanel {
  709. .el-table--small th,
  710. .el-table--small td {
  711. padding: 15px 0
  712. }
  713. .uList p {
  714. margin-right: 10px;
  715. padding: 8px 0
  716. }
  717. }
  718. .harmonicCard {
  719. height: calc(50% - 78px);
  720. // border: 1px solid red;
  721. }
  722. // 工单管理
  723. .workManage {
  724. .tab-section .el-button {
  725. margin-left: 0!important;
  726. padding: 10px 20px;
  727. }
  728. .el-checkbox {
  729. margin-left: 20px
  730. }
  731. img.jianxiu {
  732. width: 18px;
  733. position: relative;
  734. top: -2px
  735. }
  736. }
  737. .workStatusBtn {
  738. display: inline-block;
  739. padding: 0px 12px;
  740. background: #e54552;
  741. color: #fff;
  742. border-top-left-radius: 20px;
  743. border-bottom-left-radius: 20px;
  744. border-bottom-right-radius: 20px;
  745. font-size: 12px;
  746. transform: scale(.8);
  747. }
  748. .alarmStatusDialog {
  749. .el-radio__input.is-checked+.el-radio__label {
  750. color: #606266!important
  751. }
  752. }
  753. .defetSubTit {
  754. background: #F4F4F4;
  755. width: calc(100% + 40px);
  756. margin-left: -20px;
  757. line-height: 38px;
  758. padding: 0 20px;
  759. margin-bottom: 20px;
  760. color: #2DAEFF
  761. }
  762. // 工单详情
  763. .handleDetailPage {
  764. padding: 20px 0;
  765. .basicTit {
  766. color: #4074e7;
  767. line-height: 49px;
  768. height: 49px;
  769. font-size: 16px;
  770. >span {
  771. display: inline-block;
  772. margin-right: 10px
  773. }
  774. }
  775. .handleTestBlock {
  776. padding: 0 20px 20px 20px;
  777. border-bottom: 3px solid #1890ff;
  778. }
  779. .jianxiuSec {
  780. >div {
  781. display: table-cell;
  782. vertical-align: top;
  783. }
  784. .left-img img {
  785. width: 115px;
  786. height: 115px;
  787. margin-right: 20px
  788. }
  789. .right-des {
  790. position: relative;
  791. .tit {
  792. font-weight: bold;
  793. margin: 10px 0
  794. }
  795. .bottomStatus {
  796. position: absolute;
  797. bottom: 0;
  798. }
  799. }
  800. }
  801. .desSec {
  802. span {
  803. display: inline-block;
  804. margin-right: 20px
  805. }
  806. }
  807. .siteBlock,
  808. .companyBlock {
  809. display: inline-block;
  810. width: 140px;
  811. height: 140px;
  812. border: 1px solid #aaa;
  813. background: #f0f0f0;
  814. margin-left: 10px;
  815. text-align: center;
  816. position: relative;
  817. /*自己的50% */
  818. >div {
  819. width: 140px;
  820. height: auto;
  821. position: absolute;
  822. left: 50%;
  823. /* 定位父级的50% */
  824. top: 50%;
  825. transform: translate(-50%, -50%);
  826. p:last-child {
  827. font-size: 18px;
  828. margin-top: 30px
  829. }
  830. }
  831. }
  832. .handlerBlock {
  833. padding: 20px;
  834. border-bottom: 1px solid #E5E5E5;
  835. ;
  836. div {
  837. margin-bottom: 10px;
  838. }
  839. i {
  840. font-size: 16px;
  841. }
  842. .record {
  843. span {
  844. color: cornflowerblue;
  845. display: inline-block;
  846. margin-left: 10px;
  847. cursor: pointer
  848. }
  849. }
  850. b {
  851. margin: 0 5px;
  852. display: inline-block;
  853. }
  854. .imgSquare {
  855. border: 1px solid #ddd;
  856. width: 100px;
  857. height: 100px;
  858. margin-left: 40px;
  859. img {
  860. width: 80%;
  861. margin-left: 10%;
  862. height: 80%;
  863. margin-top: 10%;
  864. }
  865. }
  866. }
  867. }
  868. .basicTit:before {
  869. content: "";
  870. width: 3px;
  871. margin-right: 9px;
  872. height: 16px;
  873. position: relative;
  874. top: 3px;
  875. display: inline-block;
  876. background: #4074e7;
  877. }
  878. // 运维统计
  879. .operStatisticsPage {
  880. padding: 0;
  881. .el-tabs__content {
  882. overflow: hidden;
  883. position: absolute;
  884. top: -10px;
  885. left: 614px;
  886. }
  887. .customBlock {
  888. position: relative;
  889. .customPicker {
  890. position: absolute;
  891. right: 0;
  892. bottom: 0
  893. }
  894. }
  895. .operStatisticsInner {
  896. padding: 20px;
  897. .bg-purple {
  898. // background: #d3dce6;
  899. border: 1px solid #e5e5e5;
  900. }
  901. .staitcDataSec {
  902. .staitcDataItem {
  903. // text-align: center;
  904. padding: 20px 10px;
  905. height: 110px;
  906. .imgBlock {
  907. text-align: right;
  908. img {
  909. // max-width: 90%
  910. }
  911. }
  912. .staticBlock {
  913. // text-align: center
  914. }
  915. p {
  916. margin-bottom: 0
  917. }
  918. .num {
  919. font-size: 26px;
  920. color: #49B8F6;
  921. display: inline-block;
  922. margin-right: 5px;
  923. }
  924. }
  925. }
  926. .panelTit {
  927. padding: 10px 14px;
  928. margin-bottom: 10px;
  929. border-bottom: 1px solid #f0f0f0;
  930. background: #FAFAFA;
  931. font-weight: bold;
  932. }
  933. .workPanel {
  934. height: 311px;
  935. .workPanelChart {
  936. height: calc(100% - 60px)
  937. }
  938. }
  939. .siteWorkPanel {
  940. height: 311px;
  941. .siteWorkChart {
  942. height: calc(100% - 60px)
  943. }
  944. }
  945. .staticPanel {
  946. height: 365px;
  947. }
  948. }
  949. }
  950. // 角色权限
  951. .roleLeft {
  952. .addBox {
  953. text-align: center;
  954. display: flex;
  955. justify-content: space-around;
  956. line-height: 36px
  957. }
  958. .el-radio-button {
  959. width: 100%
  960. }
  961. .el-radio-button__inner {
  962. width: 100%;
  963. // line-height: 40px;
  964. padding: 13px 15px
  965. }
  966. .el-radio-button__inner {
  967. border-left: 1px solid #dcdfe6;
  968. text-align: left;
  969. position: relative; // border-bottom: none;
  970. img {
  971. margin-right: 5px
  972. }
  973. i {
  974. position: absolute;
  975. right: 10px;
  976. font-size: 15px;
  977. color: #F80000;
  978. opacity: 0
  979. }
  980. }
  981. .el-radio-button__inner:hover {
  982. color: #444;
  983. background: #f1f7fc;
  984. // border-color: #f1f7fc;
  985. i {
  986. opacity: 1;
  987. }
  988. }
  989. .el-radio-button:last-child .el-radio-button__inner {
  990. // border-bottom: 1px solid #dcdfe6;
  991. }
  992. .el-radio-button__original-radio:checked+.el-radio-button__inner {
  993. background: #BDE5FF;
  994. border-color: #BDE5FF;
  995. color: #444;
  996. box-shadow: none
  997. }
  998. }
  999. // 用户管理弹框
  1000. .userManageDialog {
  1001. .el-date-editor.el-input,
  1002. .el-date-editor.el-input__inner {
  1003. width: 240px !important;
  1004. }
  1005. }
  1006. .downloadMb {
  1007. margin-left: 20px;
  1008. text-decoration: underline;
  1009. }