page-updating.component_20241228141222.scss 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /* 设置页面背景色 */
  2. ion-content {
  3. --background: #ffffff; /* 白色背景 */
  4. --background: url('https://nova-cloud.obs.cn-south-1.myhuaweicloud.com/storage/aigc/imagine/4RHC2Jhp2l-0.png') no-repeat fixed!important;
  5. --background-size: cover;
  6. display: flex;
  7. justify-content: center;
  8. align-items: center;
  9. height: 100%;
  10. }
  11. ion-card {
  12. margin: 10px; /* 卡片之间的间距 */
  13. border-radius: 10px; /* 圆角效果 */
  14. box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 阴影效果 */
  15. }
  16. ion-card-title {
  17. font-weight:bold;
  18. }
  19. .card-content-with-button {
  20. display: flex;
  21. justify-content: space-between;
  22. align-items: center;
  23. }
  24. .expect-message {
  25. font-size: 2rem; /* 放大字体 */
  26. color: gray; /* 灰色文字 */
  27. opacity: 0.7; /* 透明度 */
  28. }
  29. .content-section {
  30. flex-grow: 1;
  31. }
  32. .button-section {
  33. margin-left: 10px;
  34. }
  35. /* 确保按钮文本正常横排 */
  36. ion-button {
  37. white-space: nowrap;
  38. }
  39. /* 设置列表项的样式 */
  40. ion-item {
  41. margin: 5px 0; /* 列表项之间的间距 */
  42. }
  43. ion-title {
  44. font-size: 24px; /* 增大字体大小 */
  45. font-weight: bold; /* 加粗 */
  46. }
  47. /* 设置卡片的样式 */
  48. ion-list {
  49. margin: 10px; /* 卡片之间的间距 */
  50. border-radius: 10px; /* 圆角效果 */
  51. box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 阴影效果 */
  52. }
  53. ion-button {
  54. font-size: 15px; /* 增大字体大小 */
  55. margin-top: 8px; /* 上间距,仅在需要时添加 */
  56. text-transform: none; /* 按钮文字不变形 */
  57. height: 35px;
  58. }
  59. /* 设置列表项的样式 */
  60. ion-item {
  61. margin: 5px 0; /* 列表项之间的间距 */
  62. }
  63. /* 设置按钮的样式(如果按钮不在顶部方框内) */
  64. ion-toolbar {
  65. margin: auto;
  66. }
  67. .title-text{
  68. position: absolute;
  69. display: flex;
  70. left: 105px;
  71. margin: auto;
  72. top: 10px;
  73. }