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