userList.less 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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. .modal-box {
  77. overflow: hidden;
  78. line-height: 28px;
  79. margin-bottom: 10px;
  80. .modal-box-title {
  81. float: left;
  82. width: 84px;
  83. text-align: right;
  84. margin-right: 20px;
  85. }
  86. .modal-box-detail {
  87. float: left;
  88. width: 400px;
  89. >span {
  90. margin-right: 6px;
  91. }
  92. }
  93. >button {
  94. margin-right: 20px;
  95. }
  96. }
  97. }
  98. .admin-desc-content {
  99. #address,
  100. #licenceAddress,
  101. #locationAddress {
  102. select {
  103. height: 27px;
  104. border-radius: 4px;
  105. margin-right: 10px;
  106. border-color: #d9d9d9;
  107. }
  108. }
  109. }
  110. .ant-row {
  111. >div {
  112. margin-top: 20px;
  113. >span {
  114. line-height: 28px;
  115. }
  116. }
  117. }
  118. .level-tabs-modal {
  119. p {
  120. line-height: 36px;
  121. text-align: center;
  122. i {
  123. vertical-align: middle;
  124. font-size: 20px;
  125. color: #E85050
  126. }
  127. span {
  128. margin-left: 10px;
  129. }
  130. }
  131. }
  132. .no-all-select {
  133. .ant-table-selection {
  134. .ant-checkbox {
  135. display: none;
  136. }
  137. }
  138. }