itemDefectDetail.less 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. @import "./reset.less";
  2. .container{
  3. width: 100%;
  4. height: 100%;
  5. overflow: auto;
  6. background: #fff;
  7. }
  8. ul,li{
  9. list-style: none;
  10. }
  11. .partTitle{
  12. height: 54px;
  13. border-bottom: 10px @disColor solid;
  14. }
  15. h2{
  16. .h2;
  17. border-bottom: 10px @disColor solid;
  18. position: absolute;
  19. }
  20. .main-body{
  21. .main-body-com;
  22. border: none;
  23. border-left:10px @disColor solid;
  24. margin: 54px 0 0;
  25. min-width: 1090px;
  26. min-height: calc(100% - 84px);
  27. // overflow: auto;
  28. }
  29. table{
  30. .table;
  31. min-width: 1090px;
  32. th,td{
  33. padding:5px 10px;
  34. }
  35. th{
  36. white-space: nowrap;
  37. }
  38. th[code]{
  39. cursor: pointer;
  40. &:after{
  41. content:"";
  42. display:inline-block;
  43. width: 11px;
  44. height: 14px;
  45. margin-left: 4px;
  46. vertical-align: middle;
  47. background-size: 100%;
  48. background-image: url("../images/grey.png");
  49. }
  50. &.asc:after{
  51. background: url("../images/up_blue.png");
  52. background-size: 100%;
  53. }
  54. &.desc:after{
  55. background: url("../images/down_blue.png");
  56. background-size: 100%;
  57. }
  58. }
  59. td{
  60. white-space: nowrap;
  61. }
  62. .moduleNumber{
  63. text-align: center;
  64. }
  65. .scoreOperaItem{
  66. width: 50px;
  67. cursor: pointer;
  68. }
  69. }
  70. .tabFoot{
  71. height: 40px;
  72. background: none;
  73. /*border: 1px solid #E2E5EF;
  74. border-top: none;
  75. box-sizing: border-box;*/
  76. }
  77. .scoreOpera{
  78. height: 50px;
  79. line-height: 50px;
  80. margin: 0 20px 0 0;
  81. cursor: pointer;
  82. img{
  83. margin: 0 10px 0 0;
  84. vertical-align: middle;
  85. }
  86. }
  87. .recordScoreOperaBtn{
  88. cursor: pointer;
  89. color: @activeColor;
  90. }
  91. .recordScoreBtn{
  92. cursor: pointer;
  93. display: inline-block;
  94. width:68px;
  95. height:30px;
  96. line-height: 30px;
  97. text-align: center;
  98. border-radius:4px;
  99. box-sizing: border-box;
  100. border: 1px solid @activeColor;
  101. color: @activeColor;
  102. }
  103. .filterBox{
  104. position: relative;
  105. }
  106. .overAuto{
  107. display: table;
  108. padding-right: 20px;
  109. width: 100%;
  110. }
  111. .toggle-item{
  112. // display: none;
  113. }
  114. .filter-toggler{
  115. position: absolute;
  116. left: 1008px;
  117. top: 8px;
  118. color: #777;
  119. white-space: nowrap;
  120. font-size: 14px;
  121. background: url("../images/arrow_up.png") 60px center no-repeat;
  122. padding-right: 15px;
  123. background-size: 10px 6px;
  124. &.up{
  125. background: url("../images/arrow_down.png") 60px center no-repeat;
  126. background-size: 10px 6px;
  127. }
  128. }
  129. .filterItem{
  130. position: relative;
  131. display: inline-block;
  132. float: left;
  133. height: 40px;
  134. line-height: 40px;
  135. margin: 0 20px 10px 0;
  136. span{
  137. display: inline-block;
  138. line-height: 32px;
  139. position: relative;
  140. }
  141. input{
  142. width:120px;
  143. height:32px;
  144. border-radius:4px;
  145. border: 1px solid #E2E5EF;
  146. outline: none;
  147. margin-right: 10px;
  148. padding: 0 10px;
  149. box-sizing: border-box;
  150. }
  151. input:focus{
  152. border: 1px solid @activeColor ;
  153. outline: 0;
  154. -webkit-box-shadow:@activeColor 0px 0px 2px;
  155. -moz-box-shadow: @activeColor 0px 0px 2px;
  156. box-shadow: @activeColor 0px 0px 2px;
  157. }
  158. }
  159. .filterDropList{
  160. position: absolute;
  161. right: 0;
  162. max-height: 200px;
  163. overflow-y: auto;
  164. background: #fff;
  165. display: none;
  166. border: 1px solid #e4e7ed;
  167. box-shadow: 0 2px 12px 0 #e4e7ed;
  168. z-index: 2;
  169. li{
  170. padding: 0 10px;
  171. }
  172. }
  173. .deptList{
  174. width: 160px;
  175. max-height: 400px;
  176. }
  177. .levelList{
  178. width: 120px;
  179. // height: 200px;
  180. li:hover{
  181. background-color: #EEF4FF;
  182. cursor: pointer;
  183. }
  184. }
  185. .selectLevel,.selectDept{
  186. display: inline-block;
  187. position: relative;
  188. width:120px;
  189. padding: 0 10px;
  190. height:32px;
  191. border-radius:4px;
  192. border: 1px solid #E2E5EF;
  193. box-sizing: border-box;
  194. cursor: pointer;
  195. }
  196. .selectDept{
  197. width: 160px;
  198. }
  199. .filter,.reset,.export{
  200. display: inline-block;
  201. width:60px;
  202. height:32px;
  203. background:@activeColor;
  204. border-radius:4px;
  205. color: #fff;
  206. text-align: center;
  207. line-height: 32px;
  208. position: relative;
  209. top: 2px;
  210. cursor: pointer;
  211. float: left;
  212. margin: 0 0px 22px 0;
  213. }
  214. .export{
  215. height:34px;
  216. background: #fff;
  217. border-radius: 4px;
  218. color: #777;
  219. border: 1px solid #777;
  220. box-sizing: border-box;
  221. cursor: pointer;
  222. margin-left: 10px;
  223. float: left;
  224. top: 0px;
  225. }
  226. .arrow{
  227. position: absolute;
  228. width: 10px;
  229. top: 12px;
  230. right: 10px;
  231. }
  232. .iconCheck{
  233. width: 14px;
  234. }
  235. .fl{
  236. float: left;
  237. }
  238. .clearfix:after {
  239. content: '';
  240. height: 0;
  241. line-height: 0;
  242. display: block;
  243. visibility: hidden;
  244. clear: both;
  245. }
  246. .clearfix{
  247. zoom:1
  248. }
  249. .divide{
  250. margin: 0 10px;
  251. }
  252. .datapickerBox{
  253. position: relative;
  254. display: inline-block;
  255. width: 120px;
  256. height: 32px;
  257. input{
  258. position: absolute;
  259. }
  260. }
  261. .iconCalen{
  262. position: absolute;
  263. width: 15px;
  264. top: 10px;
  265. right: 10px;
  266. }
  267. .textCenter{
  268. text-align: center;
  269. }
  270. .patientNameSpan{
  271. color: @activeColor;
  272. cursor: pointer;
  273. }
  274. .deptItem:hover{
  275. background-color: #EEF4FF;
  276. cursor: pointer;
  277. }
  278. .ellipsis{
  279. overflow: hidden;
  280. text-overflow:ellipsis;
  281. white-space: nowrap;
  282. }
  283. .unSelect{
  284. color: #cfccd6
  285. }
  286. .pagination{
  287. margin: 35px 0 20px 0 ;
  288. text-align: right;
  289. }
  290. .totalSum{
  291. font-size:12px;
  292. line-height:17px;
  293. color: #777777;
  294. margin-right: 20px;
  295. }
  296. .pageNum,.prePage,.nextPage, .more{
  297. display: inline-block;
  298. width: 20px;
  299. cursor: pointer;
  300. margin: 0 20px 0 0;
  301. text-align: center;
  302. color: #777;
  303. }
  304. .prePage,.nextPage{
  305. img{
  306. position: relative;
  307. top: 0px ;
  308. }
  309. }
  310. .more{
  311. cursor: not-allowed;
  312. }
  313. .arrowPage{
  314. width: 6px;
  315. }
  316. .activePage{
  317. color: @activeColor;
  318. }
  319. .selectDefect{
  320. min-width: 120px;
  321. width: auto;
  322. display: inline-block;
  323. position: relative;
  324. padding: 0 10px;
  325. height:32px;
  326. border-radius:4px;
  327. border: 1px solid #E2E5EF;
  328. box-sizing: border-box;
  329. cursor: default;
  330. }