page { width: 100%; background: rgba(245, 245, 245, 1); height: 100%; } .box { display: flex; flex-direction: column; align-items: center; } .mobile_login { width: 535rpx; font-size: 32rpx; font-family: PingFang SC; font-weight: 500; color: rgba(170, 170, 170, 1); margin-top: 20rpx; text-align: center; } button { width: 535rpx; height: 76rpx; background: rgba(24, 213, 185, 1); border-radius: 10rpx; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 32rpx; font-family: PingFang SC; margin-top: 50rpx; } .button-hover { background: rgba(24, 213, 185, 1); color: #fff; } .box .bike { width: 562rpx; height: 401rpx; } button text { padding-left: 15rpx; } .bottom { position: fixed; width: 100%; text-align: center; bottom: 80rpx; font-size: 26rpx; } .bottom text { color: #FFA404; }