returns.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <div class="container-fluid" id="returns">
  2. <div class="container">
  3. <h3 class="title">退貨申請及進度查詢</h3>
  4. <strong class="sub-title">請於收到商品 7 日內辦理,填寫範本如下,退款流程請加 Line ID 或下載流程簡介。</strong>
  5. <div class="row gx-5">
  6. <div class="col-6 col-md-3">
  7. <section>
  8. <h5>7-11</h5>
  9. <small>填寫範本</small>
  10. </section>
  11. <img src="/img/demo/7-11.webp" alt="">
  12. </div>
  13. <div class="col-6 col-md-3">
  14. <section>
  15. <h5>新竹貨運</h5>
  16. <small>填寫範本</small>
  17. </section>
  18. <img src="/img/demo/HCT.webp" alt="">
  19. </div>
  20. <div class="col-6 col-md-3 mt-5 mt-md-0">
  21. <section>
  22. <h5>全家</h5>
  23. <small>填寫範本</small>
  24. </section>
  25. <img src="/img/demo/FamilyMart.webp" alt="">
  26. </div>
  27. <div class="col-6 col-md-3 mt-5 mt-md-0">
  28. <section>
  29. <h5>黑貓宅急便</h5>
  30. <small>填寫範本</small>
  31. </section>
  32. <img src="/img/demo/T-cat.webp" alt="">
  33. </div>
  34. </div>
  35. <div class="click-btn">
  36. <a href="http://tai-yang.co:8080/elpcServ/#/Refund" target="_blank">
  37. <span>點我申請</span>
  38. <img src="/img/click.png" alt="" width="50">
  39. </a>
  40. </div>
  41. </div>
  42. </div>