content.less 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. .foster-desc {
  2. .content-tabs {
  3. background: #fff;
  4. padding: 20px;
  5. .foster-title {
  6. line-height: 28px;
  7. vertical-align: middle;
  8. >span {
  9. margin-right: 20px;
  10. }
  11. .company-name {
  12. font-size: 18px;
  13. color: #58a3ff;
  14. }
  15. .company-number {
  16. font-size: 16px;
  17. color: #000;
  18. }
  19. .company-time {
  20. color: #333;
  21. }
  22. .progress-bar {
  23. display: inline-block;
  24. width: 22%;
  25. height: 12px;
  26. background: #eee;
  27. border-radius: 6px;
  28. position: relative;
  29. >i {
  30. position: absolute;
  31. top: 0;
  32. left: 0;
  33. background: #58a3ff;
  34. height: 12px;
  35. border-radius: 6px;
  36. }
  37. }
  38. }
  39. .foster-component {
  40. margin-top: 10px;
  41. .ant-radio-group {
  42. >label {
  43. border-radius: 0px;
  44. border: 1px solid #d9d9d9;
  45. margin-right: 10px;
  46. margin-bottom: 10px;
  47. }
  48. .ant-radio-button-wrapper-checked {
  49. border: 1px solid #58a3ff;
  50. box-shadow: none;
  51. }
  52. }
  53. }
  54. .foster-return {
  55. float: right;
  56. margin-left: 20px;
  57. background: #ea0862;
  58. color: #fff;
  59. border: none;
  60. border-radius: 4px;
  61. padding: 6px 10px;
  62. }
  63. }
  64. .content-desc {
  65. background: #fff;
  66. margin-top: 20px;
  67. padding: 20px;
  68. }
  69. }
  70. .user-content {
  71. background: #fff;
  72. .content-title {
  73. font-size: 16px;
  74. color: #333;
  75. margin-bottom: 10px;
  76. .proportion {
  77. font-size: 12px;
  78. margin-left: 20px;
  79. }
  80. .link {
  81. float: right;
  82. a {
  83. margin-right: 20px;
  84. }
  85. }
  86. }
  87. .user-search {
  88. input {
  89. width: 200px;
  90. }
  91. >* {
  92. margin-right: 20px;
  93. margin-top: 20px;
  94. }
  95. p {
  96. margin-top: 20px;
  97. button {
  98. margin-right: 20px;
  99. }
  100. }
  101. }
  102. .clearfix {
  103. >.orgTech-item {
  104. width: 60%;
  105. display: inline-block;
  106. >span {
  107. margin-right: 10px;
  108. }
  109. >input {
  110. width: 200px;
  111. margin-right: 10px;
  112. }
  113. >textarea {
  114. margin-top: 6px;
  115. }
  116. }
  117. >div {
  118. margin-bottom: 10px;
  119. }
  120. }
  121. .patent-table {
  122. margin-top: 20px;
  123. }
  124. }
  125. .admin-desc-content {
  126. .ant-modal-body {
  127. >div {
  128. margin-top: 0px;
  129. margin-bottom: 10px;
  130. p {
  131. margin: 6px 0;
  132. }
  133. }
  134. }
  135. .half-div {
  136. width: 50%;
  137. float: left;
  138. margin-top: 0px;
  139. margin-bottom: 10px;
  140. >span {
  141. display: inline-block;
  142. width: 100px;
  143. }
  144. >input {
  145. width: 60%;
  146. }
  147. >textarea {
  148. width: 94%;
  149. }
  150. }
  151. }
  152. .upload-box {
  153. display: inline-block;
  154. margin-top: 10px;
  155. margin-bottom: 20px;
  156. }
  157. .download-file {
  158. a {
  159. margin-right: 20px;
  160. i {
  161. vertical-align: middle;
  162. }
  163. }
  164. }