mobilelogin.css 155 B

123456789101112131415
  1. page {
  2. background-color: #ffffff;
  3. }
  4. .login {
  5. padding: 80rpx 100rpx 0 100rpx;
  6. }
  7. .other {
  8. position: absolute;
  9. width: 100%;
  10. left: 0;
  11. bottom: 40rpx;
  12. }