coperation.html 847 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <style>
  2. .head {
  3. font-size: 16px;
  4. margin-top: 30px;
  5. margin-left: 25px;
  6. margin-right: 25px;
  7. padding-bottom: 10px;
  8. font-weight: 600;
  9. }
  10. .tip {
  11. border-top: 1px solid #ddd;
  12. margin-left: 25px;
  13. padding-top: 15px;
  14. padding-bottom: 15px;
  15. }
  16. .item1 {
  17. margin-left: 280px;
  18. }
  19. .item2 {
  20. margin-top: 50px;
  21. margin-left: 200px;
  22. }
  23. .image {
  24. padding: 25px;
  25. }
  26. h2 {
  27. padding-bottom: 10px;
  28. }
  29. </style>
  30. <div class="head">渠道合作</div>
  31. <div class="tip"></div>
  32. <div class="item1">
  33. <div><img alt="" src="static/img/logo/uas_mall_hor.png"></div>
  34. <h3>深圳优软商城科技有限公司</h3>
  35. </div>
  36. <div class="item2">
  37. <h4>公司地址:深圳市南山区高新技术园科技南五路英唐大厦六楼</h4>
  38. <h4>电子邮箱:yrsc@usoftchina.com</h4>
  39. <h4>总机:0755-86564892</h4>
  40. <h4>邮编: 518000</h4>
  41. </div>