base.less 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. body {
  2. color: #333;
  3. font-size: 14px;
  4. background: #f0f0f0;
  5. .ant-input-number,
  6. .ant-input-number-lg {
  7. .ant-input-number-handler-wrap {
  8. display: none;
  9. }
  10. }
  11. }
  12. #root {
  13. width: 100%;
  14. height: 100%;
  15. min-width: 960px;
  16. .wrap {
  17. height: 100%;
  18. }
  19. }
  20. .header {
  21. position: absolute;
  22. top: 0;
  23. left: 0;
  24. height: 100px;
  25. width: 100%;
  26. background: #fff;
  27. box-shadow: 0 2px 6px 0px #ccc;
  28. }
  29. .clearfix:before,
  30. .clearfix:after {
  31. content: ".";
  32. display: block;
  33. height: 0;
  34. clear: both;
  35. visibility: hidden;
  36. overflow: hidden;
  37. }
  38. .footer {
  39. border-top: 1px solid #d8d8d8;
  40. }
  41. // .ant-modal-content {
  42. // .ant-modal-body {
  43. // .ant-form {
  44. // .ant-form-item {
  45. // .ant-form-item-control {
  46. // text-align: center;
  47. // }
  48. // }
  49. // }
  50. // }
  51. // }
  52. @font-face {
  53. font-family: 'myiconfont';
  54. src: url('./iconfont/iconfont.eot');
  55. src: url('./iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('./iconfont/iconfont.woff') format('woff'), url('./iconfont/iconfont.ttf') format('truetype'), url('./iconfont/iconfont.svg#myiconfont') format('svg');
  56. }