drift-bottle.component_20241224111927.scss 781 B

123456789101112131415161718192021222324252627282930313233
  1. /* 设置页面背景色 */
  2. ion-content {
  3. display: block;
  4. background-image: url('/assets/img/漂流瓶.jpg'); /* 设置背景图片路径 */
  5. background-size: cover; /* 使背景图片覆盖整个元素 */
  6. background-position: center; /* 将背景图片居中 */
  7. background-repeat: no-repeat; /* 防止背景图片重复 */
  8. min-height: 100vh; /* 确保背景图片至少覆盖整个视口高度 */
  9. }
  10. ion-button {
  11. font-size: 15px; /* 增大字体大小 */
  12. margin-top: 8px; /* 上间距,仅在需要时添加 */
  13. text-transform: none; /* 按钮文字不变形 */
  14. height: 35px;
  15. }
  16. ion-toolbar {
  17. margin: auto;
  18. }
  19. .title-text{
  20. position: absolute;
  21. display: flex;
  22. left: 125px;
  23. margin: auto;
  24. top: 10px;
  25. }