Browse Source

官網右下角常見問題圈圈

Mike 3 years ago
parent
commit
5aeb72daef

BIN
static/img/faq.webp


+ 10 - 0
themes/hugo-lamp/layouts/_default/baseof.html

@@ -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"

+ 6 - 0
themes/hugo-lamp/static/css/chuz.css

@@ -2952,6 +2952,12 @@ amp-accordion div .start {
   color: #78AD42;
 }
 
+.faq {
+  position: fixed;
+  bottom: 100px;
+  right: 15px;
+}
+
 .reservation {
   position: fixed;
   bottom: 25px;

File diff suppressed because it is too large
+ 0 - 0
themes/hugo-lamp/static/css/chuz.css.map


+ 6 - 0
themes/hugo-lamp/static/css/templates/_common.scss

@@ -47,6 +47,12 @@ amp-accordion {
   color: #78AD42;
 }
 
+.faq {
+  position: fixed;
+  bottom: 100px;
+  right: 15px; 
+}
+
 .reservation {
   position: fixed;
   bottom: 25px;

Some files were not shown because too many files changed in this diff