userMangagement.less 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. .user-content {
  2. background: #fff;
  3. padding: 20px;
  4. .content-title {
  5. color: #333;
  6. font-size: 16px;
  7. overflow: hidden;
  8. }
  9. .user-search {
  10. margin-bottom: 10px;
  11. >input {
  12. width: 140px;
  13. }
  14. >button,
  15. .ant-select,
  16. >input {
  17. margin-right: 10px;
  18. margin-top: 10px;
  19. }
  20. .ant-switch {
  21. margin-left: 10px;
  22. }
  23. .search-more {
  24. margin: 10px 0;
  25. >span {
  26. margin-right: 10px;
  27. }
  28. }
  29. }
  30. }
  31. .half-item {
  32. float: left;
  33. width: 50%;
  34. min-height: 36px;
  35. margin-bottom: 10px;
  36. button {
  37. margin-left: 20px;
  38. }
  39. }
  40. .half-middle {
  41. width: 80%;
  42. margin: 10px auto;
  43. height: 36px;
  44. button {
  45. margin-left: 20px;
  46. }
  47. }
  48. .patent-table {
  49. clear: both;
  50. }
  51. .set-submit {
  52. margin-right: 20px;
  53. font-size: 16px;
  54. width: 80px;
  55. height: 30px;
  56. line-height: 30px;
  57. }
  58. .deletButton {
  59. float: right;
  60. margin-bottom: 15px;
  61. }
  62. .clearfix {
  63. clear: both;
  64. }
  65. .mandatory {
  66. color: red;
  67. margin-left: 8px;
  68. }
  69. .search-more .ant-select-auto-complete.ant-select-lg .ant-input {
  70. height: 28px
  71. }
  72. .rolesCol {
  73. width: 90%;
  74. }
  75. .setSave,
  76. .operations,
  77. .cancel {
  78. float: left;
  79. }
  80. .setSave {
  81. margin-right: 10px;
  82. margin-left: 188px;
  83. }
  84. .toVoid {
  85. float: left;
  86. margin-right: 10px;
  87. }
  88. .btnSave {
  89. text-align: center;
  90. margin-top: 10px;
  91. overflow: hidden;
  92. }
  93. .ant-calendar-picker-input {
  94. height: 27px;
  95. }
  96. /*变更说明*/
  97. .changeBorder .half-item {
  98. margin-bottom: 0;
  99. }
  100. .changeRemark {
  101. border-bottom: 1px solid #ccc;
  102. }
  103. .changeRemark div {
  104. margin-bottom: 0px;
  105. }
  106. .changeStatusTxt label {
  107. color: red;
  108. }
  109. .single {
  110. display: block;
  111. cursor: pointer;
  112. }
  113. .single:hover {
  114. background: skyblue;
  115. }
  116. .ant-tabs-bar {
  117. margin-bottom: 0;
  118. }
  119. .user-content .user-search {
  120. margin-top: 0 !important;
  121. }
  122. .ant-tabs-tab {
  123. font-weight: 900;
  124. }
  125. .ant-table-small .ant-table-thead>tr>th {
  126. background: #f5f5f5;
  127. }
  128. .light {
  129. // background: #87CEEB;
  130. background: #D3D3D3;
  131. // background: #CD8162;
  132. }
  133. .dark {
  134. background: white;
  135. // background: #87CEEB;
  136. }
  137. .contractchange {
  138. padding: 20px 0;
  139. position: relative;
  140. .cmask {
  141. position: absolute;
  142. inset: 0px;
  143. z-index: 10;
  144. display: flex;
  145. justify-content: center;
  146. padding-top: 200px;
  147. background: rgba(0, 0, 0, 0.7);
  148. border-radius: 4px;
  149. color: #fff;
  150. font-size: 24px;
  151. }
  152. }