Authored by ccbikai

搜索结果页 输入框缩进

... ... @@ -16,10 +16,12 @@
}
input {
box-sizing: border-box;
padding-left: 26px;
height: 30px;
width: 85%;
border-radius: 15px;
text-indent: 26px;
// text-indent: 26px;
background: #fff;
border: none;
}
... ...