techDemand.less 1.8 KB

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