assertType.less 8.6 KB

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