demo.css 586 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. html, body {
  2. height: 100%;
  3. }
  4. .page {
  5. padding: 25px 15px 60px;
  6. height: 100%;
  7. background-color: #fbf9fe;
  8. -webkit-tap-highlight-color: transparent;
  9. }
  10. .page_title {
  11. color: #225fba;
  12. text-align: center;
  13. font-size: 34px;
  14. font-weight: 400;
  15. margin: 0 15%;
  16. }
  17. .weui_toptips.weui_notice {
  18. background-color: #FFBE00;
  19. }
  20. .weui_text_area {
  21. margin: 15px 0 25px;
  22. padding: 0 20px;
  23. text-align: center;
  24. }
  25. .weui_msg_desc {
  26. font-size: 14px;
  27. color: #888;
  28. }
  29. .weui_extra_area {
  30. margin-bottom: 15px;
  31. font-size: 14px;
  32. color: #888;
  33. }
  34. .weui_extra_area a {
  35. color: #61749B;
  36. }