实现富文本编辑器

This commit is contained in:
Minho
2018-01-23 20:09:08 +08:00
parent 4d87ef8544
commit 00d6d0ee8f
97 changed files with 34366 additions and 55 deletions

View File

@@ -131,17 +131,16 @@ body{
left: 0;
right: 0;
}
.btn-toolbar{position: absolute;}
.editormd-group{
float: left;
height: 32px;
margin-right: 10px;
}
.editormd-group a{
.editormd-group a,.editormd-group .editor-item{
float: left;
}
.editormd-group a.change{
}
.editormd-group .change i{
color: #ffffff;
background-color: #44B036 !important;
@@ -158,10 +157,10 @@ body{
opacity: .6;
cursor: default
}
.editormd-group a>i {
.editormd-group a>i{
display: inline-block;
width: 34px;
height: 30px;
width: 34px !important;
height: 30px !important;
line-height: 30px;
text-align: center;
color: #4b4b4b;