technology.less 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. >div {
  35. margin-bottom: 20px;
  36. }
  37. .half-item {
  38. float: left;
  39. width: 50%;
  40. min-height: 36px;
  41. margin-bottom: 10px;
  42. }
  43. .third-item {
  44. float: left;
  45. width: 33%;
  46. height: 36px;
  47. margin-bottom: 10px;
  48. >p {
  49. line-height: 30px;
  50. }
  51. }
  52. .item-title {
  53. line-height: 30px;
  54. font-size: 14px;
  55. color: #666;
  56. min-width: 100px;
  57. display: inline-block;
  58. }
  59. .form-title {
  60. font-size: 16px;
  61. color: #333;
  62. }
  63. }
  64. #highTechApply-form {
  65. >div {
  66. margin-bottom: 10px;
  67. }
  68. .ant-form-item {
  69. .ant-form-item-label {
  70. //text-align: left;
  71. >label {
  72. font-size: 14px;
  73. color: #666;
  74. }
  75. }
  76. }
  77. .ant-form-item-required {
  78. &:before {
  79. display: none;
  80. }
  81. }
  82. .hrSituation-roster {
  83. .download-file {
  84. a {
  85. display: inline-block;
  86. width: 80px;
  87. }
  88. }
  89. }
  90. }
  91. .avatar-uploader,
  92. .avatar-uploader-trigger,
  93. .avatar {
  94. width: 150px;
  95. height: 150px;
  96. }
  97. .avatar-uploader {
  98. display: block;
  99. border: 1px dashed #d9d9d9;
  100. border-radius: 6px;
  101. cursor: pointer;
  102. }
  103. .avatar-uploader-trigger {
  104. display: table-cell;
  105. vertical-align: middle;
  106. font-size: 28px;
  107. color: #999;
  108. }
  109. textarea {
  110. margin-bottom: 10px;
  111. }