public.less 2.6 KB

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