.document-editor {
    width: 15.8cm;
    min-height: 21cm;
    padding: 1.5cm 2cm 2cm;
    margin: 0.5cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.document-editor, .document-editor td, .document-editor th {
    font-size: 12pt;        /*默认小四字体*/
}

.document-editor table {
    margin-top:0.5cm;
    margin-bottom:0.5cm;
}

.document-editor p {
    margin:0;
}

.document-editor p.para span,.document-editor p.para {
    text-indent: 2em;
}

.document-editor p.pd {
    line-height: 2;
}
