1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<!-- scroll to top --> <a href="https://api.whatsapp.com/send?phone=85295939060&text=Whatsapp 查詢 / 預約" target="_blank" class="fixwhatsapp"><img src="../img/footer_whatsapp.png"></a> <a href="#"class="scrollToTop"><img src="../img/scrolltop.jpg"></a> <footer> <div class="container"> <div class="footerlogo"><img src="../img/footerlogo.png"></div> <div class="footer_links"> <div class="media"> <div class="link"><a href="https://api.whatsapp.com/send?phone=85295939060" target="_blank"><img src="../img/footer_whatsapp.png"></a></div> </div> </div> </div> <div class="copyright">COPYRIGHT © 杏林超聲波中心 2024 ALL RIGHT RESERVED.</div> </footer>
<!-- Footer ============================================= --> <style type="text/css"> .fixwhatsapp{ white-space: nowrap; overflow: hidden; position: fixed; bottom: 105px; right: 20px; color: #fff; background-color: #1eb2bb; padding: 10px; border-radius: 70px; z-index: 99; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
</style>
|