index.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .auth {
  2. margin-top: 128rpx;
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center
  6. }
  7. .auth-logo {
  8. width: 200rpx;
  9. height: 200rpx
  10. }
  11. .auth-logo image {
  12. height: 100%;
  13. width: 100%
  14. }
  15. .title {
  16. margin-top: 20rpx;
  17. font-size: 36rpx;
  18. line-height: 56rpx
  19. }
  20. .merchant-name {
  21. display: inline;
  22. font-weight: 700
  23. }
  24. .sub-title {
  25. margin-top: 8rpx;
  26. font-size: 34rpx;
  27. line-height: 52rpx
  28. }
  29. .button-area {
  30. margin-top: 48rpx
  31. }
  32. .button-area button {
  33. width: 622rpx;
  34. height: 96rpx;
  35. background: #C8FF0C;
  36. border: 2rpx solid #C8FF0C;
  37. font-size: 32rpx;
  38. font-weight: 400;
  39. line-height: 96rpx;
  40. padding: 0;
  41. border-radius: 48rpx;
  42. color: #000000
  43. }
  44. .redirect {
  45. margin-top: 272rpx;
  46. display: flex;
  47. flex-direction: column;
  48. align-items: center
  49. }
  50. .loading {
  51. height: 160rpx;
  52. width: 160rpx;
  53. margin-bottom: 32rpx
  54. }
  55. .loading image {
  56. height: 100%;
  57. width: 100%
  58. }
  59. .title {
  60. font-size: 34rpx;
  61. line-height: 52rpx
  62. }