html小样式调整 input聚焦时去掉自带的边框样式 input:focus{outline:none;} 关闭浏览器自带的搜索框历史记录 <input type"text" autocomplete="off"> 去除滚动条宽度 #wrapper::-webkit-scrollbar{width: 0;}