technology.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. }
  80. .avatar-uploader,
  81. .avatar-uploader-trigger,
  82. .avatar {
  83. width: 150px;
  84. height: 150px;
  85. }
  86. .avatar-uploader {
  87. display: block;
  88. border: 1px dashed #d9d9d9;
  89. border-radius: 6px;
  90. cursor: pointer;
  91. }
  92. .avatar-uploader-trigger {
  93. display: table-cell;
  94. vertical-align: middle;
  95. font-size: 28px;
  96. color: #999;
  97. }
  98. textarea{margin-bottom: 10px;}