highTechFoster.less 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. .foster-content {
  2. padding: 20px;
  3. background: #fff;
  4. .content-title {
  5. height: 27px;
  6. margin-bottom: 10px;
  7. >span {
  8. color: #333;
  9. font-size: 16px;
  10. margin-bottom: 10px;
  11. }
  12. }
  13. .foster-query {
  14. margin-bottom: 10px;
  15. >input {
  16. width: 180px;
  17. margin-right: 20px;
  18. }
  19. >div {
  20. margin-right: 20px;
  21. }
  22. button {
  23. margin-right: 20px;
  24. }
  25. >span {
  26. margin-left: 20px;
  27. >span {
  28. margin-left: 10px;
  29. }
  30. }
  31. }
  32. }
  33. .ant-modal-body {
  34. .half-item {
  35. float: left;
  36. width: 50%;
  37. min-height: 36px;
  38. margin-bottom: 10px;
  39. }
  40. .third-item {
  41. float: left;
  42. width: 33%;
  43. height: 36px;
  44. margin-bottom: 10px;
  45. >p {
  46. line-height: 30px;
  47. }
  48. }
  49. .item-title {
  50. line-height: 30px;
  51. font-size: 14px;
  52. color: #666;
  53. }
  54. .form-title {
  55. font-size: 16px;
  56. color: #333;
  57. }
  58. }
  59. #highTechApply-form {
  60. >div {
  61. margin-bottom: 10px;
  62. }
  63. .ant-form-item {
  64. .ant-form-item-label {
  65. >label {
  66. font-size: 14px;
  67. color: #666;
  68. }
  69. }
  70. }
  71. .ant-form-item-required {
  72. &:before {
  73. display: none;
  74. }
  75. }
  76. }
  77. #Info-box {
  78. .Info-title {
  79. text-align: center;
  80. font-size: 24px;
  81. line-height: 68px;
  82. }
  83. .Info-content {
  84. width: 1200px;
  85. margin: 0 auto;
  86. background: #fff;
  87. >p {
  88. padding-left: 10px;
  89. line-height: 24px;
  90. margin: 10px 10px;
  91. }
  92. .content-title {
  93. margin: 40px 10px;
  94. >span {
  95. color: #333;
  96. font-size: 16px;
  97. margin-bottom: 10px;
  98. }
  99. }
  100. .item-title {
  101. display: inline-block;
  102. width: 140px;
  103. margin: 0 10px;
  104. border-right: 2px solid #fff;
  105. }
  106. .all-item {
  107. line-height: 24px;
  108. margin-bottom: 10px;
  109. background: #eee;
  110. >span {
  111. vertical-align: top;
  112. &:last-child {
  113. display: inline-block;
  114. width: 840px;
  115. word-wrap: break-word;
  116. }
  117. }
  118. }
  119. .half-item {
  120. float: left;
  121. width: 50%;
  122. line-height: 24px;
  123. margin-bottom: 10px;
  124. background: #eee;
  125. border-right: 2px solid #fff;
  126. >span {
  127. vertical-align: top;
  128. }
  129. }
  130. }
  131. }