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. font-size: 14px;
  120. background: url("../images/arrow_up.png") 60px center no-repeat;
  121. padding-right: 15px;
  122. background-size: 10px 6px;
  123. &.up{
  124. background: url("../images/arrow_down.png") 60px center no-repeat;
  125. background-size: 10px 6px;
  126. }
  127. }
  128. .filterItem{
  129. position: relative;
  130. display: inline-block;
  131. float: left;
  132. height: 40px;
  133. line-height: 40px;
  134. margin: 0 20px 10px 0;
  135. span{
  136. display: inline-block;
  137. line-height: 32px;
  138. position: relative;
  139. }
  140. input{
  141. width:120px;
  142. height:32px;
  143. border-radius:4px;
  144. border: 1px solid #E2E5EF;
  145. outline: none;
  146. margin-right: 10px;
  147. padding: 0 10px;
  148. box-sizing: border-box;
  149. }
  150. input:focus{
  151. border: 1px solid @activeColor ;
  152. outline: 0;
  153. -webkit-box-shadow:@activeColor 0px 0px 2px;
  154. -moz-box-shadow: @activeColor 0px 0px 2px;
  155. box-shadow: @activeColor 0px 0px 2px;
  156. }
  157. }
  158. .filterDropList{
  159. position: absolute;
  160. right: 0;
  161. max-height: 200px;
  162. overflow-y: auto;
  163. background: #fff;
  164. display: none;
  165. border: 1px solid #e4e7ed;
  166. box-shadow: 0 2px 12px 0 #e4e7ed;
  167. z-index: 2;
  168. li{
  169. padding: 0 10px;
  170. }
  171. }
  172. .deptList{
  173. width: 160px;
  174. max-height: 400px;
  175. }
  176. .levelList{
  177. width: 120px;
  178. // height: 200px;
  179. li:hover{
  180. background-color: #EEF4FF;
  181. cursor: pointer;
  182. }
  183. }
  184. .selectLevel,.selectDept{
  185. display: inline-block;
  186. position: relative;
  187. width:120px;
  188. padding: 0 10px;
  189. height:32px;
  190. border-radius:4px;
  191. border: 1px solid #E2E5EF;
  192. box-sizing: border-box;
  193. cursor: pointer;
  194. }
  195. .selectDept{
  196. width: 160px;
  197. }
  198. .filter,.reset,.export{
  199. display: inline-block;
  200. width:60px;
  201. height:32px;
  202. background:@activeColor;
  203. border-radius:4px;
  204. color: #fff;
  205. text-align: center;
  206. line-height: 32px;
  207. position: relative;
  208. top: 2px;
  209. cursor: pointer;
  210. float: left;
  211. margin: 0 0px 22px 0;
  212. }
  213. .export{
  214. height:34px;
  215. background: #fff;
  216. border-radius: 4px;
  217. color: #777;
  218. border: 1px solid #777;
  219. box-sizing: border-box;
  220. cursor: pointer;
  221. margin-left: 10px;
  222. float: left;
  223. top: 0px;
  224. }
  225. .arrow{
  226. position: absolute;
  227. width: 10px;
  228. top: 12px;
  229. right: 10px;
  230. }
  231. .iconCheck{
  232. width: 14px;
  233. }
  234. .fl{
  235. float: left;
  236. }
  237. .clearfix:after {
  238. content: '';
  239. height: 0;
  240. line-height: 0;
  241. display: block;
  242. visibility: hidden;
  243. clear: both;
  244. }
  245. .clearfix{
  246. zoom:1
  247. }
  248. .divide{
  249. margin: 0 10px;
  250. }
  251. .datapickerBox{
  252. position: relative;
  253. display: inline-block;
  254. width: 120px;
  255. height: 32px;
  256. input{
  257. position: absolute;
  258. }
  259. }
  260. .iconCalen{
  261. position: absolute;
  262. width: 15px;
  263. top: 10px;
  264. right: 10px;
  265. }
  266. .textCenter{
  267. text-align: center;
  268. }
  269. .patientNameSpan{
  270. color: @activeColor;
  271. cursor: pointer;
  272. }
  273. .deptItem:hover{
  274. background-color: #EEF4FF;
  275. cursor: pointer;
  276. }
  277. .ellipsis{
  278. overflow: hidden;
  279. text-overflow:ellipsis;
  280. white-space: nowrap;
  281. }
  282. .unSelect{
  283. color: #cfccd6
  284. }
  285. .pagination{
  286. margin: 35px 0 20px 0 ;
  287. text-align: right;
  288. }
  289. .totalSum{
  290. font-size:12px;
  291. line-height:17px;
  292. color: #777777;
  293. margin-right: 20px;
  294. }
  295. .pageNum,.prePage,.nextPage, .more{
  296. display: inline-block;
  297. width: 20px;
  298. cursor: pointer;
  299. margin: 0 20px 0 0;
  300. text-align: center;
  301. color: #777;
  302. }
  303. .prePage,.nextPage{
  304. img{
  305. position: relative;
  306. top: 0px ;
  307. }
  308. }
  309. .more{
  310. cursor: not-allowed;
  311. }
  312. .arrowPage{
  313. width: 6px;
  314. }
  315. .activePage{
  316. color: @activeColor;
  317. }
  318. .selectDefect{
  319. min-width: 120px;
  320. width: auto;
  321. color: #ccc;
  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. }