index.wxss 171 B

12345678910111213141516
  1. .img-content {
  2. position: relative;
  3. }
  4. .img-def {
  5. position: absolute !important;
  6. transition: opacity 0.1s;
  7. }
  8. .opacity {
  9. opacity: 0;
  10. }
  11. .show-img {
  12. opacity: 1;
  13. }