success.wxss 750 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* pages/login-success/login-success.wxss */
  2. page {
  3. height: 100%;
  4. }
  5. .container {
  6. width: 100%;
  7. display: flex;
  8. align-items: center;
  9. justify-content: center;
  10. flex-direction: column;
  11. /* padding: 0 47rpx; */
  12. box-sizing: border-box;
  13. }
  14. .hint-pic {
  15. width: 100%;
  16. /* background: #eee; */
  17. }
  18. .message {
  19. color: #31364c;
  20. font-size: 28rpx;
  21. display: flex;
  22. flex-direction: column;
  23. align-items: center;
  24. justify-content: center;
  25. margin-top: 55rpx;
  26. }
  27. .action {
  28. font-weight: 500;
  29. display: flex;
  30. align-items: center;
  31. justify-content: center;
  32. margin-top: 25rpx;
  33. }
  34. .action image {
  35. height: 28rpx;
  36. width: 28rpx;
  37. margin-right: 15rpx;
  38. }
  39. .version {
  40. color: #888a8e;
  41. font-size: 28rpx;
  42. position: absolute;
  43. bottom: 65rpx;
  44. }