jiaji.less 8.0 KB

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