rtuTimeset.wxss 408 B

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