rtuhelp.wxss 577 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* pages/help/rtuhelp/rtuhelp.wxss */
  2. /* page{
  3. background: #426666;
  4. } */
  5. .rtuHelpBox{
  6. height: 100%;
  7. width: 100%;
  8. }
  9. .rtu-help-content{
  10. height: 100%;
  11. width: 100%;
  12. }
  13. .rtu-help-scroll-list{
  14. display: flex;
  15. flex-direction: column;
  16. align-items: center;
  17. }
  18. .rtu-help-list{
  19. height: 130rpx;
  20. width: 90%;
  21. background-color: white;
  22. margin-top: 15rpx;
  23. border-radius: 10px;
  24. display: flex;
  25. flex-direction: row;
  26. align-items: center;
  27. box-shadow: 0px 0px 10px #dddddd;
  28. }
  29. .listImag{
  30. height: 55rpx;
  31. width: 55rpx;
  32. margin-left: 20px;
  33. margin-right: 15px;
  34. }