drift-bottle.component_20241224094716.scss 441 B

1234567891011121314
  1. /* drift-bottle.component.scss */
  2. :host {
  3. display: block;
  4. background-image: url('/soul-prod/img/漂流瓶.jpg'); /* 设置背景图片路径 */
  5. background-size: cover; /* 使背景图片覆盖整个元素 */
  6. background-position: center; /* 将背景图片居中 */
  7. background-repeat: no-repeat; /* 防止背景图片重复 */
  8. min-height: 100vh; /* 确保背景图片至少覆盖整个视口高度 */
  9. }