techProduct.less 524 B

123456789101112131415161718192021222324252627
  1. .user-content {
  2. .clearfix {
  3. >.orgTech-item {
  4. width: 60%;
  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. .upload-box {
  23. display: inline-block;
  24. margin-top: 10px;
  25. margin-bottom: 20px;
  26. }