reset.less 8.9 KB

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