comprehensive.less 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. .patent-content {
  2. padding: 20px;
  3. background: #fff;
  4. .content-title {
  5. height: 27px;
  6. margin-bottom: 10px;
  7. >span {
  8. color: #333;
  9. font-size: 16px;
  10. margin-bottom: 10px;
  11. }
  12. .patent-addNew {
  13. float: right;
  14. margin-left: 20px;
  15. button {
  16. background: #ea0862;
  17. color: #fff;
  18. border: none;
  19. border-radius: 4px;
  20. padding: 6px 10px;
  21. }
  22. }
  23. }
  24. .patent-alert {
  25. font-size: 14px;
  26. padding: 8px 48px;
  27. >i {
  28. font-size: 19px;
  29. top: 8px;
  30. }
  31. }
  32. .patent-query {
  33. margin-bottom: 10px;
  34. >input {
  35. width: 180px;
  36. margin-right: 20px;
  37. }
  38. >div {
  39. margin-right: 20px;
  40. }
  41. button {
  42. margin-right: 20px;
  43. }
  44. >span {
  45. margin-left: 20px;
  46. >span {
  47. margin-left: 10px;
  48. }
  49. }
  50. .search-more {
  51. >div {
  52. >span {
  53. margin-right: 10px;
  54. margin-top: 10px;
  55. }
  56. >div {
  57. margin-right: 20px;
  58. margin-top: 10px;
  59. }
  60. }
  61. }
  62. }
  63. }
  64. .ant-modal-content {
  65. .ant-modal-header {
  66. padding: 10px 16px; //background: #2d2d2d;
  67. .ant-modal-title {
  68. //color: #fff;
  69. font-size: 16px;
  70. font-weight: 400;
  71. }
  72. }
  73. .ant-modal-body {
  74. padding: 16px 26px;
  75. .ant-form-item-label {
  76. text-align: left;
  77. }
  78. .ant-form-item-control {
  79. .mini-input {
  80. width: 50%;
  81. }
  82. .ant-checkbox-wrapper {
  83. margin-left: 60px;
  84. span {
  85. vertical-align: middle;
  86. }
  87. }
  88. }
  89. .ant-form-item {
  90. margin-bottom: 12px;
  91. }
  92. }
  93. .upload-file {
  94. display: inline-block;
  95. width: 150px;
  96. margin-right: 40px;
  97. margin-top: 20px;
  98. text-align: center;
  99. }
  100. }
  101. .patent-desc-content {
  102. .ant-modal-body {
  103. .express-desc-row {
  104. margin-bottom: 16px;
  105. >div {
  106. line-height: 28px;
  107. }
  108. .ant-col-4 {
  109. margin-right: 10px;
  110. }
  111. .ant-col-5 {
  112. margin-right: 10px;
  113. }
  114. }
  115. .patent-process-list {
  116. span {
  117. width: 180px;
  118. display: inline-block;
  119. }
  120. }
  121. >div {
  122. color: #333;
  123. margin-bottom: 10px;
  124. .download-file {
  125. a {
  126. display: inline-block;
  127. width: 100px;
  128. }
  129. }
  130. >p {
  131. margin-bottom: 10px;
  132. }
  133. >textarea {
  134. margin-top: 10px;
  135. }
  136. .widthHalf {
  137. display: inline-block;
  138. width: 50%;
  139. margin-bottom: 10px;
  140. input {
  141. width: 200px;
  142. }
  143. >span {
  144. display: inline-block;
  145. width: 110px;
  146. }
  147. }
  148. .widthThird {
  149. display: inline-block;
  150. width: 33%;
  151. }
  152. span {
  153. color: #666;
  154. }
  155. .avatar-uploader {
  156. float: left;
  157. margin-right: 40px;
  158. }
  159. }
  160. .avatar-text {
  161. span {
  162. margin-right: 40px;
  163. display: inline-block;
  164. width: 150px;
  165. text-align: center;
  166. }
  167. }
  168. }
  169. }
  170. .applyFee-desc-content {
  171. .ant-modal-body {
  172. >p {
  173. margin-bottom: 10px;
  174. }
  175. .applyFee-title {
  176. span {
  177. margin-right: 20px;
  178. font-size: 16px;
  179. }
  180. }
  181. .applyFee-fee {
  182. margin-bottom: 10px;
  183. >span {
  184. margin-right: 10px;
  185. }
  186. >input {
  187. width: 150px;
  188. }
  189. }
  190. div.applyFee-fee {
  191. span {
  192. line-height: 22px;
  193. vertical-align: middle;
  194. }
  195. }
  196. }
  197. }
  198. // .ant-select-dropdown {
  199. // .ant-select-dropdown-menu {
  200. // li:first-child {
  201. // display: none;
  202. // }
  203. // }
  204. // }