/** 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
```
无从下手
想要我的项目图片显示出来
如果 原来编辑器 里可以正常运行 ,那就说明这个 编辑器 没设置 或者 安装css 插件