techAchievement.less 1.6 KB

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