myClient.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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. .ContactsList{float: right;}
  85. #demand-form {
  86. .half-item {
  87. float: left;
  88. width: 50%;
  89. margin-bottom: 10px;
  90. }
  91. .item-title {
  92. line-height: 30px;
  93. font-size: 14px;
  94. color: #666;
  95. }
  96. .form-title {
  97. font-size: 16px;
  98. color: #333;
  99. }
  100. .keyWord-tips {
  101. >button {
  102. vertical-align: middle;
  103. }
  104. }
  105. .set-submit {
  106. margin-right: 20px;
  107. }
  108. .demandDetailShow-upload {
  109. .anticon-eye-o {
  110. margin-left: -8px;
  111. }
  112. .anticon-delete {
  113. display: none
  114. }
  115. }
  116. }
  117. .ant-modal-content {
  118. .modal-submit {
  119. margin-left: 20px;
  120. }
  121. }
  122. .demand-order-content {
  123. .ant-row {
  124. margin-bottom: 20px;
  125. }
  126. .ant-input-number-handler-wrap {
  127. display: none
  128. }
  129. }
  130. .ant-table-thead {
  131. .ant-table-selection-column {
  132. .ant-checkbox-wrapper {
  133. display: none;
  134. }
  135. }
  136. }