comprehensive.less 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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. button {
  15. background: #ea0862;
  16. color: #fff;
  17. border: none;
  18. border-radius: 4px;
  19. padding: 6px 10px;
  20. }
  21. }
  22. }
  23. .patent-alert {
  24. font-size: 14px;
  25. padding: 8px 48px;
  26. >i {
  27. font-size: 19px;
  28. top: 8px;
  29. }
  30. }
  31. .patent-query {
  32. margin-bottom: 10px;
  33. >input {
  34. width: 180px;
  35. margin-right: 20px;
  36. }
  37. >div {
  38. margin-right: 20px;
  39. }
  40. button {
  41. margin-left: 20px;
  42. }
  43. >span {
  44. margin-left: 20px;
  45. >span {
  46. margin-left: 10px;
  47. }
  48. }
  49. .search-more {
  50. >p {
  51. margin-top: 10px;
  52. >span {
  53. margin-right: 10px;
  54. }
  55. }
  56. >div {
  57. margin-top: 10px;
  58. >div {
  59. margin-right: 20px;
  60. }
  61. }
  62. }
  63. }
  64. }
  65. .ant-modal-content {
  66. .ant-modal-header {
  67. padding: 10px 16px;
  68. 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. .avatar-uploader,
  96. .avatar-uploader-trigger,
  97. .avatar {
  98. width: 150px;
  99. height: 150px;
  100. }
  101. .avatar-uploader {
  102. display: block;
  103. border: 1px dashed #d9d9d9;
  104. border-radius: 6px;
  105. cursor: pointer;
  106. }
  107. .avatar-uploader-trigger {
  108. display: table-cell;
  109. vertical-align: middle;
  110. font-size: 28px;
  111. color: #999;
  112. }
  113. }
  114. .patent-desc-content {
  115. .ant-modal-body {
  116. .express-desc-row {
  117. margin-bottom: 16px;
  118. >div {
  119. line-height: 28px;
  120. }
  121. .ant-col-4 {
  122. margin-right: 10px;
  123. }
  124. .ant-col-5 {
  125. margin-right: 10px;
  126. }
  127. }
  128. .patent-process-list {
  129. span {
  130. width: 180px;
  131. display: inline-block;
  132. }
  133. }
  134. >div {
  135. color: #333;
  136. margin-bottom: 10px;
  137. >p {
  138. margin-bottom: 10px;
  139. }
  140. >textarea {
  141. margin-top: 10px;
  142. }
  143. .widthHalf {
  144. display: inline-block;
  145. width: 50%;
  146. input {
  147. width: 200px;
  148. }
  149. .two2four {
  150. letter-spacing: 2em;
  151. margin-right: -2em;
  152. }
  153. .four2eight {
  154. letter-spacing: 4/3em;
  155. margin-right: -4/3em;
  156. }
  157. .seven2eight {
  158. letter-spacing: 3/11em;
  159. margin-right: -3/11em;
  160. }
  161. .three2eight {
  162. letter-spacing: 2.5em;
  163. margin-right: -2.5em;
  164. }
  165. }
  166. .widthThird {
  167. display: inline-block;
  168. width: 33%;
  169. }
  170. span {
  171. color: #666;
  172. }
  173. .avatar-uploader {
  174. float: left;
  175. margin-right: 40px;
  176. }
  177. }
  178. .avatar-text {
  179. span {
  180. margin-right: 40px;
  181. display: inline-block;
  182. width: 150px;
  183. text-align: center;
  184. }
  185. }
  186. }
  187. }
  188. .applyFee-desc-content {
  189. .ant-modal-body {
  190. >p {
  191. margin-bottom: 10px;
  192. }
  193. .applyFee-title {
  194. span {
  195. margin-right: 20px;
  196. font-size: 16px;
  197. }
  198. }
  199. .applyFee-fee {
  200. margin-bottom: 10px;
  201. >span {
  202. margin-right: 10px;
  203. }
  204. >input {
  205. width: 150px;
  206. }
  207. }
  208. div.applyFee-fee {
  209. span {
  210. line-height: 22px;
  211. vertical-align: middle;
  212. }
  213. }
  214. }
  215. }
  216. // .ant-select-dropdown {
  217. // .ant-select-dropdown-menu {
  218. // li:first-child {
  219. // display: none;
  220. // }
  221. // }
  222. // }