qcScore.less 8.7 KB

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