index.less 23 KB

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