throw-drift-bottle.component_20241224202450.scss 275 B

12345678910
  1. /* throw-drift-bottle.component.scss */
  2. :host {
  3. --background: rgba(255, 255, 255, 0.8); /* 设置背景为半透明白色 */
  4. backdrop-filter: blur(10px); /* 添加模糊效果 */
  5. }
  6. ion-card {
  7. background: transparent; /* 使 ion-card 背景透明 */
  8. }