我正在构建一个移动 Web 应用程序,而我目前制作的输入表单在第一个字母之后没有显示任何文本。在任何一种滚动或触摸框中显示的字母后,
我正在 Framework7 中构建应用程序,尽管据我所知,框架中的所有属性都没有对这个特定部分有所贡献。
有人知道这里发生了什么吗?找不到任何与帮助相关的内容
.input
padding: 0;
margin: 0;
width: 100%;
padding-left: 1em;
color: rgba(0, 0, 0, 0.87);
-webkit-transition: color .1s ease, border-color .1s ease;
transition: color .1s ease, border-color .1s ease;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 50px;
padding: 0.6em 0.9em;
border: 1px solid rgba(34, 36, 38, 0.15);
font-family: "Avenir-Next-Reg", Arial, Sans Serif;
-webkit-transition: all 0.50s ease-in-out;
-moz-transition: all 0.50s ease-in-out;
-ms-transition: all 0.50s ease-in-out;
-o-transition: all 0.50s ease-in-out;