comprehensive.less 4.8 KB

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