page { background-color: #333333; } .pages { padding: 0 0 25rpx 0; .bg { position: fixed; width: 100vw; height: 100vh; z-index: -9; image { width: 100vw; height: 100vh; } } .bottom { position: absolute; bottom: 0; width: 100%; height: 350rpx; background-color: #0000005b; padding-top: 80rpx; box-sizing: border-box; .loginWithPhone { width: 70%; height: 100rpx; line-height: 100rpx; background-color: #ff4f00; color: #ffffff; font-size: 32rpx; text-align: center; border-radius: 50rpx; margin: auto; } .agree { text-align: center; margin-top: 30rpx; color: #ffffff; .text { margin-left: 10rpx; } .goPro { color: #ff4f00; } } } }