techDemand.less 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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. >p {
  26. span {
  27. margin-right: 10px
  28. }
  29. }
  30. }
  31. }
  32. }
  33. .avatar-uploader,
  34. .avatar-uploader-trigger,
  35. .avatar {
  36. width: 150px;
  37. height: 150px;
  38. }
  39. .modal-box-title{float: left;}
  40. .modal-box-detail{margin-left: 10px;vertical-align: top;float: left;margin-top: 6px;width: 160px!important;}
  41. .avatar-uploader-trigger {
  42. display: table-cell;
  43. vertical-align: middle;
  44. font-size: 28px;
  45. color: #999;
  46. }
  47. .avatar-uploader {
  48. display: block;
  49. padding: 1px;
  50. border: 1px dashed #d9d9d9;
  51. border-radius: 6px;
  52. cursor: pointer;
  53. position: relative;
  54. img {
  55. position: absolute;
  56. top: -1px;
  57. left: -1px;
  58. height: 150px;
  59. } //
  60. float: left;
  61. margin-right: 20px;
  62. }
  63. .patent-addNew {
  64. float: right;
  65. margin-left: 20px;
  66. >* {
  67. float: left;
  68. margin-right: 20px;
  69. }
  70. .addButton {
  71. background: #ea0862;
  72. color: #fff;
  73. border: none;
  74. border-radius: 4px;
  75. padding: 4px 10px;
  76. }
  77. .addButton:hover {
  78. background: #ea0862;
  79. }
  80. }
  81. #demand-form {
  82. .half-item {
  83. float: left;
  84. width: 50%;
  85. margin-bottom: 10px;
  86. }
  87. .item-title {
  88. line-height: 30px;
  89. font-size: 14px;
  90. color: #666;
  91. }
  92. .form-title {
  93. font-size: 16px;
  94. color: #333;
  95. }
  96. .keyWord-tips {
  97. >button {
  98. vertical-align: middle;
  99. }
  100. }
  101. .set-submit {
  102. margin-right: 20px;
  103. }
  104. .demandDetailShow-upload {
  105. .anticon-eye-o {
  106. margin-left: -8px;
  107. }
  108. .anticon-delete {
  109. display: none
  110. }
  111. }
  112. }
  113. .ant-modal-content {
  114. .modal-submit {
  115. margin-left: 20px;
  116. }
  117. }
  118. .demand-order-content {
  119. .ant-row {
  120. margin-bottom: 20px;
  121. }
  122. .ant-input-number-handler-wrap {
  123. display: none
  124. }
  125. }
  126. .ant-table-thead {
  127. .ant-table-selection-column {
  128. .ant-checkbox-wrapper {
  129. display: none;
  130. }
  131. }
  132. }