123456789 |
- /* throw-drift-bottle.component.scss */
- ion-modal {
- --backdrop-background: transparent; /* 设置背景遮罩为透明 */
- --background: rgba(255, 255, 255, 0.9); /* 设置模态框本身的背景为半透明白色 */
- }
- ion-card {
- background-color: rgba(255, 255, 255, 0.9); /* 设置卡片的背景颜色为半透明白色 */
- }
|