input改变选中时的css样式

<input class="inp" type="text" v-if="comItem.type==2" :placeholder="comItem.number" :key="comIndex">
//可以通过:focus来改变
.inp:focus{
  //设置边框样式
   outline: none;
  background-color: #198669;
}

 

posted @ 2022-06-08 10:23  见贤思“奇”  阅读(568)  评论(0编辑  收藏  举报