content.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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. }
  23. .foster-component {
  24. margin-top: 10px;
  25. .ant-radio-group {
  26. >label {
  27. border-radius: 0px;
  28. border: 1px solid #d9d9d9;
  29. margin-right: 10px;
  30. margin-bottom: 10px;
  31. }
  32. .ant-radio-button-wrapper-checked {
  33. border: 1px solid #58a3ff;
  34. box-shadow: none;
  35. }
  36. }
  37. }
  38. .foster-return {
  39. float: right;
  40. margin-left: 20px;
  41. background: #ea0862;
  42. color: #fff;
  43. border: none;
  44. border-radius: 4px;
  45. padding: 6px 10px;
  46. }
  47. }
  48. .content-desc {
  49. background: #fff;
  50. margin-top: 20px;
  51. padding: 20px;
  52. }
  53. }
  54. .user-content {
  55. background: #fff;
  56. .content-title {
  57. font-size: 16px;
  58. color: #333;
  59. }
  60. .user-search {
  61. input {
  62. width: 200px;
  63. }
  64. >* {
  65. margin-right: 20px;
  66. margin-top: 20px;
  67. }
  68. p {
  69. margin-top: 20px;
  70. button {
  71. margin-right: 20px;
  72. }
  73. }
  74. }
  75. .clearfix {
  76. >.orgTech-item {
  77. width: 60%;
  78. display: inline-block;
  79. >span {
  80. margin-right: 10px;
  81. }
  82. >input {
  83. width: 200px;
  84. margin-right: 10px;
  85. }
  86. >textarea {
  87. margin-top: 6px;
  88. }
  89. }
  90. >div {
  91. margin-bottom: 10px;
  92. }
  93. }
  94. .patent-table {
  95. margin-top: 20px;
  96. }
  97. }
  98. .admin-desc-content {
  99. .ant-modal-body {
  100. >div {
  101. margin-top: 0px;
  102. margin-bottom: 10px;
  103. p {
  104. margin: 6px 0;
  105. }
  106. }
  107. }
  108. .half-div {
  109. width: 50%;
  110. float: left;
  111. margin-top: 0px;
  112. margin-bottom: 10px;
  113. >span {
  114. display: inline-block;
  115. width: 100px;
  116. }
  117. >input {
  118. width: 60%;
  119. }
  120. >textarea {
  121. width: 94%;
  122. }
  123. }
  124. }
  125. .upload-box {
  126. display: inline-block;
  127. margin-top: 10px;
  128. margin-bottom: 20px;
  129. }