abnormal.less 7.6 KB

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