qcScore.less 8.5 KB

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