comprehensive.less 4.3 KB

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