subscribe-message.wxss 422 B

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