【问题标题】:flutter web load css and images颤动网页加载css和图像
【发布时间】:2021-07-20 08:44:01
【问题描述】:

我的 index.html 中有这个

<img src="img/splash.png" class="center"/>

<link rel="stylesheet" type="text/css" href="styles/styles.css">

styles 和 img 文件夹都在 'web' 文件夹中。 找到了 splash.png 文件,但是对于 css 文件,我得到了这个:

The stylesheet https://myapp-24b9f.web.app/forms/styles/styles.css was not loaded...。 我正在加载的网址是:https://myapp-24b9f.web.app/forms/somepage

为什么图片搜索相对于'web'文件夹,而css文件相对于'forms'搜索?

【问题讨论】:

    标签: html css flutter-web


    【解决方案1】:

    我把它移到了第一行,它解决了:

        <base href="/">
    

    【讨论】:

      猜你喜欢
      • 2021-08-15
      • 1970-01-01
      • 1970-01-01
      • 2011-10-22
      • 1970-01-01
      • 2012-11-29
      • 2021-01-14
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多