content.less 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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: 10px 0;
  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{float: right;margin-right: 50px!important;}
  63. .tip{
  64. color: red;
  65. font-size: 12px;
  66. }
  67. .division{
  68. margin: 0 auto;
  69. margin-top: 25px;
  70. width: 80%;
  71. }
  72. .fa{
  73. display: flex;
  74. justify-content: space-around;
  75. }
  76. // .ant-upload-select{
  77. // vertical-align: top;
  78. // }
  79. .ant-upload.ant-upload-select{
  80. vertical-align: top;
  81. }
  82. .ant-upload-list-item{
  83. font-size: 14px;
  84. }
  85. .ant-modal-close-x {
  86. display: block;
  87. font-style: normal;
  88. text-align: center;
  89. text-transform: none;
  90. text-rendering: auto;
  91. width: 22px;
  92. height: 23px;
  93. line-height: 28px;
  94. font-size: 21px;
  95. }