$('.input_class').on('focus',function(event){ 
        if(event.keyCode == 13){
             goSearch()
        }
    });


input::-webkit-input-placeholder {
    color:#999;
}
.input_class{
    color:#333;
    border:none;
    vertical-align: .08rem;
    background: #F5F5F5;
    font-size:.65rem;
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2022-01-08
  • 2021-07-19
  • 2021-10-12
猜你喜欢
  • 2022-01-31
  • 2022-12-23
  • 2021-06-05
  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案