base.less 986 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. @import "./variables.less";
  2. :global(.clearfix) {
  3. zoom: 1;
  4. }
  5. :global(.clearfix:after) {
  6. content: "";
  7. display: block;
  8. height: 0;
  9. clear: both;
  10. visibility: hidden;
  11. }
  12. :global(.hide) {
  13. display: none !important;
  14. }
  15. :global(.show) {
  16. display: block !important;
  17. }
  18. :global(.show-inline) {
  19. display: inline-block !important;
  20. }
  21. :global(.fix-center) {
  22. position: fixed;
  23. z-index: 20;
  24. margin: auto;
  25. margin-bottom: 50px;
  26. right: 0;
  27. left: 0;
  28. top: 50px;
  29. height: 85%;
  30. }
  31. button + button {
  32. margin-left: 10px;
  33. margin-bottom: 0;
  34. }
  35. :global(.fl) {
  36. float: left;
  37. }
  38. :global(.fr) {
  39. float: right;
  40. }
  41. :global(.icon) {
  42. margin: 0 8px 0 3px;
  43. display: inline-block;
  44. height: 23px;
  45. width: 16px;
  46. }
  47. html,body {
  48. font-size: @font-size-base;
  49. color: @B800;
  50. background: @body-bg;
  51. }
  52. :global(#root) {
  53. overflow: auto;
  54. }
  55. :global(.cb-box) {//下拉框
  56. }
  57. :global(.inline-box) {
  58. }
  59. :global(.mainsuit-box) {
  60. }