/* 去掉input选中后的蓝色边框 */ outline: none; /* 去掉input的边框 */ border: none; /* 去掉input的默认的背景颜色 */ background: none; /* 将光标向后移 1em 单位的距离 */ text-indent: 1em;