瀏覽代碼

fixed customer

andy 4 周之前
父節點
當前提交
01c09d28b1
共有 4 個文件被更改,包括 14 次插入1 次删除
  1. 1 1
      layouts/partials/footer.html
  2. 4 0
      static/css/style.css
  3. 0 0
      static/css/style.css.map
  4. 9 0
      static/css/style.scss

+ 1 - 1
layouts/partials/footer.html

@@ -46,7 +46,7 @@
     </a>
   </div>
 
-  <iframe src="https://cmm.ai/chuz/#/" width="375px" height="700px"
+  <iframe src="https://cmm.ai/chuz/#/" width="375px" height="650px" id="responsive-iframe"
     style="position: fixed; bottom: 75px; right: 3px; border: none; z-index: 1000; overflow: hidden;"
     scrolling="no"></iframe>
 

+ 4 - 0
static/css/style.css

@@ -6131,6 +6131,10 @@
   color: #fff;
 }
 
+#responsive-iframe {
+  right: 3px;
+}
+
 /* news-content End */
 .line-btn a {
   position: fixed;

File diff suppressed because it is too large
+ 0 - 0
static/css/style.css.map


+ 9 - 0
static/css/style.scss

@@ -5659,6 +5659,15 @@
   }
 }
 
+#responsive-iframe {
+  right: 3px;
+  @media (max-width: 768px) {
+    // width: 375px; /* 行動裝置上的寬度 */
+    // height: 650px; /* 行動裝置上的高度 */
+    // right: 15px;
+  }
+}
+
 /* news-content End */
 
 .line-btn {

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