techDemand.less 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .user-content {
  2. background: #fff;
  3. padding: 20px;
  4. .content-title {
  5. color: #333;
  6. font-size: 16px;
  7. }
  8. .user-search {
  9. margin-bottom: 10px;
  10. >input {
  11. width: 140px;
  12. }
  13. >input,
  14. >button,
  15. .ant-select {
  16. margin-right: 10px;
  17. margin-top: 10px;
  18. }
  19. .ant-switch {
  20. margin-left: 10px;
  21. }
  22. .search-more {
  23. margin: 10px 0;
  24. span {
  25. margin-right: 10px
  26. }
  27. }
  28. }
  29. }
  30. .btnRight button{
  31. margin-right: 10px;
  32. }
  33. .patent-addNew {
  34. float: right;
  35. margin-left: 20px;
  36. button {
  37. background: #ea0862;
  38. color: #fff;
  39. border: none;
  40. border-radius: 4px;
  41. padding: 6px 10px;
  42. margin-left: 20px;
  43. }
  44. button:hover {
  45. background: #ea0862;
  46. }
  47. }
  48. #demand-form {
  49. .half-item {
  50. float: left;
  51. width: 50%;
  52. margin-bottom: 10px;
  53. }
  54. .item-title {
  55. line-height: 30px;
  56. font-size: 14px;
  57. color: #666;
  58. }
  59. .form-title {
  60. font-size: 16px;
  61. color: #333;
  62. }
  63. .keyWord-tips {
  64. >button {
  65. vertical-align: middle;
  66. }
  67. }
  68. .set-submit {
  69. margin-right: 20px;
  70. }
  71. .demandDetailShow-upload {
  72. .anticon-eye-o {
  73. margin-left: -8px;
  74. }
  75. .anticon-delete {
  76. display: none
  77. }
  78. }
  79. }
  80. .ant-modal-content {
  81. .modal-submit {
  82. margin-left: 20px;
  83. }
  84. }
  85. .ant-table-thead {
  86. .ant-table-selection-column {
  87. .ant-checkbox-wrapper {
  88. display: none;
  89. }
  90. }
  91. }