1.嵌套大法cover-view 下在来一个
2.父级直接设置
.content {
width: 70%;
height: 400rpx;
background:red;
border-radius: 5%;
font-size: 30rpx;
display: flex;
justify-content: center;
align-items: center;
white-space:pre-wrap;
text-align:center;
line-height: 200rpx;
}
.content.item{
width: 500rpx;
white-space:pre-wrap;
margin: 20rpx 0 0 0;
}