public.less 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. .user-content {
  2. width: 100%;
  3. height: 100%;
  4. // background: #f0f0f0;
  5. background: #D2D2D2;
  6. padding-bottom: 20px;
  7. .content-title {
  8. font-size: 16px;
  9. display: flex;
  10. flex-direction: row;
  11. align-items: center;
  12. padding: 15px 80px;
  13. background: rgb(32, 33, 36);
  14. color: #fff;
  15. .content-logo {
  16. width: 80px;
  17. margin-right: 10px;
  18. border-radius: 50%;
  19. background: #fff;
  20. }
  21. }
  22. .user-search {
  23. .button {
  24. height: 40px;
  25. margin-top: 10px;
  26. display: flex;
  27. flex-direction: row-reverse;
  28. }
  29. >input {
  30. width: 140px;
  31. }
  32. >input,
  33. >button,
  34. .ant-calendar-picker,
  35. .ant-select {
  36. margin-top: 10px;
  37. margin-right: 10px;
  38. }
  39. .ant-switch {
  40. margin-left: 10px;
  41. }
  42. .search-more {
  43. margin: 10px 0;
  44. }
  45. .search-div {
  46. display: inline-block;
  47. margin-top: 10px;
  48. margin-right: 10px;
  49. }
  50. }
  51. .patent-table {
  52. width: 96%;
  53. flex: 1;
  54. height: 100%;
  55. margin: 20px auto 0;
  56. padding: 20px 30px;
  57. background: #fff;
  58. border-radius: 10px;
  59. }
  60. }
  61. button:focus,
  62. button:active {
  63. outline: none
  64. }
  65. .btnRight button {
  66. margin-right: 10px;
  67. }
  68. .half-item {
  69. width: 50%;
  70. display: inline-block;
  71. }
  72. .large-item {
  73. float: left;
  74. width: 80%;
  75. margin-bottom: 10px;
  76. }
  77. table tr span,
  78. table tr td {
  79. overflow: hidden;
  80. white-space: nowrap;
  81. text-overflow: ellipsis;
  82. -o-text-overflow: ellipsis;
  83. }
  84. .patent-addNew {
  85. float: right;
  86. margin-left: 20px;
  87. button {
  88. background: #ea0862;
  89. color: #fff;
  90. border: none;
  91. border-radius: 4px;
  92. padding: 6px 10px;
  93. margin-left: 20px;
  94. }
  95. button:hover {
  96. background: #ea0862;
  97. }
  98. }
  99. #demand-form {
  100. .half-item {
  101. float: left;
  102. width: 50%;
  103. margin-bottom: 10px;
  104. }
  105. .large-item {
  106. float: left;
  107. width: 80%;
  108. margin-bottom: 10px;
  109. }
  110. .item-title {
  111. line-height: 30px;
  112. font-size: 14px;
  113. color: #666;
  114. }
  115. .form-title {
  116. font-size: 16px;
  117. color: #333;
  118. }
  119. .keyWord-tips {
  120. >button {
  121. vertical-align: middle;
  122. }
  123. }
  124. .set-submit {
  125. margin-right: 20px;
  126. }
  127. .demandDetailShow-upload {
  128. .anticon-eye-o {
  129. margin-left: -8px;
  130. }
  131. .anticon-delete {
  132. display: none
  133. }
  134. }
  135. }
  136. .ant-modal-content {
  137. .modal-submit {
  138. margin-left: 20px;
  139. }
  140. }
  141. .ant-table-thead {
  142. .ant-table-selection-column {
  143. .ant-checkbox-wrapper {
  144. display: none;
  145. }
  146. }
  147. }
  148. thead>tr>.title-table {
  149. background-color: #F5F5F5 !important;
  150. }
  151. .ant-table-selection-column {
  152. background-color: #f5f5f5 !important;
  153. }
  154. .formitems {
  155. font-size: 12px;
  156. margin: 10px 0;
  157. color: rgba(0, 0, 0, 0.85);
  158. vertical-align: top;
  159. >p{
  160. margin-left: 24px;
  161. margin-top: 2px;
  162. }
  163. }