index.less 146 B

1234567891011
  1. .img{
  2. >div{
  3. >span{
  4. z-index: -1;
  5. &:first-child{
  6. z-index: 100;
  7. }
  8. }
  9. }
  10. }