From f21d68a5bc0fdedd468beae8efbf32cacea22f62 Mon Sep 17 00:00:00 2001 From: al Date: Wed, 9 Oct 2024 17:06:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=85=A8=E5=B1=80=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/app/globals.css b/app/globals.css index 4b04e80..00d77d5 100644 --- a/app/globals.css +++ b/app/globals.css @@ -38,6 +38,26 @@ footer{ img{ pointer-events: none; } +input { + /* 移除边框 */ + border: none; + /* 移除背景颜色 */ + background-color: transparent; + /* 移除内边距 */ + padding: 0; + /* 移除外边距 */ + margin: 0; + /* 移除默认焦点样式 */ + outline: none; + /* 移除圆角 */ + border-radius: 0; + /* 移除阴影 */ + box-shadow: none; + /* 设置字体 */ + font-family: inherit; + font-size: inherit; + color: inherit; +} @media only screen and (min-device-width: 320px) and (max-device-width: 1024px) { select:focus, textarea:focus, input:focus {