.container { background-color: #ffffff; height: 100vh; } .header_view { width: 100%; align-items: center; padding-top: 126rpx; } .header_img { width: 148rpx; height: 148rpx; border-radius: 32rpx; overflow: hidden; } .version { height: 100rpx; color: #060809; text-align: center; margin: 0 auto; margin-top:24rpx; font-size: 28rpx; font-family: Futura, Futura; } .align-center{ align-items: center; } .header_title{ font-weight: 600; font-size: 36rpx; color: #060809; margin: 32rpx 0 12rpx; } .company-text{ font-family: PingFangSC, PingFang SC; font-weight: 500; font-size: 24rpx; color: #060809; opacity: 0.4; text-align: center; } .company-text-view{ margin-top: 700rpx; }