comprehensive.less 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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. .avatar-uploader,
  97. .avatar-uploader-trigger,
  98. .avatar {
  99. width: 150px;
  100. height: 150px;
  101. }
  102. .avatar-uploader {
  103. display: block;
  104. border: 1px dashed #d9d9d9;
  105. border-radius: 6px;
  106. cursor: pointer;
  107. }
  108. .avatar-uploader-trigger {
  109. display: table-cell;
  110. vertical-align: middle;
  111. font-size: 28px;
  112. color: #999;
  113. }
  114. }
  115. .patent-desc-content {
  116. .ant-modal-body {
  117. .express-desc-row {
  118. margin-bottom: 16px;
  119. >div {
  120. line-height: 28px;
  121. }
  122. .ant-col-4 {
  123. margin-right: 10px;
  124. }
  125. .ant-col-5 {
  126. margin-right: 10px;
  127. }
  128. }
  129. .patent-process-list {
  130. span {
  131. width: 180px;
  132. display: inline-block;
  133. }
  134. }
  135. >div {
  136. color: #333;
  137. margin-bottom: 10px;
  138. >p {
  139. margin-bottom: 10px;
  140. }
  141. >textarea {
  142. margin-top: 10px;
  143. }
  144. .widthHalf {
  145. display: inline-block;
  146. width: 50%;
  147. input {
  148. width: 200px;
  149. }
  150. .two2four {
  151. letter-spacing: 2em;
  152. margin-right: -2em;
  153. }
  154. .four2eight {
  155. letter-spacing: 4/3em;
  156. margin-right: -4/3em;
  157. }
  158. .seven2eight {
  159. letter-spacing: 3/11em;
  160. margin-right: -3/11em;
  161. }
  162. .three2eight {
  163. letter-spacing: 2.5em;
  164. margin-right: -2.5em;
  165. }
  166. }
  167. .widthThird {
  168. display: inline-block;
  169. width: 33%;
  170. }
  171. span {
  172. color: #666;
  173. }
  174. .avatar-uploader {
  175. float: left;
  176. margin-right: 40px;
  177. }
  178. }
  179. .avatar-text {
  180. span {
  181. margin-right: 40px;
  182. display: inline-block;
  183. width: 150px;
  184. text-align: center;
  185. }
  186. }
  187. }
  188. }
  189. .applyFee-desc-content {
  190. .ant-modal-body {
  191. >p {
  192. margin-bottom: 10px;
  193. }
  194. .applyFee-title {
  195. span {
  196. margin-right: 20px;
  197. font-size: 16px;
  198. }
  199. }
  200. .applyFee-fee {
  201. margin-bottom: 10px;
  202. >span {
  203. margin-right: 10px;
  204. }
  205. >input {
  206. width: 150px;
  207. }
  208. }
  209. div.applyFee-fee {
  210. span {
  211. line-height: 22px;
  212. vertical-align: middle;
  213. }
  214. }
  215. }
  216. }
  217. // .ant-select-dropdown {
  218. // .ant-select-dropdown-menu {
  219. // li:first-child {
  220. // display: none;
  221. // }
  222. // }
  223. // }