qcScore.less 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869
  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. ul{
  230. display: block;
  231. }
  232. }
  233. & ul{
  234. display: none;
  235. left: 60px;
  236. position: absolute;
  237. width: 186px;
  238. background: @themeColor;
  239. border-radius:4px;
  240. box-shadow:1px 2px 20px -3px #000512;
  241. margin-left: 3px;
  242. z-index: 9;
  243. height: calc(100% - 80px);
  244. top: 60px;
  245. &:before{
  246. // content: "";
  247. // display: inline-block;
  248. // width: 8px;
  249. // height: 32px;
  250. // background: url("../images/ar.png") no-repeat;
  251. // position: absolute;
  252. // left: -8px;
  253. }
  254. li{
  255. height: 40px;
  256. line-height: 40px;
  257. color: @greyColor;
  258. text-indent: 30px;
  259. border-radius: 4px;
  260. &:hover,&.active{
  261. background: @activeBg;
  262. color: @activeColor;
  263. }
  264. }
  265. }
  266. &.menu-0{
  267. background: url("../images/total.png") 20px 9px no-repeat;
  268. &:hover,&.active{
  269. background: url("../images/total_a.png") @activeBg 20px 9px no-repeat;
  270. }
  271. }
  272. &.menu-6{
  273. background: url("../images/index.png") 20px 11px no-repeat;
  274. &:hover,&.active{
  275. background: url("../images/index_a.png") @activeBg 20px 11px no-repeat;
  276. }
  277. }
  278. &.menu-1{
  279. background: url("../images/inhis.png") 19px 11px no-repeat;
  280. &:hover,&.active{
  281. background: url("../images/inhis_a.png") @activeBg 19px 11px no-repeat;
  282. }
  283. }
  284. &.menu-37{
  285. background: url("../images/prod.png") 20px 10px no-repeat;
  286. &:hover,&.active{
  287. background: url("../images/prod_a.png") @activeBg 20px 10px no-repeat;
  288. }
  289. }
  290. &.menu-5{
  291. background: url("../images/out.png") 21px 11px no-repeat;
  292. &:hover,&.active{
  293. background: url("../images/out_a.png") @activeBg 21px 11px no-repeat;
  294. }
  295. }
  296. }
  297. }
  298. .tab-container{
  299. margin-left: @menuWt+15px;
  300. background: @disColor;
  301. /*height: 100%;*/
  302. .content-box{
  303. width:78%;
  304. height: 100%;
  305. background: #fff;
  306. position: relative;
  307. overflow-y: auto;
  308. border-right: 10px #EFF1F6 solid;
  309. border-left: 10px #EFF1F6 solid;
  310. box-sizing: border-box;
  311. }
  312. .content-item{
  313. display: none;
  314. /*height: 100%;*/
  315. .content-item-wrapper{
  316. margin-bottom: 50px;
  317. }
  318. /**********危急值记录*************/
  319. &.danger-record{
  320. height:auto;
  321. .title{
  322. /*position: unset;*/
  323. }
  324. }
  325. .title{
  326. /*position: absolute;
  327. top: 0;*/
  328. width: 100%;
  329. color: #333333;
  330. font-size: 16px;
  331. text-align: center;
  332. font-weight: bold;
  333. height: 44px;
  334. line-height: 44px;
  335. border-bottom:1px #E2E5EF solid;
  336. text-indent: 20px;
  337. }
  338. .container{
  339. /*margin-top: 45px;*/
  340. padding: 20px 30px 0;
  341. height: 100%;
  342. /*overflow-y: auto;*/
  343. }
  344. .info-table{
  345. margin: 0 0 15px;
  346. }
  347. table{
  348. width: 100%;
  349. border:1px @tableBorderColor solid;
  350. }
  351. .inline-table{
  352. display: inline;
  353. border: none;
  354. td{
  355. border: none;
  356. }
  357. }
  358. .inner-table table{
  359. border: none;
  360. td{
  361. border: none;
  362. text-align: left;
  363. vertical-align: text-bottom;
  364. &[rowspan]{
  365. font-weight: bold;
  366. width: 100px;
  367. padding-left: 0;
  368. }
  369. &.active{
  370. background: @anchorBg;
  371. }
  372. }
  373. }
  374. .embed-table{
  375. border:1px @tableBorderColor solid;
  376. &>tbody>tr:first-child>td{
  377. padding: 0;
  378. border:none;
  379. &>table td{
  380. border:1px @tableBorderColor solid;
  381. line-height: 20px;
  382. padding: 7px 8px;
  383. }
  384. }
  385. .table-tip{
  386. text-align: left;
  387. }
  388. }
  389. th{
  390. table{
  391. border:none;
  392. }
  393. border:1px @tableBorderColor solid;
  394. background: @thBgColor;
  395. line-height: 20px;
  396. padding: 7px 8px;
  397. }
  398. td{
  399. text-align: center;
  400. border:1px @tableBorderColor solid;
  401. padding:7px 8px;
  402. height: 20px;
  403. table,td{
  404. border:none;
  405. }
  406. }
  407. .info-item{
  408. border-bottom: 1px @borderColor solid;
  409. .text-left{
  410. width: 100%;
  411. text-align: right;
  412. }
  413. .cont{
  414. display: inline-block;
  415. min-width: 33%;
  416. margin-bottom: 5px;
  417. box-sizing: border-box;
  418. padding-left: 5px;
  419. &.active{
  420. background: @anchorBg;
  421. }
  422. span{
  423. line-height: 20px;
  424. vertical-align: middle;
  425. }
  426. .text-indent{
  427. text-indent: 28px;
  428. }
  429. .text-bold{
  430. font-weight: bold;
  431. }
  432. .label{
  433. display: inline-block;
  434. /*min-width: 70px;*/
  435. font-weight: bold;
  436. overflow-x: hidden;
  437. }
  438. .revisitPlanTan{
  439. border: none;
  440. td{
  441. border: none;
  442. }
  443. }
  444. }
  445. &.cont-2 .cont{
  446. min-width: 48%;
  447. }
  448. &.cont-4 .cont{
  449. min-width: 23%;
  450. }
  451. &.cont-5 .cont{
  452. min-width: 19%;
  453. }
  454. &.no-border{
  455. border-bottom: none;
  456. margin-bottom: 0;
  457. }
  458. margin-bottom: 10px;
  459. .info-title{
  460. font-weight: bold;
  461. margin-bottom: 10px;
  462. }
  463. }
  464. }
  465. .operation{
  466. width:calc(22% - 12px);
  467. height: 100%;
  468. margin-right: 10px;
  469. position: relative;
  470. background: #fff;
  471. display: none;
  472. .flaw-title{
  473. position: absolute;
  474. top:0;
  475. width: 100%;
  476. height: 44px;
  477. color: #333333;
  478. font-weight: bold;
  479. line-height: 44px;
  480. border-bottom:1px #E2E5EF solid;
  481. /*margin-bottom: 20px;*/
  482. span{
  483. font-size: 16px;
  484. margin-left: 15px;
  485. }
  486. a{
  487. float: right;
  488. width: 66px;
  489. height: 28px;
  490. margin: 10px 20px 0 0;
  491. line-height: 28px;
  492. text-align: center;
  493. border-radius:4px;
  494. color: @activeColor;
  495. font-weight: normal;
  496. border:1px @activeColor solid;
  497. }
  498. }
  499. .flaw-box{
  500. margin-top: 45px;
  501. padding-top: 5px;
  502. height: 100%;
  503. overflow-y: auto;
  504. }
  505. .flaw-item{
  506. display: none;
  507. position: relative;
  508. margin: 0 12px 10px 12px ;
  509. /*border-bottom:1px #E2E5EF solid;*/
  510. padding-bottom: 6px;
  511. &:after{
  512. display: block;
  513. content: "";
  514. width: 98%;
  515. height: 1px;
  516. background: @borderColor;
  517. position: absolute;
  518. bottom: -5px;
  519. left: 1%;
  520. }
  521. p{
  522. text-indent: 5px;
  523. }
  524. .opers{
  525. padding-right: 5px;
  526. }
  527. .title{
  528. box-sizing: border-box;
  529. padding:5px;
  530. .add-icon{
  531. font-size: 12px;
  532. display: inline-block;
  533. text-align: center;
  534. width:32px;
  535. height:14px;
  536. line-height: 14px;
  537. color: #FFAD00;
  538. border:1px #FFAD00 solid;
  539. border-radius:8px;
  540. margin-right: 6px;
  541. }
  542. }
  543. &.active .title{
  544. background: @anchorBg;
  545. }
  546. }
  547. }
  548. .oper{
  549. text-align: right;
  550. }
  551. }
  552. .empty{
  553. /*display: none;*/
  554. margin-top: 120px;
  555. text-align: center;
  556. img{
  557. width: 86px;
  558. }
  559. p{
  560. margin-top: 15px;
  561. font-size: 12px;
  562. text-indent: 10px;
  563. color: #aaa;
  564. }
  565. }
  566. .edit-box{
  567. p{
  568. margin-bottom: 10px;
  569. .red{
  570. display: inline-block;
  571. width: auto;
  572. text-indent: 5px;
  573. }
  574. }
  575. .warning{
  576. display: none;
  577. }
  578. input{
  579. border:1px @borderColor solid;
  580. width: 300px;
  581. height: 38px;
  582. text-indent: 10px;
  583. line-height: 38px;
  584. border-radius:2px;
  585. box-sizing: border-box;
  586. }
  587. .flaw-drop-input {
  588. padding-right: 28px;
  589. box-sizing: border-box;
  590. }
  591. #addQcMsg {
  592. padding-right: 0;
  593. }
  594. span{
  595. display: inline-block;
  596. width: 70px;
  597. margin-right: 12px;
  598. text-align: right;
  599. }
  600. }
  601. .add-box{
  602. .drop-box{
  603. position: relative;
  604. margin-bottom: 10px;
  605. &:after{
  606. content: "";
  607. display: inline-block;
  608. width: 13px;
  609. height: 7px;
  610. background: url("../images/arrow_down.png") no-repeat;
  611. background-size: 13px 7px;
  612. position: absolute;
  613. left: 365px;
  614. top: 16px;
  615. }
  616. }
  617. ul{
  618. display: none;
  619. position: absolute;
  620. right: 0;
  621. width: 300px;
  622. background: #fff;
  623. border:1px @tableBorderColor solid;
  624. max-height: 205px;
  625. overflow: auto;
  626. box-sizing: border-box;
  627. li{
  628. line-height: 25px;
  629. padding: 0 5px;
  630. cursor: pointer;
  631. white-space: nowrap;
  632. overflow: hidden;
  633. text-overflow: ellipsis;
  634. &:hover{
  635. background: @tableBorderColor;
  636. }
  637. }
  638. }
  639. .show{
  640. ul{
  641. display: block;
  642. }
  643. &:after{
  644. background-image: url("../images/arrow_up.png");
  645. }
  646. }
  647. }
  648. .standard_table {
  649. tr {
  650. td.standard_fst {
  651. width: 160px;
  652. }
  653. }
  654. }
  655. /*******手术知情同意书*********/
  656. .surgery-book{
  657. .book-item{
  658. margin-bottom:15px;
  659. :not(:first-child){
  660. text-indent: 15px;
  661. }
  662. .intent{
  663. text-indent: 30px;
  664. }
  665. .intent-1{
  666. margin-left: 48px;
  667. text-indent: 0;
  668. }
  669. &.clearfix{
  670. p{
  671. width: 100%;
  672. }
  673. }
  674. .fr{
  675. margin-top: 25px;
  676. text-align: right;
  677. }
  678. }
  679. }
  680. /********术后首次病程记录及谈话记录*******/
  681. .textR{
  682. text-align: right;
  683. }
  684. .textL{
  685. text-align: left;
  686. }
  687. .textPreLine{
  688. white-space: pre-line;
  689. }
  690. .textIndent30{
  691. text-indent:30px
  692. }
  693. .textBold{
  694. font-weight: bold;
  695. }
  696. .padL30{
  697. padding-left: 30px;
  698. }
  699. .displayInlineBlock{
  700. display: inline-block;
  701. }
  702. /********缺陷总览*********/
  703. .flaw-table{
  704. display: none;
  705. height: 97%;
  706. background: #fff;
  707. margin: 0 10px 10px;
  708. /*overflow-y: auto;
  709. margin: 0 30px 0 20px;*/
  710. .slide-up{
  711. cursor: pointer;
  712. color: @activeColor;
  713. &:before{
  714. display: inline-block;
  715. width: 14px;
  716. height: 14px;
  717. content: "";
  718. font-size: 18px;
  719. color: @activeColor;
  720. text-align: center;
  721. vertical-align: middle;
  722. margin-right: 4px;
  723. background: url("../images/slice.png") no-repeat;
  724. }
  725. &.down:before{
  726. background: url("../images/add.png") no-repeat;
  727. }
  728. }
  729. .page-item{
  730. display: none;
  731. h2{
  732. height: 44px;
  733. line-height: 44px;
  734. border-bottom: 1px @tableBorderColor solid;
  735. font-size: 16px;
  736. font-weight: normal;
  737. margin-bottom: 20px;
  738. text-indent: 20px;
  739. }
  740. }
  741. .interval-color{
  742. tr:nth-child(2n){
  743. background: #EFF1F6;
  744. }
  745. }
  746. table{
  747. width: 97%;
  748. border:1px solid #E2E5EF;
  749. border-collapse: collapse;/*关键代码*/
  750. /*margin-bottom: 40px;*/
  751. margin: 0 30px 40px 20px;
  752. thead{
  753. background: #EFF0F9;
  754. }
  755. /*tr[code]{
  756. display: none;
  757. }*/
  758. th,td{
  759. height: 32px;
  760. box-sizing: border-box;
  761. padding: 0 20px;
  762. border:1px solid #E2E5EF;
  763. border-collapse: collapse;/*关键代码*/
  764. }
  765. th{
  766. font-size: 14px;
  767. font-weight: 500;
  768. }
  769. td{
  770. font-size: 14px;
  771. font-weight: 400;
  772. &.red{
  773. text-align: center;
  774. }
  775. }
  776. }
  777. }
  778. .high-light{
  779. background: @highlighBg;
  780. &.active{
  781. background: none;
  782. }
  783. }
  784. .scroll-table{
  785. thead,tbody{
  786. display: block;
  787. width: 100%;
  788. box-sizing: border-box;
  789. th,td{
  790. width: 49%;
  791. display: inline-block;
  792. box-sizing: border-box;
  793. border: none;
  794. line-height: 32px;
  795. &:first-child{
  796. width: 30%;
  797. border-right: 1px @tableBorderColor solid;
  798. }
  799. &:last-child{
  800. width: 20%;
  801. border-left: 1px @tableBorderColor solid;
  802. }
  803. }
  804. td[colspan]{
  805. border-right: none;
  806. border-left: none;
  807. }
  808. }
  809. thead{
  810. border-bottom: 1px @tableBorderColor solid;
  811. tr{
  812. width: calc(100% - 18px);
  813. border-bottom:none;
  814. }
  815. }
  816. tbody{
  817. overflow-y: auto;
  818. }
  819. tr{
  820. display: block;
  821. border-bottom: 1px @tableBorderColor solid;
  822. &:last-child{
  823. border-bottom: none;
  824. }
  825. }
  826. tr,td[colspan]{
  827. width: 100%;
  828. box-sizing: border-box;
  829. }
  830. }
  831. .modal .modal-footer a.cancel{
  832. display: none;
  833. color: #FF4D4F;
  834. border-color: #FF4D4F;
  835. margin-right: 16px;
  836. }
  837. .checkTipsBox{
  838. width:184px;
  839. height:112px;
  840. }
  841. .checkImg{
  842. width: 40px;
  843. position: relative;
  844. top: 20px;
  845. left: 50%;
  846. margin-left: -20px;
  847. }
  848. .checkTxt{
  849. color: #fff;
  850. top: 10px;
  851. margin-top: 10px;
  852. text-align: center;
  853. position: relative;
  854. width: 100%;
  855. opacity: .5;
  856. }
  857. .liExtend{
  858. position: absolute;
  859. right: -3px;
  860. width: 3px;
  861. height: 40px;
  862. }