magic-page-designer
Version:
magic-page-designer 是一个基于 vue 的在线页面快速开发平台,主要把所有的 vue 代码都改为在线配置,最终获得一个 json 格式的页面,你可以把它存放到服务器的任何地方:数据库、静态文件、redis 等。最方便的是可以在线修改页面,再也不用担心生产出问题了,还得打开 IDE,修改测试打包,直接在线编码,所见即所得。还可以配合 [magic-api](https://gitee.com/ssssssss-team/magic-api) 使用,完全抛弃 IDE,随时随地 code w
62 lines (47 loc) • 912 B
CSS
@font-face {
font-family: "mpd-iconfont"; /* Project id 2683664 */
src: url('iconfont.ttf?t=1630650991185') format('truetype');
}
.mpd-iconfont {
font-family: "mpd-iconfont" ;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mpd-icon-picture:before {
content: "\e689";
}
.mpd-icon-div:before {
content: "\e601";
}
.mpd-icon-text-border:before {
content: "\e600";
}
.mpd-icon-question:before {
content: "\e729";
}
.mpd-icon-row:before {
content: "\e61e";
}
.mpd-icon-col:before {
content: "\e691";
}
.mpd-icon-shanchu:before {
content: "\e614";
}
.mpd-icon-gengduo:before {
content: "\e61f";
}
.mpd-icon-json:before {
content: "\e67c";
}
.mpd-icon-base-config:before {
content: "\e6bc";
}
.mpd-icon-structure:before {
content: "\e755";
}
.mpd-icon-component:before {
content: "\e60b";
}