123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- 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;
- }
|