userList.less 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. .level-tabs {
  32. padding: 0 20px;
  33. .level-tabs-title {
  34. >span {
  35. font-size: 14px;
  36. }
  37. >button {
  38. margin-left: 20px;
  39. }
  40. }
  41. .level-tabs-table {
  42. width: 600px;
  43. margin: 20px 0;
  44. }
  45. .level-checkbox {
  46. margin-top: 20px;
  47. }
  48. .level-tabs-save {
  49. margin-top: 20px;
  50. width: 600px;
  51. }
  52. }
  53. }
  54. .ant-modal-body {
  55. .orgAdd-input {
  56. margin-bottom: 20px;
  57. >span {
  58. display: inline-block;
  59. width: 100px;
  60. }
  61. }
  62. .set-submit {
  63. margin-right: 20px;
  64. }
  65. .idcard-imgbox {
  66. height: 200px;
  67. padding-top: 200px;
  68. position: relative;
  69. >img {
  70. position: absolute;
  71. top: 0;
  72. left: 0;
  73. height: 200px;
  74. }
  75. }
  76. }
  77. .admin-desc-content {
  78. #address,
  79. #licenceAddress,
  80. #locationAddress {
  81. select {
  82. height: 32px;
  83. border-radius: 4px;
  84. margin-right: 10px;
  85. border-color: #d9d9d9;
  86. }
  87. }
  88. }
  89. .ant-row {
  90. >div {
  91. margin-top: 20px;
  92. >span {
  93. line-height: 28px;
  94. }
  95. }
  96. }
  97. .level-tabs-modal {
  98. p {
  99. line-height: 36px;
  100. text-align: center;
  101. i {
  102. vertical-align: middle;
  103. font-size: 20px;
  104. color: #E85050
  105. }
  106. span {
  107. margin-left: 10px;
  108. }
  109. }
  110. }
  111. .no-all-select {
  112. .ant-table-selection {
  113. .ant-checkbox {
  114. display: none;
  115. }
  116. }
  117. }