@@ -38,6 +38,16 @@
</br>
{{ block "main" . }}{{ end }}
+ <a href="/frequently_asked_questions" data-vars-event="accuhit" data-vars-event-type="9" data-vars-event-col1="常見問題" data-vars-event-col2="官網右下角常見問題圈圈">
+ <amp-img
+ class="img-fluid faq"
+ alt="常見問題"
+ src="/img/faq.webp"
+ height="80"
+ width="80">
+ </amp-img>
+ </a>
+
<a href="https://lihi1.com/9tO7F" data-vars-event="accuhit" data-vars-event-type="9" data-vars-event-col1="線上預約" data-vars-event-col2="官網右下角預約圈圈">
<amp-img
class="img-fluid reservation"
@@ -2952,6 +2952,12 @@ amp-accordion div .start {
color: #78AD42;
}
+.faq {
+ position: fixed;
+ bottom: 100px;
+ right: 15px;
+}
.reservation {
position: fixed;
bottom: 25px;
@@ -47,6 +47,12 @@ amp-accordion {