techAchievement.less 1.8 KB

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