index.less 26 KB

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