page-psysurvey.component_20241217164909.scss 910 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* 设置页面背景色 */
  2. ion-content {
  3. --background: #ffffff; /* 白色背景 */
  4. }
  5. ion-title {
  6. font-size: 24px; /* 增大字体大小 */
  7. font-weight: bold; /* 加粗 */
  8. }
  9. /* 设置卡片的样式 */
  10. ion-list {
  11. margin: 10px; /* 卡片之间的间距 */
  12. border-radius: 10px; /* 圆角效果 */
  13. box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 阴影效果 */
  14. }
  15. ion-button {
  16. font-size: 15px; /* 增大字体大小 */
  17. margin-top: 8px; /* 上间距,仅在需要时添加 */
  18. text-transform: none; /* 按钮文字不变形 */
  19. height: 35px;
  20. }
  21. /* 设置列表项的样式 */
  22. ion-item {
  23. margin: 5px 0; /* 列表项之间的间距 */
  24. }
  25. /* 设置按钮的样式(如果按钮不在顶部方框内) */
  26. ion-toolbar {
  27. margin: auto;
  28. }
  29. .title-text{
  30. position: absolute;
  31. display: flex;
  32. left: 65px;
  33. margin: auto;
  34. top: 10px;
  35. }