浏览代码

fix:修复bug

cmy 1 周之前
父节点
当前提交
328cdc6a48
共有 1 个文件被更改,包括 11 次插入1 次删除
  1. 11 1
      style.css

+ 11 - 1
style.css

@@ -16,7 +16,8 @@
 .article-more-questions,
 .article a,
 .content-pc,
-p .underline
+p .underline,
+.learn-more-wrppaer
 {
     pointer-events: none !important;
 }
@@ -25,4 +26,13 @@ p .underline
 }
 #beacon-container{
     display: none;
+}
+
+@media screen and (max-width: 768px) {
+    
+    .download-area-inner .flex-column .flex-row {
+        width: 100%;
+        flex-wrap: wrap;
+        justify-content: center;
+    }
 }