index.less 110 B

123456
  1. .popup{
  2. width: 100%;
  3. height: 100%;
  4. position: relative;
  5. backdrop-filter: blur(10rpx) brightness(40%);
  6. }