qcScore.less 20 KB

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