@import "./style.css";
.editor-box{
    position: relative;
    height: 100%;
    // background: #fff;
    // padding-top: 20px;
    .template-editor{
      width: 100%;
    }
    .operate-prompt{
        position: absolute;
        font-size: 18px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        color: #777;
        background: #f6fffb;
    }
    .page-body{
      position: relative;
      margin-top: 20px;
    }
    .paper-main{
      background-color: #fff;
      padding: 0;
    }
    .paper-title {
      color: #333;
      font-weight: bold;
      margin: 0;
      text-align: center;
      font-family: PingFangSC-Semibold;
      font-size: 26px;
      line-height: 26px;
      padding-bottom: 20px;
    }
  
    .paper-title .paper-version {
      font-size: 12px;
      color: #999;
      margin-left: 10px;
      padding: 0 4px;
      border-radius: 4px;
    }
  
}