login.wxss 418 B

123456789101112131415161718192021222324
  1. .page-section {
  2. margin-top: 200rpx;
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. justify-content: center;
  7. width: 100%;
  8. padding: 0 50rpx;
  9. box-sizing: border-box;
  10. }
  11. .page-body-title {
  12. font-size: 60rpx;
  13. line-height: 200rpx;
  14. }
  15. .page-body-text {
  16. color: #bbb;
  17. font-size: 28rpx;
  18. line-height: 40rpx;
  19. margin: 0 0 100rpx 0;
  20. text-align: center;
  21. }
  22. .page-body-button {
  23. width: 100%;
  24. }