From 44ff6d53a00fcdf90d9a9440159c62e58031af11 Mon Sep 17 00:00:00 2001 From: irou Date: Fri, 14 Mar 2014 18:57:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=B0=B7=E6=AD=8Cfocus?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web12306/css/base.css | 4 ++++ Web12306/css/base.less | 1 + 2 files changed, 5 insertions(+) diff --git a/Web12306/css/base.css b/Web12306/css/base.css index d38d4d7..be8395d 100644 --- a/Web12306/css/base.css +++ b/Web12306/css/base.css @@ -59,6 +59,10 @@ body { visibility: hidden; height: 0; } +input:focus, +textarea:focus { + outline: none; +} img { border: 0 none; } diff --git a/Web12306/css/base.less b/Web12306/css/base.less index 2e1d2a9..b84a65a 100644 --- a/Web12306/css/base.less +++ b/Web12306/css/base.less @@ -31,6 +31,7 @@ body { visibility: hidden; height: 0; } + input:focus,textarea:focus{outline:none;} img { border: 0 none; }