techDemand.less 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. .patent-addNew {
  34. float: right;
  35. margin-left: 20px;
  36. >* {
  37. float: left;
  38. margin-right: 20px;
  39. }
  40. .addButton {
  41. background: #ea0862;
  42. color: #fff;
  43. border: none;
  44. border-radius: 4px;
  45. padding: 4px 10px;
  46. }
  47. .addButton:hover {
  48. background: #ea0862;
  49. }
  50. }
  51. #demand-form {
  52. .half-item {
  53. float: left;
  54. width: 50%;
  55. margin-bottom: 10px;
  56. }
  57. .item-title {
  58. line-height: 30px;
  59. font-size: 14px;
  60. color: #666;
  61. }
  62. .form-title {
  63. font-size: 16px;
  64. color: #333;
  65. }
  66. .keyWord-tips {
  67. >button {
  68. vertical-align: middle;
  69. }
  70. }
  71. .set-submit {
  72. margin-right: 20px;
  73. }
  74. .demandDetailShow-upload {
  75. .anticon-eye-o {
  76. margin-left: -8px;
  77. }
  78. .anticon-delete {
  79. display: none
  80. }
  81. }
  82. }
  83. .ant-modal-content {
  84. .modal-submit {
  85. margin-left: 20px;
  86. }
  87. }
  88. .demand-order-content {
  89. .ant-row {
  90. margin-bottom: 20px;
  91. }
  92. .ant-input-number-handler-wrap {
  93. display: none
  94. }
  95. }
  96. .ant-table-thead {
  97. .ant-table-selection-column {
  98. .ant-checkbox-wrapper {
  99. display: none;
  100. }
  101. }
  102. }