index.scss 21 KB

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