qcScore.less 18 KB

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