recycle-view.wxss 379 B

123456789101112131415161718192021222324
  1. .item+.item {
  2. /* border-top: 1px solid #ccc; */
  3. }
  4. .item, .item > view {
  5. display: flex;
  6. align-items: center;
  7. height: 150px;
  8. width: 100%;
  9. }
  10. .item-content {
  11. width: 100%;
  12. display: flex;
  13. flex-direction: row;
  14. justify-content: space-around;
  15. height: 150px;
  16. align-items: center;
  17. }
  18. /* .wrap {
  19. height: 100% !important;
  20. } */
  21. /* .wx-recycle-item {
  22. width: 100%;
  23. } */