qcScore.less 7.3 KB

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