public.less 2.6 KB

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