【问题标题】:Put background image behind ionic ion-content and ion-header将背景图像放在 ionic ion-content 和 ion-header 后面
【发布时间】:2021-04-23 12:28:57
【问题描述】:

是否可以在 ionic 2 应用程序中为页面提供背景图片,该图片延伸到整个页面,包括 <ion-header><ion-content

我可以获得内容的背景图像和标题的另一个背景图像,但我无法获得一个图像来覆盖内容和标题后面的整个页面。

【问题讨论】:

    标签: html css ionic2


    【解决方案1】:
    1. 先添加div,然后添加ion-headerion-content
    2. 为特定页面添加背景图片。
    3. 添加属性
      ion-content {
          position: initial;
      }
      

    【讨论】:

      猜你喜欢
      • 2021-01-08
      • 2018-08-09
      • 1970-01-01
      • 2014-10-14
      • 2022-01-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多