login.wxss 446 B

1234567891011121314151617181920212223242526
  1. /* @import '../../common.wxss'; */
  2. .page-section {
  3. margin-top: 100px;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. justify-content: center;
  8. width: 100%;
  9. padding: 0 25px;
  10. box-sizing: border-box;
  11. }
  12. .page-body-title {
  13. font-size: 30px;
  14. line-height: 100px;
  15. }
  16. .page-body-text {
  17. color: #bbb;
  18. font-size: 14px;
  19. line-height: 20px;
  20. margin: 0 0 50px 0;
  21. text-align: center;
  22. }
  23. .page-body-button {
  24. width: 100%;
  25. }