diff --git a/css/index.css b/css/index.css index 0c78eb0..c776f29 100644 --- a/css/index.css +++ b/css/index.css @@ -39,7 +39,7 @@ cursor: pointer; position: relative; z-index: 10; - transform: all 0.3s; + transition: all 0.1s; } .header-box .search.input-active { border: 1px solid #c4c7ce; diff --git a/css/index.less b/css/index.less index 2a1acfc..2a512ec 100644 --- a/css/index.less +++ b/css/index.less @@ -42,7 +42,7 @@ cursor: pointer; position: relative; z-index: 10; - transform: all 0.3s; + transition: all 0.1s; &.input-active { border: 1px solid #c4c7ce;