合伙人运营小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_animation.wxss 88B

12345678
  1. @keyframes tdesign-fade-out {
  2. from {
  3. opacity: 1;
  4. }
  5. to {
  6. opacity: 0;
  7. }
  8. }