abnormal.less 8.0 KB

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