public.less 2.2 KB

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