list.wxss 381 B

1234567891011121314151617181920212223242526
  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. .generateBtnView button{
  21. width: 90% !important;
  22. position: fixed;
  23. bottom: 0.1rem;
  24. left: 5%;
  25. z-index: 10;
  26. }