span{display:inline-blockwidth:1000pxheight:24pxline-height:24pxoverflow:hidden}
width设置为想要的宽度;如果希望屏幕超出无滚动,设置overflow:hidden
给span设定同样的宽度,有必要的话设置高度,如果内容超出设置的宽度可以做超出剪切的处理:overflow:hidden;这样的话上下就对齐了,而且排版也相对美观。希望能帮到您!
span{display:inline-blockwidth:1000pxheight:24pxline-height:24pxoverflow:hidden}
width设置为想要的宽度;如果希望屏幕超出无滚动,设置overflow:hidden
给span设定同样的宽度,有必要的话设置高度,如果内容超出设置的宽度可以做超出剪切的处理:overflow:hidden;这样的话上下就对齐了,而且排版也相对美观。希望能帮到您!