微信公众号文章阅读
by midpoint 2022.1.14
Authormidpoint
LicenseNo License
Categoryuserstyles
Created
Updated
Size731 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
微信公众号文章阅读
by midpoint 2022.1.14
/* ==UserStyle==
@name 微信公众号文章阅读
@version 20231210.10.32
@namespace userstyles.world/user/midpoint
@description 微信公众号文章阅读
by midpoint 2022.1.14
@author midpoint
@license No License
==/UserStyle== */
@-moz-document domain("weixin.qq.com") {
body * {
font-family: "WenKai"!important;
}
.not_in_mm[style] .qr_code_pc_outer[style] .qr_code_pc {
position: fixed!important;
}
p,
span {
font-size: 28px!important;
line-height: 1.5!important;
text-indent: 2em!important;
}
.pages_skin_pc.wx_wap_desktop_fontsize_2 .rich_media_area_primary_inner,
.pages_skin_pc.wx_wap_desktop_fontsize_2 .rich_media_area_extra_inner
{
max-width: 80%!important;
}
}