comprehensive.less 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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: 240px;
  35. margin-right: 30px;
  36. }
  37. >div {
  38. margin-right: 30px;
  39. }
  40. >button {
  41. margin-left: 30px;
  42. }
  43. >span {
  44. margin-left: 30px;
  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. >div {
  117. color: #333;
  118. margin-bottom: 10px;
  119. >p {
  120. margin-bottom: 10px;
  121. }
  122. >textarea {
  123. margin-top: 10px;
  124. }
  125. .widthHalf {
  126. display: inline-block;
  127. width: 50%;
  128. input {
  129. width: 200px;
  130. }
  131. .two2four {
  132. letter-spacing: 2em;
  133. margin-right: -2em;
  134. }
  135. .four2eight {
  136. letter-spacing: 4/3em;
  137. margin-right: -4/3em;
  138. }
  139. .seven2eight {
  140. letter-spacing: 3/11em;
  141. margin-right: -3/11em;
  142. }
  143. .three2eight {
  144. letter-spacing: 2.5em;
  145. margin-right: -2.5em;
  146. }
  147. }
  148. .widthThird {
  149. display: inline-block;
  150. width: 33%;
  151. }
  152. span {
  153. color: #666;
  154. }
  155. .avatar-uploader {
  156. float: left;
  157. margin-right: 40px;
  158. }
  159. }
  160. .avatar-text {
  161. span {
  162. margin-right: 40px;
  163. display: inline-block;
  164. width: 150px;
  165. text-align: center;
  166. }
  167. }
  168. }
  169. }
  170. // .ant-select-dropdown {
  171. // .ant-select-dropdown-menu {
  172. // li:first-child {
  173. // display: none;
  174. // }
  175. // }
  176. // }