.follow{ position: relative; height: 100vh; width: 100%; } .out{ position: absolute; top: 40%; /* height: 384upx; */ /* line-height: 384upx; */ width: 100%; text-align: center; z-index: 9999999999999; } .out image{ margin: 0 auto; height: 384rpx; width: 384rpx; background-color: #00BFFF; } .text{ width: 50%; margin: 0 auto; margin-top: 20rpx; text-align: center; font-size: 28rpx; font-weight: 400; line-height: 40rpx; color: #FFFFFF; opacity: 1; }