techDemand.less 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. button:focus,button:active{
  31. outline: none
  32. }
  33. .btnRight button{
  34. margin-right: 10px;
  35. }
  36. .patent-addNew {
  37. float: right;
  38. margin-left: 20px;
  39. button {
  40. background: #ea0862;
  41. color: #fff;
  42. border: none;
  43. border-radius: 4px;
  44. padding: 6px 10px;
  45. margin-left: 20px;
  46. }
  47. button: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. .ant-table-thead {
  89. .ant-table-selection-column {
  90. .ant-checkbox-wrapper {
  91. display: none;
  92. }
  93. }
  94. }