content.less 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. .user-content {
  2. background: #fff;
  3. padding: 20px;
  4. .content-title {
  5. color: #333;
  6. font-size: 16px;
  7. }
  8. .user-search {
  9. margin-bottom: 10px;
  10. >input {
  11. width: 140px;
  12. }
  13. >* {
  14. margin-right: 10px;
  15. margin-top: 10px;
  16. }
  17. >input,
  18. >button,
  19. .ant-select {
  20. margin-top: 10px;
  21. margin-right: 10px;
  22. }
  23. .ant-switch {
  24. margin-left: 10px;
  25. }
  26. .search-more {
  27. margin: 10px 0;
  28. }
  29. .search-div {
  30. display: inline-block;
  31. margin-top: 10px;
  32. margin-right: 10px;
  33. }
  34. }
  35. }
  36. .ant-modal-body {
  37. .modal-box {
  38. overflow: hidden;
  39. line-height: 28px;
  40. margin-bottom: 10px;
  41. .modal-box-title {
  42. float: left;
  43. width: 84px;
  44. text-align: right;
  45. margin-right: 20px;
  46. }
  47. .modal-box-detail {
  48. float: left;
  49. width: 400px;
  50. >span {
  51. margin-right: 6px;
  52. }
  53. }
  54. >button {
  55. margin-right: 20px;
  56. }
  57. }
  58. }
  59. .no-all-select {
  60. .ant-table-selection {
  61. .ant-checkbox {
  62. display: none;
  63. }
  64. }
  65. }
  66. .addButton {
  67. float: right;
  68. margin-right: 50px !important;
  69. }
  70. .tip {
  71. color: red;
  72. font-size: 12px;
  73. }
  74. .division {
  75. margin: 0 auto;
  76. margin-top: 25px;
  77. width: 80%;
  78. }
  79. .fa {
  80. display: flex;
  81. justify-content: space-around;
  82. }
  83. // .ant-upload-select{
  84. // vertical-align: top;
  85. // }
  86. .ant-upload.ant-upload-select {
  87. vertical-align: top;
  88. }
  89. .ant-upload-list-item {
  90. font-size: 14px;
  91. }