content.less 1.4 KB

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