.input-group input:-moz-placeholder{
font-size: 1.8rem;
color: #eeeeee;
}
.input-group input:-ms-input-placeholder{
font-size: 1.8rem;
color: #eeeeee;
}
.input-group input::-moz-placeholder{
font-size: 1.8rem;
color: #eeeeee;
}
.input-group input::-webkit-input-placeholder{
font-size: 1.8rem;
color: #eeeeee;
}

.input-group select{
height: 100%;
border: none;
width: 85%;
padding: 0 0 0 10px;
border-radius: 4px;
outline: none; /*去掉点击select出现的边框*/
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-08
  • 2022-03-01
  • 2021-12-10
  • 2022-02-08
  • 2022-12-23
  • 2018-04-04
  • 2022-02-13
相关资源
相似解决方案