techProduct.less 609 B

12345678910111213141516171819202122232425262728293031323334
  1. .user-content {
  2. padding: 0px;
  3. .clearfix {
  4. >.orgTech-item {
  5. width: 80%;
  6. display: inline-block;
  7. >span {
  8. margin-right: 10px;
  9. }
  10. >input {
  11. width: 200px;
  12. margin-right: 10px;
  13. }
  14. >textarea {
  15. margin-top: 6px;
  16. }
  17. }
  18. >div {
  19. margin-bottom: 10px;
  20. }
  21. }
  22. }
  23. #techProduct-form {
  24. .half-item {
  25. height: auto
  26. }
  27. }
  28. .upload-box {
  29. display: inline-block;
  30. margin-top: 10px;
  31. margin-bottom: 20px;
  32. }