vue接入ckeditor编辑器效果代码
代码语言:html
所属分类:其他
代码描述:vue接入ckeditor编辑器效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<style>
body {
padding: 50px;
}
.heading h1 {
background: -webkit-linear-gradient(#fff, #999);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
text-align: center;
margin: 0 0 5px 0;
font-weight: 900;
font-size: 4rem;
color: #fff;
}
.heading h4 {
color: #a990cc;
text-align: center;
margin: 0 0 35px 0;
font-weight: 400;
font-size: 24px;
}
.btn {
outline: none !important;
}
.btn.btn-primary {
background-color: #5c4084;
border-color: #5c4084;
outline: none;
}
.btn.btn-p.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0