base.less 791 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. body {
  2. color: #333;
  3. font-size: 14px;
  4. background: #f0f0f0;
  5. }
  6. #root {
  7. width: 100%;
  8. height: 100%;
  9. min-width: 960px;
  10. .wrap {
  11. height: 100%;
  12. }
  13. }
  14. .header {
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. height: 100px;
  19. width: 100%;
  20. background: #fff;
  21. box-shadow: 0 2px 6px 0px #ccc;
  22. }
  23. .clearfix:before,
  24. .clearfix:after {
  25. content: ".";
  26. display: block;
  27. height: 0;
  28. clear: both;
  29. visibility: hidden;
  30. overflow: hidden;
  31. }
  32. .footer {
  33. border-top: 1px solid #d8d8d8;
  34. }
  35. // .ant-modal-content {
  36. // .ant-modal-body {
  37. // .ant-form {
  38. // .ant-form-item {
  39. // .ant-form-item-control {
  40. // text-align: center;
  41. // }
  42. // }
  43. // }
  44. // }
  45. // }