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

2021.1.14更

/*
* input button 直接加到类里面, 没有边框和外边线
*/
                 border: none; outline: none;