abnormal.less 7.8 KB

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