Input框去掉蓝色边框

Input框去掉蓝色边框:

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

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

原文地址:https://www.cnblogs.com/maoyazhi/p/4802560.html