分你一颗糖 2022-10-30 16:49 采纳率: 20%
浏览 17

复制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


没有图片

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

无从下手

我想要达到的结果

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

  • 写回答

1条回答 默认 最新

  • 崽崽的谷雨 2022-10-31 09:40
    关注

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

    评论

报告相同问题?

问题事件

  • 创建了问题 10月30日

悬赏问题

  • ¥15 MATLAB的动态模态分解出现错误,以CFX非定常模拟结果为快照
  • ¥15 求高通平台Softsim调试经验
  • ¥15 canal如何实现将mysql多张表(月表)采集入库到目标表中(一张表)?
  • ¥15 wpf ScrollViewer实现冻结左侧宽度w范围内的视图
  • ¥15 栅极驱动低侧烧毁MOSFET
  • ¥30 写segy数据时出错3
  • ¥100 linux下qt运行QCefView demo报错
  • ¥50 F1C100S下的红外解码IR_RX驱动问题
  • ¥20 基于matlab的航迹融合 航迹关联 航迹插补
  • ¥15 用Matlab实现图中的光线追迹