/* throw-drift-bottle.component.scss */ ion-modal { --backdrop-opacity: 0.5; /* 设置背景遮罩的透明度 */ } ion-card { background-color: rgba(255, 255, 255, 0.9); /* 设置卡片的背景颜色为半透明白色 */ }