/* eslint-disable */
@font-face {
    font-family: "iconfont";  /* project id 2000141 */
    src: url(https://at.alicdn.com/t/font_2000141_vma36b09h9.wof) format("woff"),
        url(https://at.alicdn.com/t/font_2000141_vma36b09h9.ttf) format("truetype"),
        url(https://at.alicdn.com/t/font_2000141_vma36b09h9.svg#iconfont) format("svg");
}

.iconfont {
    display: inline-block;
    font-size: 22px;
    width: 30px;
    height: 30px;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-image:before {
    content: "\e60e";
}

.icon-format-header-1:before {
    content: "\e610";
}

.icon-format-header-2:before {
    content: "\e60f";
}

.icon-format-bold:before {
    content: "\e60a";
}

.icon-format-list:before {
    content: "\e60b";
}

.icon-divider:before {
    content: "\e609";
}

.icon-clear:before {
    content: "\e60c";
}

.icon-format-italic:before {
    content: "\e60d";
}

.editor-wrap {
    width: 100%;
    height: 100vh;
}

.editor {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin-top: 50px;
    padding: 38.043rpx 30.797rpx;
}

swan-editor {
    display: block;
}

.ql-editor {
    height: 100%;
}

.toolbar {
    position: fixed;
    box-sizing: border-box;
    padding: 17px 17px;
    width: 100%;
    height: 45px;
    border-top: .906rpx solid #e6e6e6;
    border-bottom: .906rpx solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 99;
    padding-top: 34px;
    margin-top: -4px;
}

.ql-active {
    color: #3388ff;
}
