qcScore.less 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  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. }
  81. .content-item{
  82. display: none;
  83. height: 100%;
  84. .title{
  85. position: absolute;
  86. top: 0;
  87. width: 100%;
  88. color: #333333;
  89. font-size: 16px;
  90. text-align: center;
  91. font-weight: bold;
  92. height: 44px;
  93. line-height: 44px;
  94. border-bottom:1px #E2E5EF solid;
  95. text-indent: 20px;
  96. }
  97. .container{
  98. margin-top: 45px;
  99. padding: 20px 30px 0;
  100. height: 100%;
  101. overflow-y: auto;
  102. }
  103. .info-item{
  104. border-bottom: 1px @borderColor solid;
  105. margin-bottom: 10px;
  106. .info-title{
  107. font-weight: bold;
  108. margin-bottom: 10px;
  109. }
  110. }
  111. .cont{
  112. display: inline-block;
  113. min-width: 33%;
  114. margin-bottom: 15px;/*
  115. .table-tip{
  116. line-height: 20px;
  117. padding: 7px 8px;
  118. border:1px @tableBorderColor solid;
  119. }*/
  120. table{
  121. width: 100%;
  122. border:1px @tableBorderColor solid;
  123. }
  124. .embed-table{
  125. border:1px @tableBorderColor solid;
  126. &>tbody>tr:first-child>td{
  127. padding: 0;
  128. border:none;
  129. &>table td{
  130. border:1px @tableBorderColor solid;
  131. line-height: 20px;
  132. padding: 7px 8px;
  133. }
  134. }
  135. .table-tip{
  136. text-align: left;
  137. }
  138. }
  139. th{
  140. table{
  141. border:none;
  142. }
  143. border:1px @tableBorderColor solid;
  144. background: @thBgColor;
  145. line-height: 20px;
  146. padding: 7px 8px;
  147. }
  148. td{
  149. text-align: center;
  150. border:1px @tableBorderColor solid;
  151. padding:7px 8px;
  152. height: 20px;
  153. table,td{
  154. border:none;
  155. }
  156. }
  157. span{
  158. line-height: 20px;
  159. vertical-align: middle;
  160. }
  161. .label{
  162. display: inline-block;
  163. min-width: 70px;
  164. font-weight: bold;
  165. overflow-x: hidden;
  166. }
  167. }
  168. }
  169. .operation{
  170. width:28%;
  171. height: 100%;
  172. margin-right: 10px;
  173. position: relative;
  174. .flaw-title{
  175. position: absolute;
  176. top:0;
  177. width: 100%;
  178. height: 44px;
  179. color: #333333;
  180. font-weight: bold;
  181. line-height: 44px;
  182. border-bottom:1px #E2E5EF solid;
  183. /*margin-bottom: 20px;*/
  184. span{
  185. font-size: 16px;
  186. margin-left: 20px;
  187. }
  188. a{
  189. float: right;
  190. width: 66px;
  191. height: 28px;
  192. margin: 10px 20px 0 0;
  193. line-height: 28px;
  194. text-align: center;
  195. border-radius:4px;
  196. color: @activeColor;
  197. font-weight: normal;
  198. border:1px @activeColor solid;
  199. }
  200. }
  201. .flaw-box{
  202. margin-top: 45px;
  203. padding-top: 20px;
  204. height: 100%;
  205. overflow-y: auto;
  206. }
  207. .empty{
  208. /*display: none;*/
  209. margin-top: 120px;
  210. text-align: center;
  211. p{
  212. margin-top: 15px;
  213. font-size: 12px;
  214. text-indent: 10px;
  215. color: #aaa;
  216. }
  217. }
  218. .flaw-item{
  219. display: none;
  220. margin: 0 20px 10px 30px ;
  221. border-bottom:1px #E2E5EF solid;
  222. padding-bottom: 10px;
  223. .title{
  224. margin-bottom: 10px;
  225. }
  226. }
  227. }
  228. .oper{
  229. text-align: right;
  230. }
  231. }
  232. .edit-box{
  233. p{
  234. margin-bottom: 10px;
  235. .red{
  236. display: inline-block;
  237. width: auto;
  238. text-indent: 5px;
  239. }
  240. }
  241. .warning{
  242. display: none;
  243. }
  244. input{
  245. border:1px @borderColor solid;
  246. width: 300px;
  247. height: 38px;
  248. text-indent: 10px;
  249. line-height: 38px;
  250. border-radius:2px;
  251. }
  252. span{
  253. display: inline-block;
  254. width: 70px;
  255. margin-right: 20px;
  256. text-align: right;
  257. }
  258. }
  259. .wardRoundWrap {
  260. .container {
  261. .wardRound {
  262. margin-right: 50px;
  263. padding: 7px 0;
  264. display: inline-block;
  265. i {
  266. font-weight: bold;
  267. color: #333333;
  268. }
  269. }
  270. .cont {
  271. .wardRound-table {
  272. border: 0 none;
  273. td {
  274. border: 0 none;
  275. text-align: left;
  276. padding-left: 0;
  277. color: #333333;
  278. }
  279. .tdFstTitle {
  280. vertical-align: top;
  281. font-weight: bold;
  282. }
  283. }
  284. }
  285. }
  286. }