content.less 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. .acc-content {
  2. height: 100%;
  3. width: 100%;
  4. padding-bottom: 40px;
  5. background: #f0f0f0;
  6. .content-right {
  7. width: 84%;
  8. height: 100%;
  9. float: left;
  10. overflow-y: auto;
  11. padding: 20px;
  12. .ant-spin-nested-loading {
  13. height: 100%;
  14. .ant-spin-container {
  15. height: 100%;
  16. }
  17. }
  18. }
  19. .loading-container {
  20. text-align: center;
  21. margin-bottom: 20px;
  22. padding: 30px 50px;
  23. margin: 20px 0;
  24. }
  25. .content-container {
  26. background: #FFF;
  27. padding: 20px;
  28. }
  29. .content-title {
  30. color: #333;
  31. font-size: 16px;
  32. padding: 0 0 10px 0;
  33. }
  34. .content-body {
  35. min-height: 400px;
  36. }
  37. .content-search {
  38. margin-bottom: 6px;
  39. }
  40. .content-actions {
  41. float: right;
  42. margin-right: 20px;
  43. }
  44. }
  45. #content{
  46. box-sizing: border-box;
  47. padding: 10px 10px 50px;
  48. .contact-wrap{
  49. padding: 0;
  50. margin: 10px!important;
  51. }
  52. }
  53. .ant-modal-body {
  54. .half-item {
  55. float: left;
  56. width: 50%;
  57. margin-bottom: 10px;
  58. }
  59. .third-item {
  60. float: left;
  61. width: 33%;
  62. margin-bottom: 10px;
  63. >p {
  64. line-height: 30px;
  65. }
  66. }
  67. .item-title {
  68. line-height: 30px;
  69. font-size: 14px;
  70. color: #666;
  71. min-width: 100px;
  72. display: inline-block;
  73. }
  74. .form-title {
  75. font-size: 16px;
  76. color: #333;
  77. }
  78. }