.container { box-sizing: border-box; height: 100%; justify-content: space-between; padding: 200rpx 0; } .container, .textStyle { align-items: center; display: -webkit-flex; display: flex; flex-direction: column; } .textContainer { margin-top: 200px; }