@charset "UTF-8";
/* 🍋全局 */
html, #tinymce * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 点击变暗 */
  -webkit-overflow-scrolling: touch;
  /* Scrool Touch */
  -webkit-appearance: none;
  /*Font*/
  font-family: sans-serif;
  word-break: break-all;
  text-align: justify;
}

/*🍋editor*/
#tinymce {
  margin: 15px 12px !important;
}

/* 🍋elements */
#post_content,
#tinymce,
.article {
  /* 段落 */
  /* 引用 */
  /* 图片 */
  /*Code*/
  /*text*/
  /* link	*/
}
#post_content p,
#post_content div.public-DraftStyleDefault-block,
#tinymce p,
#tinymce div.public-DraftStyleDefault-block,
.article p,
.article div.public-DraftStyleDefault-block {
  margin-bottom: 0.8em;
}
#post_content h1, #post_content h2, #post_content h3, #post_content h4, #post_content h5, #post_content h6,
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-bottom: 0.5rem;
}
#post_content ol,
#post_content ul,
#tinymce ol,
#tinymce ul,
.article ol,
.article ul {
  padding: 10px 15px 10px 25px;
  border: 1.5px dashed #949494;
  border-radius: 10px;
}
#post_content blockquote,
#tinymce blockquote,
.article blockquote {
  border-left: 4px solid #dedede;
  padding-left: 6px;
  margin: 10px 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
}
#post_content img,
#tinymce img,
.article img {
  display: block;
  width: 100%;
  max-width: 675px;
  margin: 10px auto;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); */
}
#post_content code,
#tinymce code,
.article code {
  font-family: monospace;
  color: #4a4a4a;
  background-color: rgba(0, 0, 0, 0.08);
  padding: 3px 4px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 2em;
}
#post_content strong,
#post_content h1, #post_content h2, #post_content h3, #post_content h4, #post_content h5, #post_content h6,
#tinymce strong,
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6,
.article strong,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  font-weight: 600;
}
#post_content a,
#tinymce a,
.article a {
  font-weight: 600;
  color: #ffffff;
  background-color: #3a3a3a;
  padding: 4px 8px;
  border-radius: 5px;
  text-decoration: none !important;
}
