content.less 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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: 30%;
  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. }
  81. .user-search {
  82. input {
  83. width: 200px;
  84. }
  85. >* {
  86. margin-right: 20px;
  87. margin-top: 20px;
  88. }
  89. p {
  90. margin-top: 20px;
  91. button {
  92. margin-right: 20px;
  93. }
  94. }
  95. }
  96. .clearfix {
  97. >.orgTech-item {
  98. width: 60%;
  99. display: inline-block;
  100. >span {
  101. margin-right: 10px;
  102. }
  103. >input {
  104. width: 200px;
  105. margin-right: 10px;
  106. }
  107. >textarea {
  108. margin-top: 6px;
  109. }
  110. }
  111. >div {
  112. margin-bottom: 10px;
  113. }
  114. }
  115. .patent-table {
  116. margin-top: 20px;
  117. }
  118. }
  119. .admin-desc-content {
  120. .ant-modal-body {
  121. >div {
  122. margin-top: 0px;
  123. margin-bottom: 10px;
  124. p {
  125. margin: 6px 0;
  126. }
  127. }
  128. }
  129. .half-div {
  130. width: 50%;
  131. float: left;
  132. margin-top: 0px;
  133. margin-bottom: 10px;
  134. >span {
  135. display: inline-block;
  136. width: 100px;
  137. }
  138. >input {
  139. width: 60%;
  140. }
  141. >textarea {
  142. width: 94%;
  143. }
  144. }
  145. }
  146. .upload-box {
  147. display: inline-block;
  148. margin-top: 10px;
  149. margin-bottom: 20px;
  150. }