Input框去掉蓝色边框:

<input type="text" name="" value="" class="Inpt" />

.Inpt{border:0;outline:none;/*去除蓝色边框*/}

04-25 07:46