+ 尝试适配 safari, 点击输入框时调起九宫格数字键盘

+ 去除选中输入框时的效果
+ 修复一点小问题
This commit is contained in:
2021-10-22 21:16:36 +08:00
parent 46604bb3c1
commit f265a07d5b
3 changed files with 13 additions and 16 deletions

View File

@@ -11,6 +11,9 @@ a {
}
.item {
height: 32px;
text-align: left;
line-height: 32px;
margin-top: 5px;
padding-left: 10px;
background-color: #f5f5f5;
@@ -27,6 +30,8 @@ input {
height: 32px;
margin-top: 5px;
line-height: 32px;
outline: none;
display: inline-block;
}
button {