goodList.wxss 181 B

1234567891011
  1. /* pages/activity/goodList/goodList.wxss */
  2. .good_list {
  3. width: 100%;
  4. height: 100%;
  5. overflow-y: scroll;
  6. }
  7. .good_list image {
  8. width: 100%;
  9. height: 100%;
  10. display: block;
  11. }