index.less 23 KB

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