<div class="i_toast">请输入正确的手机号码</div>
.i_toast {
position: fixed;
z-index: 5000;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(17, 17, 17, .7);
text-align: center;
border-radius: 5px;
color: #fff;
line-height: 1.6;
padding: .5em 1.6em;
}
不理解为什么会换行,两边还有那么宽呢,我并没有限制宽度,,按理说宽度应该是自动的,直到与html宽度一样,才会换行吧
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…