qcScore.less 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897
  1. @import './reset.less';
  2. .main-part{
  3. height: 100%;
  4. }
  5. .ellipsis{
  6. overflow: hidden;
  7. text-overflow:ellipsis;
  8. white-space: nowrap;
  9. }
  10. #loading{
  11. text-align: center;
  12. height: 2000px;
  13. margin-top: 30px;
  14. }
  15. .waring {
  16. color: #FF4D4F;
  17. margin-top: 18px;
  18. height: 18px;
  19. }
  20. .patient-info{
  21. /*height: 50px;*/
  22. background: #fff;
  23. line-height: 50px;
  24. border-bottom: 10px #EFF1F6 solid;
  25. text-align: center;
  26. /*margin-bottom: 20px;*/
  27. padding-right: 80px;
  28. span{
  29. color: #333;
  30. margin-right: 40px;
  31. display: inline-block;
  32. }
  33. .check{
  34. display: inline-block;
  35. padding: 0px 13px;
  36. background: #00A1FF;
  37. color:#fff;
  38. border-radius: 4px;
  39. height: 30px;
  40. line-height: 30px;
  41. position: absolute;
  42. right: 0;
  43. top: 10px;
  44. margin-right: 25px;
  45. cursor: pointer;
  46. }
  47. }
  48. .sub-menu{
  49. position: relative;
  50. width: @menuWt+15px;
  51. height: 100%;
  52. float: left;
  53. /*overflow-y: auto;*/
  54. overflow: hidden;
  55. background: @themeColor;
  56. border-right: 1px @frameBdColor solid;
  57. .logo{
  58. margin:8px 0 44px;
  59. text-indent: 22px;
  60. height: 42px;
  61. }
  62. &>a{
  63. position: absolute;
  64. top: 50%;
  65. right: 0;
  66. z-index: 100;
  67. }
  68. &>ul,.subMenu{
  69. overflow-x: hidden;
  70. overflow-y: auto;
  71. white-space: nowrap;
  72. height:calc(100% - 140px);
  73. }
  74. &>ul>li,.subMenu>li{
  75. color: @fstColor;
  76. margin-bottom: 10px;
  77. &.menu-0{
  78. background: url("../images/total.png") 20px 9px no-repeat;
  79. &.active{
  80. background: url("../images/total_a.png") 20px 9px no-repeat;
  81. }
  82. &.slide-up{
  83. background-color: @activeBg;
  84. }
  85. }
  86. &.menu-6{
  87. background: url("../images/index.png") 20px 11px no-repeat;
  88. &.active{
  89. background: url("../images/index_a.png") 20px 11px no-repeat;
  90. }
  91. &.slide-up{
  92. background-color: @activeBg;
  93. }
  94. }
  95. &.menu-1{
  96. background: url("../images/inhis.png") 19px 11px no-repeat;
  97. &.active{
  98. background: url("../images/inhis_a.png") 19px 11px no-repeat;
  99. }
  100. &.slide-up{
  101. background-color: @activeBg;
  102. }
  103. }
  104. &.menu-37{
  105. background: url("../images/prod.png") 20px 10px no-repeat;
  106. &.active{
  107. background: url("../images/prod_a.png") 20px 10px no-repeat;
  108. }
  109. &.slide-up{
  110. background-color: @activeBg;
  111. }
  112. }
  113. &.menu-5{
  114. background: url("../images/out.png") 20px 11px no-repeat;
  115. &.active{
  116. background: url("../images/out_a.png") 20px 11px no-repeat;
  117. }
  118. &.slide-up{
  119. background-color: @activeBg;
  120. }
  121. }
  122. }
  123. .slide-up {
  124. background-color: @activeBg !important;
  125. }
  126. .active{
  127. color: @activeColor;
  128. /*background: @activeBg;
  129. border-right: 3px @activeColor solid;*/
  130. }
  131. .subMenu>.active{
  132. color: @activeColor;
  133. /*background: @activeBg;
  134. border-right: 3px @activeColor solid;*/
  135. }
  136. .page:hover{
  137. color: @activeColor;
  138. }
  139. .list-1{
  140. position: relative;
  141. p {
  142. color: @fstColor;
  143. &:hover {
  144. color: @activeColor;
  145. }
  146. }
  147. &:after{
  148. content: " ";
  149. display: inline-block;
  150. position: absolute;
  151. left: @menuWt+(-30px);
  152. top:18px;
  153. width: 10px;
  154. height: 6px;
  155. background: url("../images/icon_down.png") no-repeat;
  156. }
  157. &.slide-up:after{
  158. transform: rotate(180deg);
  159. -webkit-transform: rotate(180deg);
  160. }
  161. ul{
  162. display: none;
  163. li.page{
  164. text-indent: 55px;
  165. color: @greyColor;
  166. &.active{
  167. color: @activeColor;
  168. }
  169. }
  170. }
  171. }
  172. li{
  173. line-height: @menuLiHt;
  174. text-indent: 45px;
  175. cursor: pointer;
  176. }
  177. .copy-right{
  178. /*position: fixed;
  179. bottom: 0px;*/
  180. width: @menuWt+15;
  181. text-align: center;
  182. background: @themeColor;
  183. padding: 10px 0 20px;
  184. border-top: 1px @themeBorderClr solid;
  185. p{
  186. font-size:12px;
  187. color: @trdColor;
  188. white-space: nowrap;
  189. }
  190. }
  191. }
  192. .menu-mini{
  193. display: none;
  194. width: 60px;
  195. height: 100%;
  196. background: @themeColor;
  197. position: relative;
  198. .logo{
  199. height: 50px;
  200. line-height: 50px;
  201. text-align: center;
  202. color: #DEE5EF;
  203. margin-bottom: 44px;
  204. }
  205. &>a{
  206. position: absolute;
  207. top: 50%;
  208. right: 0;
  209. z-index: 1;
  210. }
  211. &>ul>li{
  212. width: 100%;
  213. height: 40px;
  214. line-height: 40px;
  215. background: url("../images/module.png") center no-repeat;
  216. cursor: pointer;
  217. margin-bottom: 10px;
  218. &:hover{
  219. &:after{
  220. // content: "";
  221. // display: inline-block;
  222. // width: 8px;
  223. // height: 32px;
  224. // background: url("../images/ar.png") no-repeat;
  225. // position: absolute;
  226. // left: 56px;
  227. // top: 4px;
  228. }
  229. .arrow-left{
  230. content: "";
  231. display: inline-block;
  232. width: 8px;
  233. height: 32px;
  234. background: url("../images/ar.png") no-repeat;
  235. position: relative;
  236. left: 56px;
  237. top: 4px;
  238. }
  239. ul{
  240. display: block;
  241. }
  242. }
  243. & ul{
  244. display: none;
  245. left: 60px;
  246. position: absolute;
  247. width: 186px;
  248. background: @themeColor;
  249. border-radius:4px;
  250. box-shadow:1px 2px 20px -3px #000512;
  251. margin-left: 3px;
  252. z-index: 9;
  253. height: calc(100% - 80px);
  254. top: 60px;
  255. &:before{
  256. // content: "";
  257. // display: inline-block;
  258. // width: 8px;
  259. // height: 32px;
  260. // background: url("../images/ar.png") no-repeat;
  261. // position: absolute;
  262. // left: -8px;
  263. }
  264. li{
  265. height: 40px;
  266. line-height: 40px;
  267. color: @greyColor;
  268. text-indent: 30px;
  269. border-radius: 4px;
  270. &:hover,&.active{
  271. background: @activeBg;
  272. color: @activeColor;
  273. }
  274. }
  275. }
  276. &.menu-0{
  277. background: url("../images/total.png") 20px 9px no-repeat;
  278. &:hover,&.active{
  279. background: url("../images/total_a.png") @activeBg 20px 9px no-repeat;
  280. }
  281. }
  282. &.menu-6{
  283. background: url("../images/index.png") 20px 11px no-repeat;
  284. &:hover,&.active{
  285. background: url("../images/index_a.png") @activeBg 20px 11px no-repeat;
  286. }
  287. }
  288. &.menu-1{
  289. background: url("../images/inhis.png") 19px 11px no-repeat;
  290. &:hover,&.active{
  291. background: url("../images/inhis_a.png") @activeBg 19px 11px no-repeat;
  292. }
  293. }
  294. &.menu-37{
  295. background: url("../images/prod.png") 20px 10px no-repeat;
  296. &:hover,&.active{
  297. background: url("../images/prod_a.png") @activeBg 20px 10px no-repeat;
  298. }
  299. }
  300. &.menu-5{
  301. background: url("../images/out.png") 21px 11px no-repeat;
  302. &:hover,&.active{
  303. background: url("../images/out_a.png") @activeBg 21px 11px no-repeat;
  304. }
  305. }
  306. }
  307. }
  308. .tab-container{
  309. margin-left: @menuWt+15px;
  310. background: @disColor;
  311. /*height: 100%;*/
  312. .content-box{
  313. width:78%;
  314. height: 100%;
  315. background: #fff;
  316. position: relative;
  317. overflow-y: auto;
  318. border-right: 10px #EFF1F6 solid;
  319. border-left: 10px #EFF1F6 solid;
  320. box-sizing: border-box;
  321. }
  322. .content-item{
  323. display: none;
  324. /*height: 100%;*/
  325. .content-item-wrapper{
  326. margin-bottom: 50px;
  327. }
  328. /**********危急值记录*************/
  329. &.danger-record{
  330. height:auto;
  331. .title{
  332. /*position: unset;*/
  333. }
  334. }
  335. .title{
  336. /*position: absolute;
  337. top: 0;*/
  338. width: 100%;
  339. color: #333333;
  340. font-size: 16px;
  341. text-align: center;
  342. font-weight: bold;
  343. height: 44px;
  344. line-height: 44px;
  345. border-bottom:1px #E2E5EF solid;
  346. text-indent: 20px;
  347. }
  348. .container{
  349. /*margin-top: 45px;*/
  350. padding: 20px 30px 0;
  351. height: 100%;
  352. /*overflow-y: auto;*/
  353. }
  354. .info-table{
  355. margin: 0 0 15px;
  356. }
  357. table{
  358. width: 100%;
  359. border:1px @tableBorderColor solid;
  360. }
  361. .inline-table{
  362. display: inline;
  363. border: none;
  364. td{
  365. border: none;
  366. }
  367. }
  368. .inner-table table{
  369. border: none;
  370. td{
  371. border: none;
  372. text-align: left;
  373. vertical-align: text-bottom;
  374. &[rowspan]{
  375. font-weight: bold;
  376. width: 100px;
  377. padding-left: 0;
  378. }
  379. &.active{
  380. background: @anchorBg;
  381. }
  382. }
  383. }
  384. .embed-table{
  385. border:1px @tableBorderColor solid;
  386. &>tbody>tr:first-child>td{
  387. padding: 0;
  388. border:none;
  389. &>table td{
  390. border:1px @tableBorderColor solid;
  391. line-height: 20px;
  392. padding: 7px 8px;
  393. }
  394. }
  395. .table-tip{
  396. text-align: left;
  397. }
  398. }
  399. th{
  400. table{
  401. border:none;
  402. }
  403. border:1px @tableBorderColor solid;
  404. background: @thBgColor;
  405. line-height: 20px;
  406. padding: 7px 8px;
  407. }
  408. td{
  409. text-align: center;
  410. border:1px @tableBorderColor solid;
  411. padding:7px 8px;
  412. height: 20px;
  413. table,td{
  414. border:none;
  415. }
  416. }
  417. .info-item{
  418. border-bottom: 1px @borderColor solid;
  419. .text-left{
  420. width: 100%;
  421. text-align: right;
  422. }
  423. .cont{
  424. display: inline-block;
  425. min-width: 33%;
  426. margin-bottom: 5px;
  427. box-sizing: border-box;
  428. padding-left: 5px;
  429. &.active{
  430. background: @anchorBg;
  431. }
  432. span{
  433. line-height: 20px;
  434. vertical-align: middle;
  435. }
  436. .text-indent{
  437. text-indent: 28px;
  438. }
  439. .text-bold{
  440. font-weight: bold;
  441. }
  442. .label{
  443. display: inline-block;
  444. /*min-width: 70px;*/
  445. font-weight: bold;
  446. overflow-x: hidden;
  447. }
  448. .revisitPlanTan{
  449. border: none;
  450. td{
  451. border: none;
  452. }
  453. }
  454. }
  455. &.cont-2 .cont{
  456. min-width: 48%;
  457. }
  458. &.cont-4 .cont{
  459. min-width: 23%;
  460. }
  461. &.cont-5 .cont{
  462. min-width: 19%;
  463. }
  464. &.no-border{
  465. border-bottom: none;
  466. margin-bottom: 0;
  467. }
  468. margin-bottom: 10px;
  469. .info-title{
  470. font-weight: bold;
  471. margin-bottom: 10px;
  472. }
  473. }
  474. }
  475. .operation{
  476. width:calc(22% - 12px);
  477. height: 100%;
  478. margin-right: 10px;
  479. position: relative;
  480. background: #fff;
  481. display: none;
  482. .flaw-title{
  483. position: absolute;
  484. top:0;
  485. width: 100%;
  486. height: 44px;
  487. color: #333333;
  488. font-weight: bold;
  489. line-height: 44px;
  490. border-bottom:1px #E2E5EF solid;
  491. /*margin-bottom: 20px;*/
  492. span{
  493. font-size: 16px;
  494. margin-left: 15px;
  495. }
  496. a{
  497. float: right;
  498. width: 66px;
  499. height: 28px;
  500. margin: 10px 20px 0 0;
  501. line-height: 28px;
  502. text-align: center;
  503. border-radius:4px;
  504. color: @activeColor;
  505. font-weight: normal;
  506. border:1px @activeColor solid;
  507. }
  508. }
  509. .flaw-box{
  510. margin-top: 45px;
  511. padding-top: 5px;
  512. height: 100%;
  513. overflow-y: auto;
  514. }
  515. .flaw-item{
  516. display: none;
  517. position: relative;
  518. margin: 0 12px 10px 12px ;
  519. /*border-bottom:1px #E2E5EF solid;*/
  520. padding-bottom: 6px;
  521. &:after{
  522. display: block;
  523. content: "";
  524. width: 98%;
  525. height: 1px;
  526. background: @borderColor;
  527. position: absolute;
  528. bottom: -5px;
  529. left: 1%;
  530. }
  531. p{
  532. text-indent: 5px;
  533. }
  534. .opers{
  535. padding-right: 5px;
  536. }
  537. .title{
  538. box-sizing: border-box;
  539. padding:5px;
  540. .add-icon{
  541. font-size: 12px;
  542. display: inline-block;
  543. text-align: center;
  544. width:32px;
  545. height:14px;
  546. line-height: 14px;
  547. color: #FFAD00;
  548. border:1px #FFAD00 solid;
  549. border-radius:8px;
  550. margin-right: 6px;
  551. }
  552. }
  553. &.active .title{
  554. background: @anchorBg;
  555. }
  556. }
  557. }
  558. .oper{
  559. text-align: right;
  560. }
  561. }
  562. .empty{
  563. /*display: none;*/
  564. margin-top: 120px;
  565. text-align: center;
  566. img{
  567. width: 86px;
  568. }
  569. p{
  570. margin-top: 15px;
  571. font-size: 12px;
  572. text-indent: 10px;
  573. color: #aaa;
  574. }
  575. }
  576. .empty2{
  577. margin-top: 60px;
  578. text-align: center;
  579. height: 170px;
  580. td{
  581. width: 100%;
  582. }
  583. img{
  584. width: 86px;
  585. }
  586. p{
  587. // margin-top: 15px;
  588. font-size: 12px;
  589. text-indent: 10px;
  590. color: #aaa;
  591. }
  592. }
  593. .edit-box{
  594. p{
  595. margin-bottom: 10px;
  596. .red{
  597. display: inline-block;
  598. width: auto;
  599. text-indent: 5px;
  600. }
  601. }
  602. .warning{
  603. display: none;
  604. }
  605. input{
  606. border:1px @borderColor solid;
  607. width: 300px;
  608. height: 38px;
  609. text-indent: 10px;
  610. line-height: 38px;
  611. border-radius:2px;
  612. box-sizing: border-box;
  613. }
  614. .flaw-drop-input {
  615. padding-right: 28px;
  616. box-sizing: border-box;
  617. }
  618. #addQcMsg {
  619. padding-right: 0;
  620. }
  621. span{
  622. display: inline-block;
  623. width: 70px;
  624. margin-right: 12px;
  625. text-align: right;
  626. }
  627. }
  628. .add-box{
  629. .drop-box{
  630. position: relative;
  631. margin-bottom: 10px;
  632. &:after{
  633. content: "";
  634. display: inline-block;
  635. width: 13px;
  636. height: 7px;
  637. background: url("../images/arrow_down.png") no-repeat;
  638. background-size: 13px 7px;
  639. position: absolute;
  640. left: 365px;
  641. top: 16px;
  642. }
  643. }
  644. ul{
  645. display: none;
  646. position: absolute;
  647. right: 0;
  648. width: 300px;
  649. background: #fff;
  650. border:1px @tableBorderColor solid;
  651. max-height: 205px;
  652. overflow: auto;
  653. box-sizing: border-box;
  654. li{
  655. line-height: 25px;
  656. padding: 0 5px;
  657. cursor: pointer;
  658. white-space: nowrap;
  659. overflow: hidden;
  660. text-overflow: ellipsis;
  661. &:hover{
  662. background: @tableBorderColor;
  663. }
  664. }
  665. }
  666. .show{
  667. ul{
  668. display: block;
  669. }
  670. &:after{
  671. background-image: url("../images/arrow_up.png");
  672. }
  673. }
  674. }
  675. .standard_table {
  676. tr {
  677. td.standard_fst {
  678. width: 160px;
  679. }
  680. }
  681. }
  682. /*******手术知情同意书*********/
  683. .surgery-book{
  684. .book-item{
  685. margin-bottom:15px;
  686. :not(:first-child){
  687. text-indent: 15px;
  688. }
  689. .intent{
  690. text-indent: 30px;
  691. }
  692. .intent-1{
  693. margin-left: 48px;
  694. text-indent: 0;
  695. }
  696. &.clearfix{
  697. p{
  698. width: 100%;
  699. }
  700. }
  701. .fr{
  702. margin-top: 25px;
  703. text-align: right;
  704. }
  705. }
  706. }
  707. /********术后首次病程记录及谈话记录*******/
  708. .textR{
  709. text-align: right;
  710. }
  711. .textL{
  712. text-align: left;
  713. }
  714. .textPreLine{
  715. white-space: pre-line;
  716. }
  717. .textIndent30{
  718. text-indent:30px
  719. }
  720. .textBold{
  721. font-weight: bold;
  722. }
  723. .padL30{
  724. padding-left: 30px;
  725. }
  726. .displayInlineBlock{
  727. display: inline-block;
  728. }
  729. /********缺陷总览*********/
  730. .flaw-table{
  731. display: none;
  732. height: 97%;
  733. background: #fff;
  734. margin: 0 10px 10px;
  735. /*overflow-y: auto;
  736. margin: 0 30px 0 20px;*/
  737. .slide-up{
  738. cursor: pointer;
  739. color: @activeColor;
  740. &:before{
  741. display: inline-block;
  742. width: 14px;
  743. height: 14px;
  744. content: "";
  745. font-size: 18px;
  746. color: @activeColor;
  747. text-align: center;
  748. vertical-align: middle;
  749. margin-right: 4px;
  750. background: url("../images/slice.png") no-repeat;
  751. }
  752. &.down:before{
  753. background: url("../images/add.png") no-repeat;
  754. }
  755. }
  756. .page-item{
  757. display: none;
  758. h2{
  759. height: 44px;
  760. line-height: 44px;
  761. border-bottom: 1px @tableBorderColor solid;
  762. font-size: 16px;
  763. font-weight: normal;
  764. margin-bottom: 20px;
  765. text-indent: 20px;
  766. }
  767. }
  768. .interval-color{
  769. tr:nth-child(2n){
  770. background: #EFF1F6;
  771. }
  772. }
  773. table{
  774. width: 97%;
  775. border:1px solid #E2E5EF;
  776. border-collapse: collapse;/*关键代码*/
  777. /*margin-bottom: 40px;*/
  778. margin: 0 30px 40px 20px;
  779. thead{
  780. background: #EFF0F9;
  781. }
  782. /*tr[code]{
  783. display: none;
  784. }*/
  785. th,td{
  786. height: 32px;
  787. box-sizing: border-box;
  788. padding: 0 20px;
  789. border:1px solid #E2E5EF;
  790. border-collapse: collapse;/*关键代码*/
  791. }
  792. th{
  793. font-size: 14px;
  794. font-weight: 500;
  795. }
  796. td{
  797. font-size: 14px;
  798. font-weight: 400;
  799. &.red{
  800. text-align: center;
  801. }
  802. }
  803. }
  804. }
  805. .high-light{
  806. background: @highlighBg;
  807. &.active{
  808. background: none;
  809. }
  810. }
  811. .scroll-table{
  812. thead,tbody{
  813. display: block;
  814. width: 100%;
  815. box-sizing: border-box;
  816. th,td{
  817. width: 49%;
  818. display: inline-block;
  819. box-sizing: border-box;
  820. border: none;
  821. line-height: 32px;
  822. &:first-child{
  823. width: 30%;
  824. border-right: 1px @tableBorderColor solid;
  825. }
  826. &:last-child{
  827. width: 20%;
  828. border-left: 1px @tableBorderColor solid;
  829. }
  830. }
  831. td[colspan]{
  832. border-right: none;
  833. border-left: none;
  834. }
  835. }
  836. thead{
  837. border-bottom: 1px @tableBorderColor solid;
  838. tr{
  839. width: calc(100% - 18px);
  840. border-bottom:none;
  841. }
  842. }
  843. tbody{
  844. overflow-y: auto;
  845. }
  846. tr{
  847. display: block;
  848. border-bottom: 1px @tableBorderColor solid;
  849. &:last-child{
  850. border-bottom: none;
  851. }
  852. }
  853. tr,td[colspan]{
  854. width: 100%;
  855. box-sizing: border-box;
  856. }
  857. }
  858. .modal .modal-footer a.cancel{
  859. display: none;
  860. color: #FF4D4F;
  861. border-color: #FF4D4F;
  862. margin-right: 16px;
  863. }
  864. .checkTipsBox{
  865. width:184px;
  866. height:112px;
  867. }
  868. .checkImg{
  869. width: 40px;
  870. position: relative;
  871. top: 20px;
  872. left: 50%;
  873. margin-left: -20px;
  874. }
  875. .checkTxt{
  876. color: #fff;
  877. top: 10px;
  878. margin-top: 10px;
  879. text-align: center;
  880. position: relative;
  881. width: 100%;
  882. opacity: .5;
  883. }
  884. .liExtend{
  885. position: absolute;
  886. left: -3px;
  887. width: 3px;
  888. height: 100%;
  889. }