index.less 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246
  1. @import './reset.less';
  2. @import './roll.css';
  3. .container{
  4. height: 100%;
  5. }
  6. .tips{
  7. width: 420px;
  8. height: 24px;
  9. position: relative;
  10. background: #EDEEEF;
  11. top: -19px;
  12. text-align: left;
  13. & img{
  14. margin-left: 16px;
  15. margin-right: 4px;
  16. }
  17. & span{
  18. font-size: 12px;
  19. font-weight: 400;
  20. color: #999999;
  21. line-height: 24px;
  22. text-align: left;
  23. }
  24. }
  25. .header{
  26. /*position: fixed;*/
  27. width: 100%;
  28. height:@headerHt;
  29. line-height: @headerHt;
  30. font-size: 16px;
  31. border-bottom: 1px #E2E5EF solid;
  32. background: #fff;
  33. /*top:0;
  34. background:linear-gradient(123deg,#00A1FF 0%,rgba(126,171,255,1) 100%);;
  35. text-indent: 20px;
  36. color: #fff;*/
  37. .login{
  38. margin-right: 20px;
  39. height: @headerHt;
  40. line-height: @headerHt;
  41. position: relative;
  42. &:after{
  43. content: " ";
  44. display: inline-block;
  45. cursor: pointer;
  46. position: absolute;
  47. right: 0;
  48. top:22px;
  49. width: 10px;
  50. height: 6px;
  51. background: url("../images/arrow_down.png") no-repeat;
  52. background-size: 10px 6px;
  53. }
  54. //设置
  55. .userAction {
  56. background-color: #fff;
  57. border-radius: 2px;
  58. display: none;
  59. text-indent: 0;
  60. width: 100px;
  61. position: absolute;
  62. right: -15px;
  63. top:42px;
  64. box-shadow:0px 4px 20px -3px rgba(59,89,126,0.3);
  65. li {
  66. line-height: 36px;
  67. text-align: center;
  68. cursor: pointer;
  69. color: #777777;
  70. a{
  71. color: #777777;
  72. display: block;
  73. }
  74. &:hover,a:hover{
  75. color: @activeColor;
  76. }
  77. }
  78. }
  79. }
  80. .setting{
  81. display: inline-block;
  82. height:26px;
  83. line-height: 26px;
  84. margin: 12px 0 0 0;
  85. background: url("../images/head.png") no-repeat;
  86. padding:0 22px 0 35px;
  87. /*color: #fff;*/
  88. text-decoration: none;
  89. }
  90. img{
  91. vertical-align: middle;
  92. margin-right: 10px;
  93. }
  94. .title span{
  95. display: inline-block;
  96. height: 20px;
  97. line-height: 20px;
  98. color: #333;
  99. // font-weight: bold;
  100. font-size: 16px;
  101. text-indent: 15px;
  102. }
  103. .title .qiehuan {
  104. border: 1px solid #506597;
  105. height: 28px;
  106. line-height: 28px;
  107. font-size: 14px;
  108. border-radius: 14px;
  109. padding: 0 15px 0 0;
  110. margin-left: 20px;
  111. cursor: pointer;
  112. i {
  113. color: #A5ADBF;
  114. }
  115. img {
  116. width: 12px;
  117. margin-right: 5px;
  118. }
  119. &:hover {
  120. i {
  121. color: #00A1FF;
  122. }
  123. border: 1px solid #00A1FF;
  124. }
  125. }
  126. }
  127. .console-cont {
  128. .header {
  129. background: @themeColor;
  130. border-bottom: 1px @themeBorderClr solid;
  131. .title span, .login a {
  132. color: @fstColor;
  133. }
  134. }
  135. .login:after{
  136. background: url("../images/icon_down.png") no-repeat;
  137. background-size: 10px 6px;
  138. }
  139. .main-body {
  140. background: @activeBg;
  141. }
  142. }
  143. .main-body{
  144. height: 100%;
  145. /*margin-top:@headerHt;*/
  146. }
  147. .menu{
  148. width: @menuWt;
  149. height: 100%;
  150. background: @themeColor;
  151. border-right: 1px @darkLightBorderColor solid;
  152. box-sizing: border-box;
  153. overflow: hidden;
  154. padding-top: 5px;
  155. position: relative;
  156. padding-bottom: 50px;
  157. .logo{
  158. margin-bottom: 44px;
  159. text-indent: 22px;
  160. height: 45px;
  161. img {
  162. width: 150px;
  163. position: relative;
  164. top: 5px;
  165. }
  166. }
  167. &>a{
  168. position: absolute;
  169. top: 50%;
  170. right: 0;
  171. // z-index: 1;
  172. }
  173. &>ul{
  174. overflow-x: hidden;
  175. overflow-y: auto;
  176. white-space: nowrap;
  177. height: calc(100% - 90px);
  178. &>li{
  179. text-indent: 42px;
  180. background: url("../images/module.png") 16px 12px no-repeat;
  181. margin-bottom: 10px;
  182. /*background-color: red;*/
  183. }
  184. }
  185. // .menuList{
  186. // overflow-x: hidden;
  187. // overflow-y: hidden;
  188. // white-space: nowrap;
  189. // // height: calc(100% - 90px);
  190. // &>li{
  191. // text-indent: 42px;
  192. // // background: url("../images/module.png") 16px 12px no-repeat;
  193. // margin-bottom: 10px;
  194. // }
  195. // }
  196. .YH-KZT,.YH-KZTKS{
  197. background: url("../images/home.png") 16px 10px no-repeat;
  198. &.active{
  199. background: url("../images/home_a.png") @activeBg 16px 10px no-repeat;
  200. }
  201. }
  202. .YH-ZKK,.YH-KSZR{
  203. background: url("../images/data.png") 16px 10px no-repeat;
  204. &.active{
  205. background: url("../images/data_a.png") @activeBg 16px 10px no-repeat;
  206. }
  207. }
  208. .YH-JCSJWH{
  209. background: url("../images/item.png") 16px 13px no-repeat;
  210. &.active{
  211. background: url("../images/item_a.png") @activeBg 16px 13px no-repeat;
  212. }
  213. }
  214. .YH-BLZK{
  215. background: url("../images/ba.png") 16px 10px no-repeat;
  216. &.active{
  217. background: url("../images/ba_a.png") @activeBg 16px 10px no-repeat;
  218. }
  219. }
  220. .YH-QXGL{
  221. background: url("../images/qxgl.png") 16px 11px no-repeat;
  222. &.active{
  223. background: url("../images/qxgl_a.png") @activeBg 16px 11px no-repeat;
  224. }
  225. }
  226. .YH-YCSJJK{
  227. background: url("../images/un.png") 16px 11px no-repeat;
  228. &.active,&.list-1-show{
  229. background: url("../images/un_a.png") @activeBg 16px 11px no-repeat;
  230. }
  231. }
  232. .YH-SJFX{
  233. background: url("../images/un.png") 16px 11px no-repeat;
  234. &.active{
  235. background: url("../images/un_a.png") @activeBg 16px 11px no-repeat;
  236. }
  237. }
  238. .YH-SJFXKS,.YH-SJFX{
  239. background: url("../images/data-sys.png") 16px 11px no-repeat;
  240. &.active{
  241. background: url("../images/data-sys_a.png") @activeBg 16px 11px no-repeat;
  242. }
  243. }
  244. .YH-SJBJ{
  245. background: url("../images/data-edit.png") 16px 11px no-repeat;
  246. &.active{
  247. background: url("../images/data-edit_a.png") @activeBg 16px 11px no-repeat;
  248. }
  249. }
  250. .slide-btn{
  251. display: inline-block;
  252. }
  253. .active{
  254. color: @activeColor;
  255. /*background: @activeBg;
  256. border-right: 3px @activeColor solid;*/
  257. }
  258. .page:hover{
  259. color: @activeColor;
  260. }
  261. .list-1,.list-1-show{
  262. position: relative;
  263. &:after{
  264. content: " ";
  265. display: inline-block;
  266. position: absolute;
  267. left: @menuWt+(-30px);
  268. top:18px;
  269. width: 10px;
  270. height: 6px;
  271. background: url("../images/arrow_down.png") no-repeat 50% 50%;
  272. background-size: 10px 6px;
  273. }
  274. p{
  275. color: @fstColor;
  276. }
  277. p:hover {
  278. color: @activeColor;
  279. }
  280. &.slide-up:after{
  281. transform: rotate(180deg);
  282. -webkit-transform: rotate(180deg);
  283. }
  284. ul{
  285. display: none;
  286. li.page{
  287. text-indent: 52px;
  288. color: @secColor;
  289. &.active{
  290. color: @activeColor;
  291. opacity: 1;
  292. }
  293. &:hover {
  294. color: @activeColor;
  295. }
  296. }
  297. }
  298. }
  299. .list-1-show{
  300. background-color: @activeBg;
  301. &:after{
  302. transform: rotate(180deg);
  303. -webkit-transform: rotate(180deg);
  304. }
  305. }
  306. li{
  307. line-height: @menuLiHt;
  308. text-indent: 15px;
  309. cursor: pointer;
  310. color: @fstColor;
  311. }
  312. .copy-right{
  313. /*position: fixed;
  314. bottom: 0px;*/
  315. width: @menuWt+(-1px);
  316. text-align: center;
  317. height: 50px;
  318. line-height: 50px;
  319. background: @themeColor;
  320. border-top: 1px @themeBorderClr solid;
  321. border-right: 1px rgba(74, 93, 142, 0.5) solid;
  322. box-sizing: border-box;
  323. p{
  324. font-size:12px;
  325. color: @trdColor;
  326. white-space: nowrap;
  327. }
  328. }
  329. }
  330. .menu-mini{
  331. display: none;
  332. width: 60px;
  333. height: 100%;
  334. background: @themeColor;
  335. position: relative;
  336. border-right: 1px @themeBorderClr solid;
  337. box-sizing: border-box;
  338. .logo{
  339. height: 50px;
  340. line-height: 50px;
  341. text-align: center;
  342. color: #DEE5EF;
  343. margin-bottom: 44px;
  344. }
  345. &>a{
  346. position: absolute;
  347. top: 50%;
  348. right: 0;
  349. // z-index: 1;
  350. }
  351. &>ul>li{
  352. width: 100%;
  353. height: 40px;
  354. line-height: 40px;
  355. margin-bottom: 8px;
  356. background: url("../images/module.png") center no-repeat;
  357. position: relative;
  358. cursor: pointer;
  359. &:hover{
  360. ul{
  361. display: block;
  362. }
  363. }
  364. & ul{
  365. display: none;
  366. left: 60px;
  367. position: absolute;
  368. width: 186px;
  369. background: @themeColor;
  370. border-radius:4px;
  371. box-shadow:1px 2px 20px -3px #000512;
  372. margin-left: 3px;
  373. &:before{
  374. content: "";
  375. display: inline-block;
  376. width: 8px;
  377. height: 32px;
  378. background: url("../images/ar.png") no-repeat;
  379. position: absolute;
  380. left: -8px;
  381. }
  382. li{
  383. height: 38px;
  384. line-height: 38px;
  385. color: #A5ADBF;
  386. text-indent: 30px;
  387. border-radius: 4px;
  388. &:hover,&.active{
  389. background: @activeBg;
  390. color: @activeColor;
  391. }
  392. }
  393. }
  394. }
  395. .YH-KZT,.YH-KZTKS{
  396. background: url("../images/home.png") 20px 10px no-repeat;
  397. &:hover,&.active{
  398. background: url("../images/home_a.png") @activeBg 20px 10px no-repeat;
  399. }
  400. }
  401. .YH-ZKK,.YH-KSZR{
  402. background: url("../images/data.png") 21px 10px no-repeat;
  403. &:hover,&.active{
  404. background: url("../images/data_a.png") @activeBg 21px 10px no-repeat;
  405. }
  406. }
  407. .YH-JCSJWH{
  408. background: url("../images/item.png") 22px 13px no-repeat;
  409. &:hover,&.active{
  410. background: url("../images/item_a.png") @activeBg 22px 13px no-repeat;
  411. }
  412. }
  413. .YH-BLZK{
  414. background: url("../images/ba.png") 23px 10px no-repeat;
  415. &:hover,&.active{
  416. background: url("../images/ba_a.png") @activeBg 23px 10px no-repeat;
  417. }
  418. }
  419. .YH-QXGL{
  420. background: url("../images/qxgl.png") 25px 11px no-repeat;
  421. &:hover,&.active{
  422. background: url("../images/qxgl_a.png") @activeBg 25px 11px no-repeat;
  423. }
  424. }
  425. .YH-YCSJJK{
  426. background: url("../images/un.png") 25px 11px no-repeat;
  427. &:hover,&.active,&.list-1-show{
  428. background: url("../images/un_a.png") @activeBg 25px 11px no-repeat;
  429. }
  430. }
  431. .YH-SJFX{
  432. background: url("../images/un.png") 24px 11px no-repeat;
  433. &.active{
  434. background: url("../images/un_a.png") @activeBg 24px 11px no-repeat;
  435. }
  436. }
  437. .YH-SJFXKS,.YH-SJFX{
  438. background: url("../images/data-sys.png") 24px 11px no-repeat;
  439. &.active{
  440. background: url("../images/data-sys_a.png") @activeBg 24px 11px no-repeat;
  441. }
  442. }
  443. }
  444. .main{
  445. margin-left:@menuWt;
  446. height: 100%;
  447. // overflow: auto;
  448. /*border: 10px solid #f5f5f5;*/
  449. iframe {
  450. width: 100%;
  451. height: 100%;
  452. overflow: auto;
  453. }
  454. .dateDetail {
  455. font-size: 12px;
  456. color: @secColor;
  457. margin-right: 30px;
  458. font-weight: normal;
  459. }
  460. }
  461. .moduleMsgBox{
  462. .moduleMsgContent{
  463. position: fixed;
  464. left: 50%;
  465. top: 50%;
  466. width: 400px;
  467. height:208px;
  468. margin: -104px 0 0 -200px;
  469. background: #fff;
  470. border-radius:4px;
  471. }
  472. .moduleMsgTitle{
  473. position: relative;
  474. height: 40px;
  475. padding: 0 0 0 20px;
  476. line-height: 40px;
  477. border-bottom: 1px solid #E2E5EF;
  478. font-size: 14px;
  479. color: #1E1E1E;
  480. }
  481. .iconClose{
  482. width: 40px;
  483. position: absolute;
  484. right: 0;
  485. cursor: pointer;
  486. }
  487. .moduleMsgInfo{
  488. text-align: center;
  489. position: relative;
  490. top: 30px;
  491. }
  492. .moduleMsgBtn{
  493. position: relative;
  494. text-align: center;
  495. top: 81px;
  496. }
  497. .saveModuleEdit{
  498. display: inline-block;
  499. color: #fff;
  500. width:80px;
  501. height:36px;
  502. line-height: 36px;
  503. text-align: center;
  504. background:#00A1FF;
  505. border-radius:4px;
  506. cursor: pointer;
  507. }
  508. }
  509. .midifyMsgBox{
  510. .midifyMsgContent{
  511. position: fixed;
  512. left: 50%;
  513. top: 50%;
  514. width: 400px;
  515. height:256px;
  516. margin: -128px 0 0 -200px;
  517. background: #fff;
  518. border-radius:4px;
  519. }
  520. .midifyMsgContentDel {
  521. margin: -110px 0 0 -150px;
  522. }
  523. .remidifyMsgContent{
  524. position: fixed;
  525. left: 50%;
  526. top: 50%;
  527. width: 700px;
  528. height:256px;
  529. margin: -128px 0 0 -200px;
  530. background: #fff;
  531. border-radius:4px;
  532. .disL {
  533. float: left;
  534. }
  535. .disR {
  536. float: left;
  537. }
  538. .abnormalTxtS {
  539. width: 638px;
  540. margin-left: 30px;
  541. position: relative;
  542. top: -14px;
  543. }
  544. .abnormalStatusLis {
  545. width: 218px;
  546. max-height: 200px;
  547. overflow: auto;
  548. li {
  549. width: 218px;
  550. }
  551. }
  552. .ellipsis {
  553. overflow: hidden;
  554. text-overflow: ellipsis;
  555. white-space: nowrap;
  556. }
  557. .abnormalAlls {
  558. background-color: #f5f5f5;
  559. padding: 0 10px;
  560. box-sizing: border-box;
  561. display: inline-block;
  562. height: 34px;
  563. line-height: 34px;
  564. width: 220px;
  565. }
  566. .neck {
  567. width: 20px;
  568. position: relative;
  569. left: 15px;
  570. top: 25px;
  571. }
  572. .abnormalAll {
  573. width: 220px !important;
  574. }
  575. .abnormalBtn {
  576. top: -10px;
  577. }
  578. .abnormalLeft {
  579. padding-left: 30px;
  580. text-align: left;
  581. width: auto !important;
  582. }
  583. .itemInfoRight {
  584. display: block;
  585. width: auto;
  586. }
  587. }
  588. .midifyMsgTitle{
  589. position: relative;
  590. height: 40px;
  591. padding: 0 0 0 20px;
  592. line-height: 40px;
  593. border-bottom: 1px solid #E2E5EF;
  594. font-size: 14px;
  595. color: #1E1E1E;
  596. }
  597. .itemMsgInfoBox{
  598. line-height: 34px;
  599. margin: 0 0 10px 0;
  600. position: relative;
  601. top: 10px;
  602. }
  603. .itemInfoRight{
  604. display: inline-block;
  605. width: 190px;
  606. input{
  607. width: 100px;
  608. box-sizing: border-box;
  609. border: 1px solid #E2E5EF;
  610. height: 34px;
  611. line-height: 34px;
  612. border-radius: 2px;
  613. padding: 0 10px;
  614. &:focus{
  615. border-color: @activeColor;
  616. outline: 0;
  617. -webkit-box-shadow:@activeColor 0px 0px 2px;
  618. -moz-box-shadow: @activeColor 0px 0px 2px;
  619. box-shadow: @activeColor 0px 0px 2px;
  620. }
  621. }
  622. }
  623. .itemMsgLab{
  624. display: inline-block;
  625. width: 180px;
  626. text-align: right;
  627. color: #777;
  628. }
  629. .iconClose{
  630. width: 40px;
  631. position: absolute;
  632. right: 0;
  633. cursor: pointer;
  634. }
  635. .itemMsgInfoTips{
  636. color: red;
  637. font-size: 14px;
  638. text-align: center;
  639. display: none;
  640. position: absolute;
  641. width: 100%;
  642. }
  643. .midifyMsgBtn{
  644. position: relative;
  645. text-align: center;
  646. top: 36px;
  647. }
  648. .midifyEdit{
  649. display: inline-block;
  650. color: #fff;
  651. width:80px;
  652. height:36px;
  653. line-height: 36px;
  654. text-align: center;
  655. background:#00A1FF;
  656. border-radius:4px;
  657. cursor: pointer;
  658. }
  659. }
  660. .itemMsgBox{
  661. .itemMsgContent{
  662. position: fixed;
  663. left: 50%;
  664. top: 50%;
  665. width: 500px;
  666. height:458px;
  667. margin: -234px 0 0 -250px;
  668. background: #fff;
  669. border-radius:4px;
  670. }
  671. .itemMsgTitle{
  672. position: relative;
  673. height: 40px;
  674. padding: 0 0 0 20px;
  675. line-height: 40px;
  676. border-bottom: 1px solid #E2E5EF;
  677. font-size: 14px;
  678. color: #1E1E1E;
  679. }
  680. .iconClose{
  681. width: 40px;
  682. position: absolute;
  683. right: 0;
  684. cursor: pointer;
  685. }
  686. .itemMsgContentBox{
  687. margin: 30px 0 0 0;
  688. }
  689. .itemMsgInfoBox{
  690. line-height: 34px;
  691. margin: 0 0 10px 0;
  692. position: relative;
  693. }
  694. .itemInfoRight{
  695. display: inline-block;
  696. width: 300px;
  697. input{
  698. width: 280px;
  699. box-sizing: border-box;
  700. border: 1px solid #E2E5EF;
  701. height: 34px;
  702. line-height: 34px;
  703. border-radius: 2px;
  704. padding: 0 10px;
  705. &:focus{
  706. border-color: @activeColor;
  707. outline: 0;
  708. -webkit-box-shadow:@activeColor 0px 0px 2px;
  709. -moz-box-shadow: @activeColor 0px 0px 2px;
  710. box-shadow: @activeColor 0px 0px 2px;
  711. }
  712. }
  713. }
  714. .itemMsgLab{
  715. display: inline-block;
  716. width: 150px;
  717. text-align: right;
  718. color: #777;
  719. }
  720. .itemMsgInfoTips{
  721. position: absolute;
  722. color: red;
  723. font-size: 14px;
  724. text-align: center;
  725. width: 100%;
  726. height: 14px;
  727. top: 27px;
  728. display: none;
  729. }
  730. .switchImg{
  731. position: relative;
  732. top: 3px;
  733. width: 30px;
  734. }
  735. .imgInfo{
  736. display: inline-block;
  737. margin: 0 0 0 10px;
  738. }
  739. .confirmEditBox{
  740. position: relative;
  741. text-align: center;
  742. top: 20px;
  743. }
  744. .confirmEdit{
  745. display: inline-block;
  746. color: #fff;
  747. width:80px;
  748. height:36px;
  749. line-height: 36px;
  750. text-align: center;
  751. background:#00A1FF;
  752. border-radius:4px;
  753. cursor: pointer;
  754. }
  755. }
  756. .dialogBox{
  757. .dialogBoxMask{
  758. width: 100%;
  759. height: 100%;
  760. position: absolute;
  761. background: #000;
  762. opacity: 0.5;
  763. z-index: 1;
  764. border-radius: 10px;
  765. }
  766. .dialogBoxMsg{
  767. position: absolute;
  768. z-index: 2;
  769. width: 100%;
  770. height: 100%;
  771. color: #fff;
  772. text-align: center;
  773. line-height: 50px;
  774. }
  775. position: fixed;
  776. left: 50%;
  777. top: 50%;
  778. width: 300px;
  779. height: 50px;
  780. margin: -25px 0 0 -150px;
  781. text-align: center;
  782. line-height: 50px;
  783. border-radius: 10px;
  784. }
  785. .cloInfobox{
  786. position: fixed;
  787. width: 400px;
  788. height: 496px;
  789. top: 50%;
  790. margin-top: -248px;
  791. left: 50%;
  792. margin-left: -200px;
  793. /* z-index: 155; */
  794. background: #fff;
  795. border-radius:4px;
  796. .cloInfoTitle{
  797. height: 40px;
  798. line-height: 40px;
  799. border-bottom: 1px solid #E2E5EF;
  800. position: relative;
  801. }
  802. .cloInfo{
  803. position: relative;
  804. left: 50%;
  805. margin-left: -150px;
  806. margin-top: 30px;
  807. width: 300px;
  808. height: 330px;
  809. }
  810. .closePort {
  811. height: 180px;
  812. }
  813. .cloInfoTitleTxt{
  814. display: inline-block;
  815. height: 40px;
  816. line-height: 40px;
  817. margin-left: 20px;
  818. }
  819. .colTabInfoBox{
  820. height: 302px;
  821. overflow-y: auto;
  822. border: 1px solid #E2E5EF;
  823. box-sizing: border-box;
  824. }
  825. .colTabTitle{
  826. background: #EFF0F9;
  827. .colName{
  828. text-align: center;
  829. }
  830. }
  831. .colTabTitle,.colTabInfo{
  832. height: 30px;
  833. box-sizing: border-box;
  834. line-height: 30px;
  835. }
  836. .colOpera,.colName{
  837. display: inline-block;
  838. width: 92px;
  839. position: relative;
  840. }
  841. .colName{
  842. width: 182px;
  843. }
  844. .iconClose{
  845. position: absolute;
  846. right: 0;
  847. cursor: pointer;
  848. }
  849. .colTabInfo:nth-child(2n){
  850. background: #EFF1F6;
  851. }
  852. .toggleSelectCol,.toggleSelectColAll img{
  853. position: relative;
  854. margin:0 10px 0 24px;
  855. top: 3px;
  856. width: 14px;
  857. cursor: pointer;
  858. }
  859. .toggleSelectColAll{
  860. cursor: pointer;
  861. }
  862. .pageSetUp,.pageSetDown{
  863. width: 10px;
  864. cursor: pointer;
  865. }
  866. .pageOrder{
  867. display: inline-block;
  868. position: absolute;
  869. right: 32px;
  870. }
  871. .pageSetUpBox,.pageSetDownBox{
  872. position: relative;
  873. display: inline-block;
  874. width: 15px;
  875. }
  876. .btnBox{
  877. position: absolute;
  878. cursor: pointer;
  879. bottom: 0px;
  880. height: 64px;
  881. }
  882. .cancalColSet,.saveColSet{
  883. display: inline-block;
  884. width:80px;
  885. height:34px;
  886. text-align: center;
  887. line-height: 32px;
  888. border-radius:4px;
  889. border: 1px solid #00A1FF;
  890. color: #00A1FF;
  891. position: relative;
  892. left: 110px;
  893. }
  894. .saveColSet{
  895. background: #00A1FF;
  896. color: #fff;
  897. margin-left: 20px;
  898. }
  899. .savePort {
  900. margin-left: 30px;
  901. }
  902. .canclePort {
  903. left: 100px;
  904. }
  905. .selectDateTip {
  906. position: relative;
  907. left: -30px;
  908. top: -15px;
  909. }
  910. .selectDate {
  911. padding-left: 15px;
  912. margin: 8px 0;
  913. cursor: pointer;
  914. input {
  915. cursor: pointer;
  916. margin-right: 10px;
  917. }
  918. label {
  919. cursor: pointer;
  920. }
  921. }
  922. .defaultColSet{
  923. position: relative;
  924. left: 50px;
  925. cursor: pointer;
  926. }
  927. }
  928. .cloInfoPort {
  929. height: auto;
  930. margin-top: -140px;
  931. }
  932. .mask {
  933. position: fixed;
  934. width: 100%;
  935. height: 100%;
  936. background: #000;
  937. opacity: 0.5;
  938. left: 0;
  939. top: 0;
  940. }
  941. .loadingImg{
  942. position: fixed;
  943. left: 50%;
  944. top: 50%;
  945. width: 60px;
  946. margin: -30px 0 0 -30px;
  947. }
  948. input::-webkit-outer-spin-button,
  949. input::-webkit-inner-spin-button {
  950. -webkit-appearance: none;
  951. }
  952. input[type="number"] {
  953. -moz-appearance: textfield;
  954. }
  955. .itemContentBoxLis {
  956. width: 220px;
  957. height: 365px;
  958. margin: 30px 20px 20px 70px;
  959. border: 1px solid #EFF0F9;
  960. .title {
  961. height: 40px;
  962. line-height: 40px;
  963. background-color: #EFF0F9;
  964. text-align: center;
  965. }
  966. .partPub {
  967. padding-top: 10px;
  968. height: 315px;
  969. overflow: auto;
  970. li {
  971. padding: 8px 20px;
  972. cursor: pointer;
  973. overflow: hidden;
  974. text-overflow:ellipsis;
  975. white-space: nowrap;
  976. }
  977. img {
  978. width: 14px;
  979. height: 14px;
  980. position: relative;
  981. top: 2px;
  982. margin-right: 10px;
  983. }
  984. }
  985. input:focus{
  986. border: 1px solid @activeColor ;
  987. outline: 0;
  988. -webkit-box-shadow:@activeColor 0px 0px 2px;
  989. -moz-box-shadow: @activeColor 0px 0px 2px;
  990. box-shadow: @activeColor 0px 0px 2px;
  991. }
  992. }
  993. .itemContentBoxLisL {
  994. float: left;
  995. }
  996. .itemContentBoxLisR {
  997. margin-left: 20px;
  998. margin-right: 70px;
  999. float: right;
  1000. }
  1001. .activeGo {
  1002. position: absolute;
  1003. width: 40px;
  1004. height: 60px;
  1005. left: 50%;
  1006. top: 50%;
  1007. margin-left: -20px;
  1008. margin-top: -45px;
  1009. img {
  1010. width: 40px;
  1011. height: 22px;
  1012. cursor: pointer;
  1013. }
  1014. .btm {
  1015. margin-top: 15px;
  1016. }
  1017. }
  1018. //abnormal
  1019. .abnormalStatusLis {
  1020. position: absolute;
  1021. left: 104px;
  1022. top: 35px;
  1023. border: 1px solid #E2E5EF;
  1024. z-index: 999;
  1025. background-color: #fff;
  1026. width: 158px;
  1027. display: none;
  1028. li {
  1029. height: 34px;
  1030. line-height: 34px;
  1031. width: 160px;
  1032. padding-left: 10px;
  1033. box-sizing: border-box;
  1034. width: 160px;
  1035. &:hover {
  1036. background-color: #EEF4FF;
  1037. cursor: pointer;
  1038. }
  1039. }
  1040. input:focus{
  1041. border: 1px solid @activeColor ;
  1042. outline: 0;
  1043. -webkit-box-shadow:@activeColor 0px 0px 2px;
  1044. -moz-box-shadow: @activeColor 0px 0px 2px;
  1045. box-shadow: @activeColor 0px 0px 2px;
  1046. }
  1047. }
  1048. .abnormalAll {
  1049. width: 160px !important;
  1050. height: 34px;
  1051. line-height: 34px;
  1052. border: 1px solid #E2E5EF;
  1053. padding: 0 20px 0 10px;
  1054. display: inline-block;
  1055. box-sizing: border-box;
  1056. border-radius:4px;
  1057. position: relative;
  1058. img {
  1059. width: 10px;
  1060. float: left;
  1061. position: absolute;
  1062. top: 14px;
  1063. right: 7px;
  1064. }
  1065. }
  1066. .abnormalLeft {
  1067. width: 100px !important;
  1068. }
  1069. .abnormalMark {
  1070. vertical-align: top;
  1071. position: relative;
  1072. top: -12px;
  1073. }
  1074. .abnormalTxt {
  1075. width: 240px;
  1076. height: 120px;
  1077. border: 1px solid #E2E5EF;
  1078. border-radius: 4px;
  1079. resize: none;
  1080. padding: 10px;
  1081. box-sizing: border-box;
  1082. overflow: auto;
  1083. }
  1084. textarea:focus{
  1085. border: 1px solid @activeColor ;
  1086. outline: 0;
  1087. -webkit-box-shadow:@activeColor 0px 0px 2px;
  1088. -moz-box-shadow: @activeColor 0px 0px 2px;
  1089. box-shadow: @activeColor 0px 0px 2px;
  1090. }
  1091. .midifyMsgContent.abnormal {
  1092. height: 320px;
  1093. }
  1094. .midifyMsgContent.abnormalDel {
  1095. height: 280px;
  1096. }
  1097. .midifyMsgBtn.abnormalBtn {
  1098. top: 22px;
  1099. }
  1100. .midifyEditDel{
  1101. background-color: #fff !important;
  1102. color: #FF4D4F !important;
  1103. border: 1px solid #FF4D4F !important;
  1104. margin-right: 15px;
  1105. }
  1106. .midifyEditQuite{
  1107. color: #fff !important;
  1108. border: 1px solid #00A1FF !important;
  1109. background-color: #00A1FF !important;
  1110. }
  1111. .delTips {
  1112. text-align: center;
  1113. padding: 40px 0;
  1114. }
  1115. .midifyMsgBtnDel {
  1116. top: 10px !important;
  1117. }
  1118. .midifyMsgContentDel {
  1119. height: 220px !important;
  1120. width: 300px !important;
  1121. }
  1122. /**********修改密码框*********/
  1123. .modalAction{
  1124. position: relative;
  1125. // padding: 20px;
  1126. input {
  1127. border: 1px solid #E2E5EF;
  1128. width: 300px;
  1129. height: 34px;
  1130. line-height: 34px;
  1131. border-radius: 3px;
  1132. margin: 5px 0;
  1133. padding: 0 10px;
  1134. box-sizing: border-box;
  1135. }
  1136. p {position: relative;}
  1137. p span {
  1138. width: 94px;
  1139. display: inline-block;
  1140. text-align: right;
  1141. color: #3A3A3A;
  1142. }
  1143. .label{
  1144. i{
  1145. margin-right: 3px;
  1146. color:#EE3232 ;
  1147. }
  1148. }
  1149. & img{
  1150. margin-right: 5px;
  1151. }
  1152. & b{
  1153. font-weight: 400;
  1154. }
  1155. .eye{
  1156. margin-left: 5px;
  1157. cursor: pointer;
  1158. }
  1159. .warning{
  1160. display: none;
  1161. color: #FF4D4F;
  1162. text-align: left;
  1163. margin:0 0 0 90px;
  1164. font-size: 12px;
  1165. img{
  1166. width: 16px;
  1167. vertical-align: text-bottom;
  1168. }
  1169. }
  1170. }
  1171. .alertModal{
  1172. .toast{
  1173. position: absolute;
  1174. top: 50%;
  1175. left: 50%;
  1176. background: #666;
  1177. text-align: center;
  1178. width: 184px;
  1179. height: 112px;
  1180. margin:-56px 0 0 -92px;
  1181. border-radius: 4px;
  1182. img{
  1183. width: 40px;
  1184. height: 40px;
  1185. margin-top: 20px;
  1186. }
  1187. p{
  1188. color: #fff;
  1189. }
  1190. }
  1191. .btns{
  1192. margin-top:30px;
  1193. .sure{
  1194. background: #E4E3E3;
  1195. border-color: #E4E3E3;
  1196. cursor: not-allowed;
  1197. &.active{
  1198. background: #00A1FF;
  1199. border-color: #1E9FFF;
  1200. cursor: pointer;
  1201. }
  1202. }
  1203. }
  1204. .psd-checkbox{
  1205. position: absolute;
  1206. left: 50%;
  1207. top:50%;
  1208. margin-left: 255px;
  1209. margin-top: -47px;
  1210. padding: 22px 19px;
  1211. background: #fff;
  1212. border-radius:4px;
  1213. width: 149px;
  1214. height: 154px;
  1215. color: #333;
  1216. .label{
  1217. color: #999;
  1218. }
  1219. p{
  1220. margin-bottom: 4px;
  1221. i{
  1222. margin:0 5px 0 30px;
  1223. display: inline-block;
  1224. width: 14px;
  1225. height: 14px;
  1226. background: url("../images/unok.png") no-repeat;
  1227. }
  1228. &.active i{
  1229. background: url("../images/ok.png") no-repeat;
  1230. }
  1231. }
  1232. }
  1233. }