techProduct.less 879 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. }
  32. .company-detail-form {
  33. background: #fff;
  34. padding:20px;
  35. .content-title {
  36. font-size: 16px;
  37. }
  38. .table-title {
  39. >span {
  40. font-size: 14px;
  41. margin-left: 20px;
  42. }
  43. >button {
  44. margin-left: 10px;
  45. }
  46. }
  47. }