index.less 22 KB

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