css内容超出不显示省略号

					width: 79%;
 					font-size: 28rpx;
 					font-family: PingFang SC-Medium, PingFang SC;
 					font-weight: 500;
 					color: #209FD6;
 					overflow: hidden;
 					text-overflow: ellipsis;
 					white-space: nowrap;
 					display:flex;

不能使用display:flex,要使用span或者行内来代替

你可能感兴趣的:(css,前端,javascript)