drift-bottle.component_20241224113321.scss 923 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* drift-bottle.component.scss */
  2. :host {
  3. display: block;
  4. }
  5. /* 设置页面背景色 */
  6. ion-content {
  7. --background: transparent; /* 确保内容背景透明 */
  8. }
  9. .full-screen-image {
  10. position: absolute;
  11. top: 0;
  12. left: 0;
  13. width: 100%;
  14. height: 100%;
  15. overflow: hidden;
  16. }
  17. .full-screen-image img {
  18. width: 100%;
  19. height: 100%;
  20. object-fit: cover; /* 使图片覆盖整个容器并保持宽高比 */
  21. }
  22. ion-avatar {
  23. width: 50px; /* 或者你需要的任何尺寸 */
  24. height: 50px; /* 保持宽高一致,避免变形 */
  25. }
  26. ion-button {
  27. font-size: 15px; /* 增大字体大小 */
  28. margin-top: 8px; /* 上间距,仅在需要时添加 */
  29. text-transform: none; /* 按钮文字不变形 */
  30. height: 35px;
  31. }
  32. ion-toolbar {
  33. margin: auto;
  34. }
  35. .title-text{
  36. position: absolute;
  37. display: flex;
  38. left: 125px;
  39. margin: auto;
  40. top: 10px;
  41. }