uccDetail.less 7.3 KB

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