copyright.less 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. .foster-content {
  2. padding: 20px;
  3. background: #fff;
  4. .content-title {
  5. line-height: 27px;
  6. >span {
  7. color: #333;
  8. font-size: 16px;
  9. margin-bottom: 10px;
  10. }
  11. }
  12. .foster-query {
  13. margin-bottom: 10px;
  14. >* {
  15. margin-top: 10px;
  16. margin-right: 20px;
  17. }
  18. .search-more {
  19. margin-top: 0;
  20. >span {
  21. margin-top: 10px;
  22. margin-right: 10px;
  23. }
  24. }
  25. }
  26. }
  27. .patent-addNew {
  28. float: right;
  29. margin-left: 20px;
  30. button {
  31. background: #ea0862;
  32. color: #fff;
  33. border: none;
  34. border-radius: 4px;
  35. padding: 6px 10px;
  36. margin-left: 20px;
  37. }
  38. button:hover {
  39. background: #ea0862;
  40. }
  41. }
  42. .patent-content {
  43. padding: 20px;
  44. background: #fff;
  45. .content-title {
  46. height: 27px;
  47. margin-bottom: 10px;
  48. >span {
  49. color: #333;
  50. font-size: 16px;
  51. margin-bottom: 10px;
  52. }
  53. .patent-addNew {
  54. float: right;
  55. margin-left: 20px;
  56. button {
  57. background: #ea0862;
  58. color: #fff;
  59. border: none;
  60. border-radius: 4px;
  61. padding: 6px 10px;
  62. }
  63. }
  64. }
  65. .patent-alert {
  66. font-size: 14px;
  67. padding: 8px 48px;
  68. >i {
  69. font-size: 19px;
  70. top: 8px;
  71. }
  72. }
  73. .patent-query {
  74. margin-bottom: 10px;
  75. >input {
  76. width: 180px;
  77. margin-right: 20px;
  78. }
  79. >div {
  80. margin-right: 20px;
  81. }
  82. button {
  83. margin-left: 20px;
  84. }
  85. >span {
  86. margin-left: 20px;
  87. >span {
  88. margin-left: 10px;
  89. }
  90. }
  91. .search-more {
  92. >p {
  93. margin-top: 10px;
  94. >span {
  95. margin-right: 10px;
  96. }
  97. }
  98. >div {
  99. margin-top: 10px;
  100. >div {
  101. margin-right: 20px;
  102. }
  103. }
  104. }
  105. }
  106. }
  107. .ant-modal-content {
  108. .ant-modal-header {
  109. padding: 10px 16px; //background: #2d2d2d;
  110. .ant-modal-title {
  111. //color: #fff;
  112. font-size: 16px;
  113. font-weight: 400;
  114. }
  115. }
  116. .ant-modal-body {
  117. padding: 16px 26px;
  118. .ant-form-item-label {
  119. text-align: left;
  120. }
  121. .ant-form-item-control {
  122. .mini-input {
  123. width: 50%;
  124. }
  125. .ant-checkbox-wrapper {
  126. margin-left: 60px;
  127. span {
  128. vertical-align: middle;
  129. }
  130. }
  131. }
  132. .ant-form-item {
  133. margin-bottom: 12px;
  134. }
  135. }
  136. .avatar-uploader,
  137. .avatar-uploader-trigger,
  138. .avatar {
  139. width: 150px;
  140. height: 150px;
  141. }
  142. .avatar-uploader {
  143. display: block;
  144. border: 1px dashed #d9d9d9;
  145. border-radius: 6px;
  146. cursor: pointer;
  147. }
  148. .avatar-uploader-trigger {
  149. display: table-cell;
  150. vertical-align: middle;
  151. font-size: 28px;
  152. color: #999;
  153. }
  154. }
  155. .patent-desc-content {
  156. .ant-modal-body {
  157. .express-desc-row {
  158. margin-bottom: 16px;
  159. >div {
  160. line-height: 28px;
  161. }
  162. .ant-col-4 {
  163. margin-right: 10px;
  164. }
  165. .ant-col-5 {
  166. margin-right: 10px;
  167. }
  168. }
  169. .patent-process-list {
  170. span {
  171. width: 180px;
  172. display: inline-block;
  173. }
  174. }
  175. >div {
  176. color: #333;
  177. margin-bottom: 10px;
  178. >p {
  179. margin-bottom: 10px;
  180. }
  181. >textarea {
  182. margin-top: 10px;
  183. }
  184. .widthHalf {
  185. display: inline-block;
  186. width: 50%;
  187. input {
  188. width: 200px;
  189. }
  190. .two2four {
  191. letter-spacing: 2em;
  192. margin-right: -2em;
  193. }
  194. .four2eight {
  195. letter-spacing: 4/3em;
  196. margin-right: -4/3em;
  197. }
  198. .seven2eight {
  199. letter-spacing: 3/11em;
  200. margin-right: -3/11em;
  201. }
  202. .three2eight {
  203. letter-spacing: 2.5em;
  204. margin-right: -2.5em;
  205. }
  206. }
  207. .widthThird {
  208. display: inline-block;
  209. width: 33%;
  210. }
  211. span {
  212. color: #666;
  213. }
  214. .avatar-uploader {
  215. float: left;
  216. margin-right: 40px;
  217. }
  218. }
  219. .avatar-text {
  220. span {
  221. margin-right: 40px;
  222. display: inline-block;
  223. width: 150px;
  224. text-align: center;
  225. }
  226. }
  227. }
  228. }
  229. .applyFee-desc-content {
  230. .ant-modal-body {
  231. >p {
  232. margin-bottom: 10px;
  233. }
  234. .applyFee-title {
  235. span {
  236. margin-right: 20px;
  237. font-size: 16px;
  238. }
  239. }
  240. .applyFee-fee {
  241. margin-bottom: 10px;
  242. >span {
  243. margin-right: 10px;
  244. }
  245. >input {
  246. width: 150px;
  247. }
  248. }
  249. div.applyFee-fee {
  250. span {
  251. line-height: 22px;
  252. vertical-align: middle;
  253. }
  254. }
  255. }
  256. }