qcScore.less 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  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. .cont{
  104. display: inline-block;
  105. min-width: 33%;
  106. margin-bottom: 15px;/*
  107. .table-tip{
  108. line-height: 20px;
  109. padding: 7px 8px;
  110. border:1px @tableBorderColor solid;
  111. }*/
  112. table{
  113. width: 100%;
  114. border:1px @tableBorderColor solid;
  115. }
  116. .embed-table{
  117. border:1px @tableBorderColor solid;
  118. &>tbody>tr:first-child>td{
  119. padding: 0;
  120. border:none;
  121. &>table td{
  122. border:1px @tableBorderColor solid;
  123. line-height: 20px;
  124. padding: 7px 8px;
  125. }
  126. }
  127. .table-tip{
  128. text-align: left;
  129. }
  130. }
  131. th{
  132. table{
  133. border:none;
  134. }
  135. border:1px @tableBorderColor solid;
  136. background: @thBgColor;
  137. line-height: 20px;
  138. padding: 7px 8px;
  139. }
  140. td{
  141. text-align: center;
  142. border:1px @tableBorderColor solid;
  143. padding:7px 8px;
  144. height: 20px;
  145. table,td{
  146. border:none;
  147. }
  148. }
  149. span{
  150. line-height: 20px;
  151. vertical-align: middle;
  152. }
  153. .label{
  154. display: inline-block;
  155. min-width: 70px;
  156. font-weight: bold;
  157. overflow-x: hidden;
  158. }
  159. }
  160. }
  161. .operation{
  162. width:28%;
  163. height: 100%;
  164. margin-right: 10px;
  165. position: relative;
  166. .flaw-title{
  167. position: absolute;
  168. top:0;
  169. width: 100%;
  170. height: 44px;
  171. color: #333333;
  172. font-weight: bold;
  173. line-height: 44px;
  174. border-bottom:1px #E2E5EF solid;
  175. /*margin-bottom: 20px;*/
  176. span{
  177. font-size: 16px;
  178. margin-left: 20px;
  179. }
  180. a{
  181. float: right;
  182. width: 66px;
  183. height: 28px;
  184. margin: 10px 20px 0 0;
  185. line-height: 28px;
  186. text-align: center;
  187. border-radius:4px;
  188. color: @activeColor;
  189. font-weight: normal;
  190. border:1px @activeColor solid;
  191. }
  192. }
  193. .flaw-box{
  194. margin-top: 45px;
  195. padding-top: 20px;
  196. height: 100%;
  197. overflow-y: auto;
  198. }
  199. .empty{
  200. /*display: none;*/
  201. margin-top: 120px;
  202. text-align: center;
  203. p{
  204. margin-top: 15px;
  205. font-size: 12px;
  206. text-indent: 10px;
  207. color: #aaa;
  208. }
  209. }
  210. .flaw-item{
  211. display: none;
  212. margin: 0 20px 10px 30px ;
  213. border-bottom:1px #E2E5EF solid;
  214. padding-bottom: 10px;
  215. .title{
  216. margin-bottom: 10px;
  217. }
  218. }
  219. }
  220. .oper{
  221. text-align: right;
  222. }
  223. }
  224. .edit-box{
  225. p{
  226. margin-bottom: 10px;
  227. .red{
  228. display: inline-block;
  229. width: auto;
  230. text-indent: 5px;
  231. }
  232. }
  233. .warning{
  234. display: none;
  235. }
  236. input{
  237. border:1px @borderColor solid;
  238. width: 300px;
  239. height: 38px;
  240. text-indent: 10px;
  241. line-height: 38px;
  242. border-radius:2px;
  243. }
  244. span{
  245. display: inline-block;
  246. width: 70px;
  247. margin-right: 20px;
  248. text-align: right;
  249. }
  250. }