input 清除 默认样式

                  .input{
                                    input{
                                      border: 0px;
                                      padding-left: 2rem;
                                    }
                                     input:focus{
                                      border-color: #fff;
                                      outline: 0;
                                  }
                                }

聚焦后也不会出现

原文地址:https://www.cnblogs.com/zhaohui-116/p/13580247.html