throw-drift-bottle.component_20241224203538.scss 229 B

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