public.less 1.9 KB

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