cognizance.less 884 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .ant-modal-body {
  2. .half-item {
  3. float: left;
  4. width: 50%;
  5. }
  6. }
  7. .ant-modal-body {
  8. .half-item {
  9. float: left;
  10. width: 50%;
  11. height: 36px;
  12. margin-bottom: 10px;
  13. }
  14. .third-item {
  15. float: left;
  16. width: 33%;
  17. height: 36px;
  18. margin-bottom: 10px;
  19. >p {
  20. line-height: 30px;
  21. }
  22. }
  23. .item-title {
  24. line-height: 30px;
  25. font-size: 14px;
  26. color: #666;
  27. }
  28. .form-title {
  29. font-size: 16px;
  30. color: #333;
  31. }
  32. }
  33. #highTechApply-form {
  34. >div {
  35. margin-bottom: 10px;
  36. }
  37. .ant-form-item {
  38. .ant-form-item-label {
  39. >label {
  40. font-size: 14px;
  41. color: #666;
  42. }
  43. }
  44. }
  45. .ant-form-item-required {
  46. &:before {
  47. display: none;
  48. }
  49. }
  50. }