.page-editor #editorjs {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 0.85333rem;
  box-sizing: border-box;
}
.page-editor .preview {
  display: inline-block;
  width: 49%;
  height: 100%;
  border-left: 0.02667rem solid #e6ecf0;
  padding: 0.42667rem 0.85333rem;
  box-sizing: border-box;
}
.editor-twitter-post {
  width: 600Px;
  padding: 10Px 15Px;
  border-radius: 16Px;
  border: 1Px solid #e6ecf0;
  line-height: 1.3125;
}
.editor-twitter-post-header {
  display: flex;
  align-items: center;
}
.editor-twitter-post-avatar {
  display: block;
  width: 49Px;
  height: 49Px;
  margin: 0 10Px 0 0;
  border-radius: 100Px;
  background: #f4f5f6 no-repeat center;
  background-size: cover;
  color: transparent;
}
.editor-twitter-post-nickname {
  display: block;
  font-size: 15Px;
  color: #14171a;
}
.editor-twitter-post-account {
  display: block;
  font-size: 15Px;
  color: #657786;
}
.editor-twitter-post-content {
  font-size: 23Px;
  color: #14171a;
  white-space: pre-wrap;
  word-break: break-all;
}
.editor-twitter-post-container {
  padding: 10Px 0 0 0;
}
.editor-twitter-post-ul {
  margin: 15Px 0;
}
.editor-twitter-post-li {
  display: inline-block;
  font-size: 15Px;
  color: #657786;
}
.editor-twitter-post-li-dot {
  margin: 0 5Px;
}