techProduct.less 591 B

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