qcScore.less 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471
  1. @import './reset.less';
  2. .main-part{
  3. height: 100%;
  4. margin-top: 20px;
  5. }
  6. .waring {
  7. color: #FF4D4F;
  8. margin-top: 18px;
  9. height: 18px;
  10. }
  11. .patient-info{
  12. height: 50px;
  13. line-height: 50px;
  14. margin-top: 10px;
  15. span{
  16. margin-right: 40px;
  17. }
  18. }
  19. #patientInfo{
  20. height: 44px;
  21. line-height: 44px;
  22. text-align: center;
  23. background:linear-gradient(123deg,#5A8EEE 0%,#7EABFF 100%);
  24. span{
  25. color: #fff;
  26. }
  27. }
  28. .sub-menu{
  29. position: relative;
  30. width: @menuWt;
  31. height: 100%;
  32. float: left;
  33. overflow-y: auto;
  34. border-right: 1px @frameBdColor solid;
  35. .active{
  36. color: @activeColor;
  37. background: @activeBg;
  38. border-right: 3px @activeColor solid;
  39. }
  40. .list-1{
  41. position: relative;
  42. p:hover{
  43. color: @activeColor;
  44. }
  45. &:after{
  46. content: " ";
  47. display: inline-block;
  48. position: absolute;
  49. left: 270px;
  50. top:18px;
  51. width: 10px;
  52. height: 6px;
  53. background: url("../images/icon_down.png") no-repeat;
  54. }
  55. &.slide-up:after{
  56. transform: rotate(180deg);
  57. -webkit-transform: rotate(180deg);
  58. }
  59. ul{
  60. display: none;
  61. li.page{
  62. text-indent: 30px;
  63. }
  64. }
  65. }
  66. li{
  67. line-height: @menuLiHt;
  68. text-indent: 15px;
  69. cursor: pointer;
  70. }
  71. .copy-right{
  72. position: fixed;
  73. bottom: 0px;
  74. width: @menuWt+(-18px);
  75. text-align: center;
  76. font-size:12px;
  77. color: #aaa;
  78. background: #fff;
  79. padding: 10px 0 20px;
  80. }
  81. }
  82. .tab-container{
  83. margin-left: 310px;
  84. height: 100%;
  85. .content-box{
  86. width:70%;
  87. height: 100%;
  88. position: relative;
  89. overflow-y: auto;
  90. }
  91. .content-item{
  92. display: none;
  93. /*height: 100%;*/
  94. .content-item-wrapper{
  95. margin-bottom: 50px;
  96. }
  97. /**********危急值记录*************/
  98. &.danger-record{
  99. height:auto;
  100. .title{
  101. /*position: unset;*/
  102. }
  103. }
  104. .title{
  105. /*position: absolute;
  106. top: 0;*/
  107. width: 100%;
  108. color: #333333;
  109. font-size: 16px;
  110. text-align: center;
  111. font-weight: bold;
  112. height: 44px;
  113. line-height: 44px;
  114. border-bottom:1px #E2E5EF solid;
  115. text-indent: 20px;
  116. }
  117. .container{
  118. /*margin-top: 45px;*/
  119. padding: 20px 30px 0;
  120. height: 100%;
  121. /*overflow-y: auto;*/
  122. }
  123. .info-table{
  124. margin: 0 0 15px;
  125. }
  126. table{
  127. width: 100%;
  128. border:1px @tableBorderColor solid;
  129. }
  130. .inline-table{
  131. display: inline;
  132. border: none;
  133. td{
  134. border: none;
  135. }
  136. }
  137. .inner-table table{
  138. border: none;
  139. td{
  140. border: none;
  141. text-align: left;
  142. vertical-align: text-bottom;
  143. &[rowspan]{
  144. font-weight: bold;
  145. width: 100px;
  146. padding-left: 0;
  147. }
  148. }
  149. }
  150. .embed-table{
  151. border:1px @tableBorderColor solid;
  152. &>tbody>tr:first-child>td{
  153. padding: 0;
  154. border:none;
  155. &>table td{
  156. border:1px @tableBorderColor solid;
  157. line-height: 20px;
  158. padding: 7px 8px;
  159. }
  160. }
  161. .table-tip{
  162. text-align: left;
  163. }
  164. }
  165. th{
  166. table{
  167. border:none;
  168. }
  169. border:1px @tableBorderColor solid;
  170. background: @thBgColor;
  171. line-height: 20px;
  172. padding: 7px 8px;
  173. }
  174. td{
  175. text-align: center;
  176. border:1px @tableBorderColor solid;
  177. padding:7px 8px;
  178. height: 20px;
  179. table,td{
  180. border:none;
  181. }
  182. }
  183. .info-item{
  184. border-bottom: 1px @borderColor solid;
  185. .cont,.contP{
  186. display: inline-block;
  187. min-width: 33%;
  188. margin-bottom: 15px;
  189. span{
  190. line-height: 20px;
  191. vertical-align: middle;
  192. }
  193. .label{
  194. display: inline-block;
  195. /*min-width: 70px;*/
  196. font-weight: bold;
  197. overflow-x: hidden;
  198. }
  199. .revisitPlanTan{
  200. border: none;
  201. td{
  202. border: none;
  203. }
  204. }
  205. }
  206. .contP{
  207. display: block;
  208. }
  209. &.cont-2 .cont{
  210. min-width: 48%;
  211. }
  212. &.cont-4 .cont{
  213. min-width: 23%;
  214. }
  215. &.cont-5 .cont{
  216. min-width: 19%;
  217. }
  218. &.no-border{
  219. border-bottom: none;
  220. margin-bottom: 0;
  221. }
  222. margin-bottom: 10px;
  223. .info-title{
  224. font-weight: bold;
  225. margin-bottom: 10px;
  226. }
  227. }
  228. }
  229. .operation{
  230. width:28%;
  231. height: 100%;
  232. margin-right: 10px;
  233. position: relative;
  234. .flaw-title{
  235. position: absolute;
  236. top:0;
  237. width: 100%;
  238. height: 44px;
  239. color: #333333;
  240. font-weight: bold;
  241. line-height: 44px;
  242. border-bottom:1px #E2E5EF solid;
  243. /*margin-bottom: 20px;*/
  244. span{
  245. font-size: 16px;
  246. margin-left: 20px;
  247. }
  248. a{
  249. float: right;
  250. width: 66px;
  251. height: 28px;
  252. margin: 10px 20px 0 0;
  253. line-height: 28px;
  254. text-align: center;
  255. border-radius:4px;
  256. color: @activeColor;
  257. font-weight: normal;
  258. border:1px @activeColor solid;
  259. }
  260. }
  261. .flaw-box{
  262. margin-top: 45px;
  263. padding-top: 20px;
  264. height: 100%;
  265. overflow-y: auto;
  266. }
  267. .empty{
  268. /*display: none;*/
  269. margin-top: 120px;
  270. text-align: center;
  271. p{
  272. margin-top: 15px;
  273. font-size: 12px;
  274. text-indent: 10px;
  275. color: #aaa;
  276. }
  277. }
  278. .flaw-item{
  279. display: none;
  280. margin: 0 20px 10px 30px ;
  281. border-bottom:1px #E2E5EF solid;
  282. padding-bottom: 10px;
  283. .title{
  284. margin-bottom: 10px;
  285. }
  286. }
  287. }
  288. .oper{
  289. text-align: right;
  290. }
  291. }
  292. .edit-box{
  293. p{
  294. margin-bottom: 10px;
  295. .red{
  296. display: inline-block;
  297. width: auto;
  298. text-indent: 5px;
  299. }
  300. }
  301. .warning{
  302. display: none;
  303. }
  304. input{
  305. border:1px @borderColor solid;
  306. width: 300px;
  307. height: 38px;
  308. text-indent: 10px;
  309. line-height: 38px;
  310. border-radius:2px;
  311. }
  312. span{
  313. display: inline-block;
  314. width: 70px;
  315. margin-right: 20px;
  316. text-align: right;
  317. }
  318. }
  319. .standard_table {
  320. tr {
  321. td.standard_fst {
  322. width: 160px;
  323. }
  324. }
  325. }
  326. .wardRoundWrap {
  327. .container {
  328. .lineBlock {
  329. line-height: 22px;
  330. padding: 3px 0;
  331. .lineTitle {
  332. color:#333;
  333. font-weight: bold;
  334. }
  335. }
  336. .contentH4 {
  337. margin-top: 15px ;
  338. margin-bottom: 5px ;
  339. }
  340. .contentDetail {
  341. padding-left: 15px;
  342. }
  343. .wardRound {
  344. margin-right: 40px;
  345. padding: 7px 0;
  346. display: inline-block;
  347. i {
  348. font-weight: bold;
  349. color: #333333;
  350. }
  351. }
  352. .cont {
  353. margin-bottom: 35px;
  354. .wardRound-table {
  355. border: 0 none;
  356. td {
  357. border: 0 none;
  358. text-align: left;
  359. padding-left: 0;
  360. color: #333333;
  361. padding: 0 8px 3px 0;
  362. }
  363. .tdFstTitle {
  364. vertical-align: top;
  365. font-weight: bold;
  366. }
  367. }
  368. }
  369. }
  370. }
  371. /*******手术知情同意书*********/
  372. .surgery-book{
  373. .book-item{
  374. margin-bottom:15px;
  375. :not(:first-child){
  376. text-indent: 15px;
  377. }
  378. .intent{
  379. text-indent: 30px;
  380. }
  381. .intent-1{
  382. margin-left: 48px;
  383. text-indent: 0;
  384. }
  385. &.clearfix{
  386. p{
  387. width: 100%;
  388. }
  389. }
  390. .fr{
  391. margin-top: 25px;
  392. text-align: right;
  393. }
  394. }
  395. }
  396. /********术后首次病程记录及谈话记录*******/
  397. .surgery-af{
  398. .af-title{
  399. margin-bottom: 15px;
  400. span {
  401. display: inline-block;
  402. width: 50%;
  403. font-weight: bold;
  404. }
  405. }
  406. .cont{
  407. width: 100%;
  408. }
  409. }
  410. .textR{
  411. text-align: right;
  412. }
  413. .textL{
  414. text-align: left;
  415. }
  416. .textPreLine{
  417. white-space: pre-line;
  418. }
  419. /********缺陷总览*********/
  420. .flaw-table{
  421. height: 100%;
  422. overflow-y: auto;
  423. margin-right: 30px;
  424. .slide-up{
  425. cursor: pointer;
  426. &:before{
  427. display: inline-block;
  428. width: 14px;
  429. content: "+";
  430. font-size: 18px;
  431. color: #5A8EEE;
  432. }
  433. &.down:before{
  434. content: "-";
  435. }
  436. }
  437. table{
  438. width: 100%;
  439. border:1px solid #E2E5EF;
  440. border-collapse: collapse;/*关键代码*/
  441. margin-bottom: 40px;
  442. thead{
  443. background: #EFF0F9;
  444. }
  445. /*tr[code]{
  446. display: none;
  447. }*/
  448. th,td{
  449. height: 40px;
  450. box-sizing: border-box;
  451. padding: 0 20px;
  452. border:1px solid #E2E5EF;
  453. border-collapse: collapse;/*关键代码*/
  454. }
  455. th{
  456. font-size: 14px;
  457. font-weight: 500;
  458. }
  459. td{
  460. font-size: 14px;
  461. font-weight: 400;
  462. &.red{
  463. text-align: center;
  464. }
  465. }
  466. }
  467. }