body { background-color: white; } .bg-scroll-view { background-color: white; } /* logo */ .logo { width: 140rpx; height: 140rpx; margin: 60rpx auto 0; border-radius: 30rpx; box-shadow: 0 8rpx 20rpx rgba(50, 150, 251, 0.18); } .logo>image { width: 140rpx; height: 140rpx; } .logo+text { display: block; width: 100%; font-size: 26rpx; color: #666666; text-align: center; margin: 36rpx 0 60rpx; } .bg { margin: 0 76rpx; display: flex; flex-direction: column; } .bg>text { font-size: 30rpx; color: #666666; line-height: 48rpx; } .bg>text:nth-child(2), .bg>text:nth-child(3) { margin-top: 30rpx; }