technology.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .foster-content {
  2. padding: 20px;
  3. background: #fff;
  4. .content-title {
  5. height: 32px;
  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. 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. min-width: 100px;
  54. display: inline-block;
  55. }
  56. .form-title {
  57. font-size: 16px;
  58. color: #333;
  59. }
  60. }
  61. #highTechApply-form {
  62. >div {
  63. margin-bottom: 10px;
  64. }
  65. .ant-form-item {
  66. .ant-form-item-label {
  67. text-align: left;
  68. >label {
  69. font-size: 14px;
  70. color: #666;
  71. }
  72. }
  73. }
  74. .ant-form-item-required {
  75. &:before {
  76. display: none;
  77. }
  78. }
  79. .hrSituation-roster {
  80. .download-file {
  81. a {
  82. display: inline-block;
  83. width: 80px;
  84. }
  85. }
  86. }
  87. }
  88. .avatar-uploader,
  89. .avatar-uploader-trigger,
  90. .avatar {
  91. width: 150px;
  92. height: 150px;
  93. }
  94. .avatar-uploader {
  95. display: block;
  96. border: 1px dashed #d9d9d9;
  97. border-radius: 6px;
  98. cursor: pointer;
  99. }
  100. .avatar-uploader-trigger {
  101. display: table-cell;
  102. vertical-align: middle;
  103. font-size: 28px;
  104. color: #999;
  105. }
  106. textarea {
  107. margin-bottom: 10px;
  108. }