myClient.less 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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. >input,
  15. >button,
  16. .ant-select {
  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. .tabcolor .ant-table-thead > tr > th{background: none!important;}
  32. .avatar-uploader,
  33. .avatar-uploader-trigger,
  34. .avatar {
  35. width: 150px;
  36. height: 150px;
  37. }
  38. .modal-box-title{float: left;}
  39. .modal-box-detail{margin-left: 10px;vertical-align: top;float: left;margin-top: 0px;width: 160px!important;}
  40. .avatar-uploader-trigger {
  41. display: table-cell;
  42. vertical-align: middle;
  43. font-size: 28px;
  44. color: #999;
  45. }
  46. .avatar-uploader {
  47. display: block;
  48. padding: 1px;
  49. border: 1px dashed #d9d9d9;
  50. border-radius: 6px;
  51. cursor: pointer;
  52. position: relative;
  53. img {
  54. position: absolute;
  55. top: -1px;
  56. left: -1px;
  57. height: 150px;
  58. } //
  59. float: left;
  60. margin-right: 20px;
  61. }
  62. .patent-addNew {
  63. float: right;
  64. margin-left: 20px;
  65. >* {
  66. float: left;
  67. margin-right: 20px;
  68. }
  69. .addButton {
  70. background: #ea0862;
  71. color: #fff;
  72. border: none;
  73. border-radius: 4px;
  74. padding: 4px 10px;
  75. }
  76. .addButton:hover {
  77. background: #ea0862;
  78. }
  79. }
  80. .ant-modal-footer{text-align: left;}
  81. .ant-modal-footer button{width: 100px;margin-top: 15px;margin-bottom: 15px;}
  82. .ant-modal-footer button:first-child{margin-left: 80px;margin-right: 30px;}
  83. .ant-modal-title{font-size: 16px;}
  84. .saveBtn{margin-left: 190px;margin-right: 30px;margin-top: 20px;margin-bottom: 50px;}
  85. .ContactsList{float: right;margin-right: 100px;margin-bottom: 30px;margin-top: 10px;}
  86. .pictures .ant-row{display: inline-block;width: 550px;}
  87. #demand-form {
  88. .half-item {
  89. float: left;
  90. width: 50%;
  91. margin-bottom: 10px;
  92. }
  93. .item-title {
  94. line-height: 30px;
  95. font-size: 14px;
  96. color: #666;
  97. }
  98. .form-title {
  99. font-size: 16px;
  100. color: #333;
  101. }
  102. .keyWord-tips {
  103. >button {
  104. vertical-align: middle;
  105. }
  106. }
  107. .set-submit {
  108. margin-right: 20px;
  109. }
  110. .demandDetailShow-upload {
  111. .anticon-eye-o {
  112. margin-left: -8px;
  113. }
  114. .anticon-delete {
  115. display: none
  116. }
  117. }
  118. }
  119. .ant-modal-content {
  120. .modal-submit {
  121. margin-left: 20px;
  122. }
  123. }
  124. .demand-order-content {
  125. .ant-row {
  126. margin-bottom: 20px;
  127. }
  128. .ant-input-number-handler-wrap {
  129. display: none
  130. }
  131. }
  132. .ant-table-thead {
  133. .ant-table-selection-column {
  134. .ant-checkbox-wrapper {
  135. display: none;
  136. }
  137. }
  138. }
  139. .certain-category-search.ant-select-auto-complete .ant-input-affix-wrapper .ant-input-suffix {
  140. right: 12px;
  141. }
  142. .certain-category-search-dropdown .ant-select-dropdown-menu-item-group-title {
  143. color: #666;
  144. font-weight: bold;
  145. }
  146. .certain-category-search-dropdown .ant-select-dropdown-menu-item-group {
  147. border-bottom: 1px solid #F6F6F6;
  148. }
  149. .certain-category-search-dropdown .ant-select-dropdown-menu-item {
  150. padding-left: 16px;
  151. }
  152. .certain-category-search-dropdown .ant-select-dropdown-menu-item.show-all {
  153. text-align: center;
  154. cursor: default;
  155. }
  156. .certain-category-search-dropdown .ant-select-dropdown-menu {
  157. max-height: 300px;
  158. }
  159. .certain-search-item-count {
  160. position: absolute;
  161. color: #999;
  162. right: 16px;
  163. }
  164. .certain-category-search.ant-select-focused .certain-category-icon {
  165. color: #108ee9;
  166. }
  167. .certain-category-icon {
  168. color: #6E6E6E;
  169. transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  170. font-size: 16px;
  171. }