diff --git a/en/searchurl/bingAI/bing.html b/en/searchurl/bingAI/bing.html
index c8a280b..23abdf1 100644
--- a/en/searchurl/bingAI/bing.html
+++ b/en/searchurl/bingAI/bing.html
@@ -38,6 +38,7 @@
+
chat with bing
diff --git a/en/searchurl/bingAI/css/bing.css b/en/searchurl/bingAI/css/bing.css
index 3aac608..6f0b3ee 100644
--- a/en/searchurl/bingAI/css/bing.css
+++ b/en/searchurl/bingAI/css/bing.css
@@ -211,6 +211,11 @@ body {
overflow-x: hidden;
}
+#body-top {
+ height: 20vh;
+ width: 100%;
+}
+
#body-bottom {
height: 15rem;
width: 100%;
@@ -512,6 +517,14 @@ div.markdown-body {
/*手机 css*/
@media screen and (orientation:portrait) and (max-device-width:800px) and (max-device-height:1000px) {
+ :root {
+ font-size: 1rem;
+ }
+
+ div.markdown-body {
+ font-size: 1rem;
+ }
+
.InternalSearchQuery,
.InternalLoaderMessage {
width: 90%;