techDemand.less 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. .ant-checkbox-disabled + span{
  52. color: rgba(2, 0, 16, 0.45);
  53. }
  54. #demand-form {
  55. .half-item {
  56. float: left;
  57. width: 50%;
  58. margin-bottom: 10px;
  59. }
  60. .item-title {
  61. line-height: 30px;
  62. font-size: 14px;
  63. color: #666;
  64. }
  65. .form-title {
  66. font-size: 16px;
  67. color: #333;
  68. }
  69. .keyWord-tips {
  70. >button {
  71. vertical-align: middle;
  72. }
  73. }
  74. .set-submit {
  75. margin-right: 20px;
  76. }
  77. .demandDetailShow-upload {
  78. .anticon-eye-o {
  79. margin-left: -8px;
  80. }
  81. .anticon-delete {
  82. display: none
  83. }
  84. }
  85. }
  86. .ant-modal-content {
  87. .modal-submit {
  88. margin-left: 20px;
  89. }
  90. }
  91. .ant-table-thead {
  92. .ant-table-selection-column {
  93. .ant-checkbox-wrapper {
  94. display: none;
  95. }
  96. }
  97. }