wangeditor
Version:
wangEditor - 轻量级 web 富文本编辑器,配置方便,使用简单,开源免费
66 lines (62 loc) • 1.13 kB
text/less
.w-e-toolbar,
.w-e-text-container,
.w-e-menu-panel {
padding: 0;
margin: 0;
box-sizing: border-box;
background-color: #fff;
h1 {
font-size: 32px ;
}
h2 {
font-size: 24px ;
}
h3 {
font-size: 18.72px ;
}
h4 {
font-size: 16px ;
}
h5 {
font-size: 13.28px ;
}
p {
font-size: 16px ;
}
/*表情菜单样式*/
.eleImg{
cursor: pointer;
display: inline-block;
font-size: 18px;
padding: 0 3px;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
/*分割线样式*/
hr{
cursor: pointer;
display: block;
height: 0px;
border: 0;
border-top: 3px solid #ccc;
margin: 20px 0;
}
}
.w-e-clear-fix:after {
content: "";
display: table;
clear: both;
}
.w-e-drop-list-item {
position: relative;
top: 1px;
padding-right: 7px;
color: #333 ;
}
.w-e-drop-list-tl {
padding-left: 10px;
text-align: left;
}