reset.less 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  1. html,
  2. body,
  3. div,
  4. span,
  5. iframe,
  6. h1,
  7. h2,
  8. h3,
  9. h4,
  10. h5,
  11. h6,
  12. p,
  13. a,
  14. img,
  15. i,
  16. dl,
  17. dt,
  18. dd,
  19. ol,
  20. ul,
  21. li,
  22. label,
  23. tr,
  24. th,
  25. td,
  26. input {
  27. margin: 0;
  28. padding: 0;
  29. border: 0;
  30. font-size: 14px;
  31. font-style: normal;
  32. color: #333333;
  33. text-decoration: none;
  34. }
  35. html,
  36. body {
  37. font-family: 'Microsoft YaHei', arial, tahoma, sans-serif;
  38. color: #333333;
  39. height: 100%;
  40. overflow: hidden;
  41. }
  42. ol,
  43. ul {
  44. list-style: none;
  45. }
  46. li {
  47. list-style: none;
  48. }
  49. a {
  50. color: #000;
  51. }
  52. button {
  53. cursor: pointer;
  54. outline: none;
  55. background-color: #fff;
  56. border: 0 none;
  57. }
  58. table {
  59. border-collapse: collapse;
  60. border-spacing: 0;
  61. }
  62. .table{
  63. width: 100%;
  64. border:1px solid #E2E5EF;
  65. border-collapse: collapse;
  66. thead{
  67. background: #EFF0F9;
  68. }
  69. tr:nth-child(2n){
  70. background: #EFF1F6;
  71. }
  72. th,td{
  73. height: @trHeight;
  74. box-sizing: border-box;
  75. padding:0 10px;
  76. border:1px solid #E2E5EF;
  77. border-collapse: collapse;
  78. }
  79. th{
  80. font-size: 14px;
  81. font-weight: 500;
  82. }
  83. td{
  84. font-size: 14px;
  85. font-weight: 400
  86. }
  87. }
  88. input,
  89. textarea {
  90. border: none;
  91. margin: 0;
  92. padding: 0;
  93. outline: none;
  94. }
  95. .clearfix:after{
  96. content: "";
  97. display: block;
  98. height: 0;
  99. clear: both;
  100. visibility: hidden;
  101. }
  102. .clearfix {
  103. zoom: 1;
  104. }
  105. .fl{
  106. float: left;
  107. }
  108. .fr{
  109. float: right;
  110. }
  111. @headerHt:50px; /*logo栏高度*/
  112. @menuLiHt:40px; /*菜单项高度*/
  113. @menuWt:205px; /*菜单宽度*/
  114. @themeColor:#203463; //主题背景色
  115. @themeFontClr:#fff; //主题字体色
  116. @greyColor:#A5ADBF; //灰色二级
  117. @fstColor:#E9EBEF; //重要一级,菜单
  118. @secColor:#A5ADBF; //重要二级,菜单
  119. @trdColor:#6D7A97; //版权重要三级
  120. @darkLightBorderColor:#344876; //深色背景的分割线,border,浅色
  121. @darkDeepBorderColor:#4A5D8E; //深色背景的分割线,border,深点
  122. @themeBorderClr:#344876; //主题边框色
  123. @activeColor:#00A1FF; /*菜单项选中颜色*/
  124. @activeBg:#142753; /*菜单项选中背景*/
  125. @borderColor:#E2E5EF; /**边框颜色**/
  126. @frameBdColor:#F0F0F0;/***框架边框颜色**/
  127. @warnColor:#FF4D4F; /**重点红色**/
  128. @thBgColor:#EFF0F9; /**标题背景色**/
  129. @tableBorderColor:#E2E5EF; /**表格边框**/
  130. @trHeight:30px; /**表格行高**/
  131. .h2{
  132. width: 100%;
  133. /*box-sizing: border-box;*/
  134. z-index: 20;
  135. color: #51649C;
  136. height: 44px;
  137. line-height: 44px;
  138. /*padding: 0 0 0 15px;*/
  139. border-bottom: 10px solid #EFF1F6;
  140. font-size: 14px;
  141. text-indent: 20px;
  142. font-weight: normal;
  143. letter-spacing: 1px;
  144. }
  145. /****弹窗样式*****/
  146. .modal{
  147. position: fixed;
  148. top:0;
  149. left: 0;
  150. display: none;
  151. width: 100%;
  152. height: 100%;
  153. .cover{
  154. width: 100%;
  155. height: 100%;
  156. background: #000;
  157. opacity: .5;
  158. }
  159. .modal-box{
  160. position: absolute;
  161. top:50%;
  162. left: 50%;
  163. /*width: 400px;
  164. height: 255px;*/
  165. padding-bottom: 30px;
  166. margin-top:-180px;
  167. margin-left: -200px;
  168. background: #fff;
  169. border-radius:4px;
  170. }
  171. .modal-header{
  172. height: 40px;
  173. line-height: 40px;
  174. padding: 0 15px;
  175. border-bottom: 1px #E2E5EF solid;
  176. a{
  177. float: right;
  178. font-size: 18px;
  179. color: #8C8C8C;
  180. }
  181. }
  182. .modal-body{
  183. padding: 30px 65px 40px;
  184. }
  185. .modal-footer{
  186. /*position: absolute;
  187. bottom: 20px;
  188. width: 100%;*/
  189. height: 50px;
  190. line-height: 50px;
  191. text-align: center;
  192. a{
  193. width:80px;
  194. height:36px;
  195. color: #fff;
  196. background:@activeColor;
  197. border-radius:4px;
  198. padding:7px 26px;
  199. &.cancel{
  200. background: #fff;
  201. border:1px @activeColor solid;
  202. color:@activeColor;
  203. margin-left: 20px;
  204. }
  205. }
  206. }
  207. }
  208. .red{
  209. color: @warnColor;
  210. }
  211. .blue{
  212. color:@activeColor;
  213. }
  214. .alertModal {
  215. .modalBg {
  216. position: fixed;
  217. top: 0px;
  218. left: 0px;
  219. right: 0px;
  220. bottom: 0px;
  221. background: rgba(0, 0, 0, .3);
  222. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000);
  223. }
  224. .modalMain {
  225. width: 300px;
  226. // height: 200px;
  227. background-color: #fff;
  228. position: fixed;
  229. left: 50%;
  230. top: 30%;
  231. margin-left: -200px;
  232. padding-bottom: 34px;
  233. border-radius: 4px;
  234. overflow: hidden;
  235. }
  236. .title {
  237. border-bottom: 1px solid #eee;
  238. line-height: 40px;
  239. height: 40px;
  240. position: relative;
  241. padding-left: 15px;
  242. font-size: 14px;
  243. img {
  244. position: absolute;
  245. right: 0px;
  246. top: 0px;
  247. cursor: pointer;
  248. }
  249. }
  250. .content {
  251. padding: 25px 15px 0 15px;
  252. font-size: 14px;
  253. text-align: center;
  254. }
  255. .btns {
  256. height: 36px;
  257. text-align: center;
  258. span {
  259. border-radius: 5px;
  260. display: inline-block;
  261. // float: right;
  262. cursor: pointer;
  263. border: 1px solid #dedede;
  264. width: 80px;
  265. height: 36px;
  266. line-height: 36px;
  267. margin: 5px 5px 0;
  268. color: #333;
  269. border-radius: 3px;
  270. font-weight: 400;
  271. text-decoration: none;
  272. }
  273. .sure {
  274. background-color: @activeColor;
  275. border-color: #1E9FFF;
  276. color: #fff;
  277. }
  278. .quite {
  279. margin-left: 30px;
  280. margin-right: 30px;
  281. }
  282. }
  283. }
  284. .divModal {
  285. position: fixed;
  286. z-index: 9999;
  287. }
  288. .modaltip {
  289. position: fixed;
  290. top: 40%;
  291. left: 50%;
  292. padding: 10px;
  293. border-radius: 3px;
  294. color: #fff;
  295. background: rgba(0, 0, 0, .6);
  296. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000);
  297. }
  298. .loading {
  299. position: fixed;
  300. width: 100%;
  301. height: 100%;
  302. padding: 10px;
  303. border-radius: 3px;
  304. color: #fff;
  305. background: rgba(0, 0, 0, 0);
  306. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000);
  307. img {
  308. position: fixed;
  309. top: 50%;
  310. left: 50%;
  311. width: 40px;
  312. height: 40px;
  313. margin-left: -20px;
  314. margin-top: -20px;
  315. }
  316. }
  317. input::-webkit-input-placeholder{
  318. color:#ccc;
  319. }
  320. input::-moz-placeholder{ /* Mozilla Firefox 19+ */
  321. color:#ccc;
  322. }
  323. input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
  324. color:#ccc;
  325. }
  326. input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  327. color:#ccc;
  328. }
  329. .grayLine {
  330. height: 10px;
  331. background-color: #EFF1F6;
  332. }
  333. .partTitleT {
  334. height: 44px;
  335. }
  336. .partTitle {
  337. position: absolute;
  338. top: 0;
  339. right: 0;
  340. width: 100%;
  341. box-sizing: border-box;
  342. background-color: #fff;
  343. z-index: 20;
  344. height: 44px;
  345. line-height: 44px;
  346. padding-left: 15px;
  347. font-size: 14px;
  348. font-weight: normal;
  349. letter-spacing: 1px;
  350. min-width: 100px;
  351. p {
  352. display: inline-block;
  353. color: @themeColor;
  354. a {
  355. color: @themeColor;
  356. opacity: 70%;
  357. }
  358. span {
  359. color: @themeColor;
  360. }
  361. i {
  362. color: @themeColor;
  363. }
  364. }
  365. .dateDetail {
  366. font-size: 12px;
  367. color: #777777;
  368. margin-right: 30px;
  369. font-weight: normal;
  370. }
  371. .monthYear {
  372. float: right;
  373. margin-right: 20px;
  374. border: 1px solid @activeColor;
  375. height: 28px;
  376. line-height: 28px;
  377. border-radius: 4px;
  378. overflow: hidden;
  379. cursor: pointer;
  380. margin-top: 7px;
  381. span {
  382. width: 48px;
  383. height: 28px;
  384. line-height: 28px;
  385. display: inline-block;
  386. text-align: center;
  387. font-weight: normal;
  388. }
  389. .year {
  390. background-color: @activeColor;
  391. color: #fff;
  392. }
  393. .mon {
  394. color: @activeColor;
  395. }
  396. }
  397. }
  398. .partTitlePub span {
  399. color: @fstColor !important;
  400. }
  401. .filterBox {
  402. /*.filter {
  403. display: inline-block;
  404. width:60px;
  405. height:36px;
  406. background:@activeColor;
  407. border-radius:4px;
  408. color: #fff;
  409. text-align: center;
  410. line-height: 36px;
  411. position: relative;
  412. top: -1px;
  413. cursor: pointer;
  414. }*/
  415. .filterclear{
  416. display: inline-block;
  417. width:60px;
  418. height:30px;
  419. background:#fff;
  420. border-radius:4px;
  421. color: #777;
  422. border: 1px solid #777;
  423. text-align: center;
  424. line-height: 30px;
  425. position: relative;
  426. top: 2px;
  427. cursor: pointer;
  428. margin-left: 5px;
  429. }
  430. }
  431. .filterclearT {
  432. height: 32px !important;
  433. line-height: 32px !important;
  434. float: left;
  435. position: relative;
  436. top: 2px !important;
  437. }
  438. .goHomeDetail {
  439. color: #00A1F0;
  440. cursor: pointer;
  441. }
  442. .filterclear.abnormalClear {
  443. display: inline-block;
  444. width: 60px;
  445. height: 32px;
  446. line-height: 32px;
  447. background: #fff;
  448. border-radius: 4px;
  449. color: #777;
  450. border: 1px solid #777;
  451. box-sizing: border-box;
  452. text-align: center;
  453. position: relative;
  454. top: 0px !important;
  455. cursor: pointer;
  456. margin-left: 10px;
  457. float: left;
  458. }
  459. .filterItem,.patientNumInp,.filter,.moduleItemInp,.selectDept, .filterItem span {
  460. height: 32px !important;
  461. line-height: 32px !important;
  462. float: left;
  463. }
  464. .filterItem ,.filter {
  465. top: 0px !important;
  466. float: left !important;
  467. }
  468. .arrow{
  469. top: 13px !important;
  470. }
  471. .filterDropList {
  472. top: 31px !important;
  473. }
  474. .toggleSlide p {
  475. border: 1px solid #506597 !important;
  476. }
  477. .emptyBoxHome {
  478. text-align: center;
  479. position: absolute;
  480. width: 100%;
  481. top: 50%;
  482. margin-top: -48px;
  483. img {
  484. width: 50px;
  485. }
  486. p {
  487. color: #637192;
  488. margin-top: 5px;
  489. }
  490. }