qcScore.less 15 KB

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