我正在做一个网络项目,我有一个弹出框,允许用户输入一些文本,然后这个文本被附加到可编辑内容的末尾,并且文本在 span 类中。
我希望宽度为 80% 并且要换行的文本,但宽度被忽略并且文本全部聚集在一起并重叠每一行。
下面是它的样子。
下面是css ..
font-style: italic;
background-color: #ababab;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
height: auto;
width: 80%;
padding: 5px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
感谢您的任何帮助,您可以提供