reset.wxss 379 B

1234567891011121314151617181920212223242526272829303132
  1. /* pages/help/rtuhelp/reset/reset.wxss */
  2. page{
  3. background: white;
  4. }
  5. .reset{
  6. width: 100%;
  7. height: auto;
  8. /* display: flex;
  9. flex-direction: column;
  10. align-items: center; */
  11. margin-top: 20px;
  12. }
  13. .resetImg{
  14. width: 90%;
  15. }
  16. .resetText{
  17. font-size: 1.0rem;
  18. }
  19. .resetBox{
  20. display: flex;
  21. flex-direction: column;
  22. align-items: center;
  23. }
  24. .scrollview{
  25. width: 95%;
  26. }