list.wxss 493 B

123456789101112131415161718192021222324252627282930313233
  1. page{
  2. background-color: #ebebeb;
  3. }
  4. .list {
  5. border-radius: 0.5rem;
  6. background-color: #fff;
  7. margin: 0.2rem;
  8. }
  9. .list-item {
  10. display: flex;
  11. padding: 0.4rem 1rem;
  12. }
  13. .list-item label {
  14. width: 6rem;
  15. margin-right: 2rem;
  16. }
  17. .list-item image {
  18. width: 6rem;
  19. }
  20. .generateBtnViewleft{
  21. width: 40% !important;
  22. position: fixed;
  23. bottom: 0.1rem;
  24. left: 5%;
  25. z-index: 10;
  26. }
  27. .generateBtnViewright{
  28. width: 40% !important;
  29. position: fixed;
  30. bottom: 0.1rem;
  31. left: 55%;
  32. z-index: 10;
  33. }