你用的哪个版本idea呢?
我是windows10 系统,使用的是IntelliJ IDEA 2021.2.2
和IntelliJ IDEA 2017.3.4 x64
我这个没有报错,前端使用的 thymeleaf,也是可以的。
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<img style="margin: -4px 8px 0 0;border-radius: 100%;border: 2px solid #FFF;max-width: 40px;" src="../../avatars/user.jpg" alt="Jason's Photo">
<span class="user-info">
<small>欢迎您,</small>
<div th:text="${session.aname}"></div>
</span>
<i class="ace-icon fa fa-caret-down"></i>
</a>
你这css文件上有一句“*.css files are supported by Intellij IDEA Untimate”,而且也没有代码着色。你这是不是没开启IDEA对css的语法支持?是不是没开启css插件呢?所以IDEA才没有错误提示。