content.less 1.4 KB

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