index.wxss 307 B

12345678910111213
  1. .item-wrap {
  2. position: relative; }
  3. .item-wrap .item {
  4. position: absolute;
  5. z-index: 1;
  6. top: 0;
  7. left: 0; }
  8. .item-wrap .item.tran {
  9. transition: transform 0.3s !important; }
  10. .item-wrap .item.cur {
  11. z-index: 2; }
  12. .item-wrap .item.fixed {
  13. z-index: 0 !important; }