qcScore.less 18 KB

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