throw-drift-bottle.component_20241224203925.scss 338 B

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