authentication.wxss 894 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. page {
  2. width: 100%;
  3. background: rgba(245, 245, 245, 1);
  4. height: 100%;
  5. }
  6. .box {
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. }
  11. .mobile_login {
  12. width: 535rpx;
  13. font-size: 32rpx;
  14. font-family: PingFang SC;
  15. font-weight: 500;
  16. color: rgba(170, 170, 170, 1);
  17. margin-top: 20rpx;
  18. text-align: center;
  19. }
  20. button {
  21. width: 535rpx;
  22. height: 76rpx;
  23. background: rgba(24, 213, 185, 1);
  24. border-radius: 10rpx;
  25. display: flex;
  26. align-items: center;
  27. justify-content: center;
  28. color: #fff;
  29. font-size: 32rpx;
  30. font-family: PingFang SC;
  31. margin-top: 50rpx;
  32. }
  33. .button-hover {
  34. background: rgba(24, 213, 185, 1);
  35. color: #fff;
  36. }
  37. .box .bike {
  38. width: 562rpx;
  39. height: 401rpx;
  40. }
  41. button text {
  42. padding-left: 15rpx;
  43. }
  44. .bottom {
  45. position: fixed;
  46. width: 100%;
  47. text-align: center;
  48. bottom: 80rpx;
  49. font-size: 26rpx;
  50. }
  51. .bottom text {
  52. color: #FFA404;
  53. }