qcScore.less 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  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. /**********危急值记录*************/
  86. &.danger-record{
  87. height:auto;
  88. .title{
  89. /*position: unset;*/
  90. }
  91. }
  92. .title{
  93. position: absolute;
  94. top: 0;
  95. width: 100%;
  96. color: #333333;
  97. font-size: 16px;
  98. text-align: center;
  99. font-weight: bold;
  100. height: 44px;
  101. line-height: 44px;
  102. border-bottom:1px #E2E5EF solid;
  103. text-indent: 20px;
  104. }
  105. .container{
  106. margin-top: 45px;
  107. padding: 20px 30px 0;
  108. height: 100%;
  109. overflow-y: auto;
  110. }
  111. .info-table{
  112. margin: 0 0 15px;
  113. }
  114. table{
  115. width: 100%;
  116. border:1px @tableBorderColor solid;
  117. }
  118. .inline-table{
  119. display: inline;
  120. border: none;
  121. td{
  122. border: none;
  123. }
  124. }
  125. .inner-table table{
  126. border: none;
  127. td{
  128. border: none;
  129. text-align: left;
  130. vertical-align: text-bottom;
  131. &[rowspan]{
  132. font-weight: bold;
  133. width: 100px;
  134. padding-left: 0;
  135. }
  136. }
  137. }
  138. .embed-table{
  139. border:1px @tableBorderColor solid;
  140. &>tbody>tr:first-child>td{
  141. padding: 0;
  142. border:none;
  143. &>table td{
  144. border:1px @tableBorderColor solid;
  145. line-height: 20px;
  146. padding: 7px 8px;
  147. }
  148. }
  149. .table-tip{
  150. text-align: left;
  151. }
  152. }
  153. th{
  154. table{
  155. border:none;
  156. }
  157. border:1px @tableBorderColor solid;
  158. background: @thBgColor;
  159. line-height: 20px;
  160. padding: 7px 8px;
  161. }
  162. td{
  163. text-align: center;
  164. border:1px @tableBorderColor solid;
  165. padding:7px 8px;
  166. height: 20px;
  167. table,td{
  168. border:none;
  169. }
  170. }
  171. .info-item{
  172. border-bottom: 1px @borderColor solid;
  173. .cont{
  174. display: inline-block;
  175. min-width: 33%;
  176. margin-bottom: 15px;
  177. span{
  178. line-height: 20px;
  179. vertical-align: middle;
  180. }
  181. .label{
  182. display: inline-block;
  183. /*min-width: 70px;*/
  184. font-weight: bold;
  185. overflow-x: hidden;
  186. }
  187. }
  188. &.cont-2 .cont{
  189. min-width: 48%;
  190. }
  191. &.cont-4 .cont{
  192. min-width: 23%;
  193. }
  194. &.cont-5 .cont{
  195. min-width: 19%;
  196. }
  197. &.no-border{
  198. border-bottom: none;
  199. margin-bottom: 0;
  200. }
  201. margin-bottom: 10px;
  202. .info-title{
  203. font-weight: bold;
  204. margin-bottom: 10px;
  205. }
  206. }
  207. }
  208. .operation{
  209. width:28%;
  210. height: 100%;
  211. margin-right: 10px;
  212. position: relative;
  213. .flaw-title{
  214. position: absolute;
  215. top:0;
  216. width: 100%;
  217. height: 44px;
  218. color: #333333;
  219. font-weight: bold;
  220. line-height: 44px;
  221. border-bottom:1px #E2E5EF solid;
  222. /*margin-bottom: 20px;*/
  223. span{
  224. font-size: 16px;
  225. margin-left: 20px;
  226. }
  227. a{
  228. float: right;
  229. width: 66px;
  230. height: 28px;
  231. margin: 10px 20px 0 0;
  232. line-height: 28px;
  233. text-align: center;
  234. border-radius:4px;
  235. color: @activeColor;
  236. font-weight: normal;
  237. border:1px @activeColor solid;
  238. }
  239. }
  240. .flaw-box{
  241. margin-top: 45px;
  242. padding-top: 20px;
  243. height: 100%;
  244. overflow-y: auto;
  245. }
  246. .empty{
  247. /*display: none;*/
  248. margin-top: 120px;
  249. text-align: center;
  250. p{
  251. margin-top: 15px;
  252. font-size: 12px;
  253. text-indent: 10px;
  254. color: #aaa;
  255. }
  256. }
  257. .flaw-item{
  258. display: none;
  259. margin: 0 20px 10px 30px ;
  260. border-bottom:1px #E2E5EF solid;
  261. padding-bottom: 10px;
  262. .title{
  263. margin-bottom: 10px;
  264. }
  265. }
  266. }
  267. .oper{
  268. text-align: right;
  269. }
  270. }
  271. .edit-box{
  272. p{
  273. margin-bottom: 10px;
  274. .red{
  275. display: inline-block;
  276. width: auto;
  277. text-indent: 5px;
  278. }
  279. }
  280. .warning{
  281. display: none;
  282. }
  283. input{
  284. border:1px @borderColor solid;
  285. width: 300px;
  286. height: 38px;
  287. text-indent: 10px;
  288. line-height: 38px;
  289. border-radius:2px;
  290. }
  291. span{
  292. display: inline-block;
  293. width: 70px;
  294. margin-right: 20px;
  295. text-align: right;
  296. }
  297. }
  298. .standard_table {
  299. tr {
  300. td.standard_fst {
  301. width: 160px;
  302. }
  303. }
  304. }
  305. .wardRoundWrap {
  306. .container {
  307. .lineBlock {
  308. line-height: 22px;
  309. padding: 3px 0;
  310. .lineTitle {
  311. color:#333;
  312. font-weight: bold;
  313. }
  314. }
  315. .contentH4 {
  316. margin-top: 15px ;
  317. margin-bottom: 5px ;
  318. }
  319. .contentDetail {
  320. padding-left: 15px;
  321. }
  322. .wardRound {
  323. margin-right: 40px;
  324. padding: 7px 0;
  325. display: inline-block;
  326. i {
  327. font-weight: bold;
  328. color: #333333;
  329. }
  330. }
  331. .cont {
  332. margin-bottom: 35px;
  333. .wardRound-table {
  334. border: 0 none;
  335. td {
  336. border: 0 none;
  337. text-align: left;
  338. padding-left: 0;
  339. color: #333333;
  340. padding: 0 8px 3px 0;
  341. }
  342. .tdFstTitle {
  343. vertical-align: top;
  344. font-weight: bold;
  345. }
  346. }
  347. }
  348. }
  349. }
  350. /*******手术知情同意书*********/
  351. .surgery-book{
  352. .book-item{
  353. margin-bottom:15px;
  354. :not(:first-child){
  355. text-indent: 15px;
  356. }
  357. .intent{
  358. text-indent: 30px;
  359. }
  360. .intent-1{
  361. margin-left: 48px;
  362. text-indent: 0;
  363. }
  364. .clearfix{
  365. p{
  366. width: 100%;
  367. }
  368. }
  369. .fr{
  370. margin-top: 25px;
  371. text-align: right;
  372. }
  373. }
  374. }
  375. /********术后首次病程记录及谈话记录*******/
  376. .surgery-af{
  377. .af-title{
  378. margin-bottom: 15px;
  379. span {
  380. display: inline-block;
  381. width: 50%;
  382. font-weight: bold;
  383. }
  384. }
  385. .cont{
  386. width: 100%;
  387. }
  388. }