@@ -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>
@@ -6131,6 +6131,10 @@
color: #fff;
}
+#responsive-iframe {
+ right: 3px;
+}
+
/* news-content End */
.line-btn a {
position: fixed;
@@ -5659,6 +5659,15 @@
+ @media (max-width: 768px) {
+ // width: 375px; /* 行動裝置上的寬度 */
+ // height: 650px; /* 行動裝置上的高度 */
+ // right: 15px;
+ }
.line-btn {