复制CSS文件到ideawebapp目录里面全部爆红

问题遇到的现象和发生背景

从别的文件复制过来webapp里面

img

img

用代码块功能插入代码,请勿粘贴截图

 /**   AdminLTE v2.3.8*/
 /**   Author: Almsaeed Studio*/
 /**     Website: Almsaeed Studio <http://almsaeedstudio.com>*/
 /**   License: Open source - MIT*/
 /**           Please visit http://opensource.org/licenses/MIT for more information*/

/*
 * Core: General Layout Style
 * -------------------------
 */
html,
body {
  height: 100%;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
  font-family: "Microsoft YaHei", tahoma, "Hiragino Sans GB", "\\5b8b体", 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}
/* Layout */
.wrapper {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}

```css


```

运行结果及报错内容

img


没有图片

我的解答思路和尝试过的方法

无从下手

我想要达到的结果

想要我的项目图片显示出来

如果 原来编辑器 里可以正常运行 ,那就说明这个 编辑器 没设置 或者 安装css 插件