time-weather.component.scss 520 B

1234567891011121314151617
  1. .divback{
  2. width: 100%;
  3. height: 100%;
  4. background-image: url('https://app.fmode.cn/dev/jxnu/202226701019/zhuti2.jpg');
  5. background-size: cover;
  6. background-position: center;
  7. display: flex;
  8. justify-content: center;
  9. align-items: center;
  10. }
  11. ion-card {
  12. opacity: 0.9;
  13. margin: 0 auto; /* 使卡片居中 */
  14. max-width: 400px; /* 设置卡片的最大宽度 */
  15. border-radius: 10px; /* 设置卡片的圆角 */
  16. box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
  17. }