techProduct.less 857 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. .company-detail-form {
  29. .content-title {
  30. font-size: 16px;
  31. }
  32. .table-title {
  33. >span {
  34. font-size: 14px;
  35. margin-left: 20px;
  36. }
  37. >button {
  38. margin-left: 10px;
  39. }
  40. }
  41. }
  42. .upload-box {
  43. display: inline-block;
  44. margin-top: 10px;
  45. margin-bottom: 20px;
  46. }