From 255b23de7deec759b7b6066aed510ea778a5d47a Mon Sep 17 00:00:00 2001 From: wangchenguang <728837162@qq.com> Date: Fri, 7 Apr 2023 17:57:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E6=90=9C=E7=B4=A2=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/column/result.vue | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/pages/column/result.vue b/src/pages/column/result.vue index 5a42f0e..69a489c 100644 --- a/src/pages/column/result.vue +++ b/src/pages/column/result.vue @@ -165,4 +165,22 @@ export default { color: #333; } } +@media (min-width: 280px) and (max-width: 750px) { + .articles{ + width: 100%; + .top{ + flex-direction: column; + .search{ + width: 95%; + margin: 0 auto; + } + } + .none{ + margin-top: 50px; + .text{ + font-size: .5rem; + } + } + } +} \ No newline at end of file