comprehensive.less 4.4 KB

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