index.less 19 KB

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