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