Browse Source

政治思想工作详情页字体大小

lidongxue 5 months ago
parent
commit
7ec795fb80
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/main/resources/templates/theme/pblog/specialDetails.html

+ 5 - 0
src/main/resources/templates/theme/pblog/specialDetails.html

@@ -231,5 +231,10 @@
         window.close();
         window.close();
     }
     }
 </script>
 </script>
+<style>
+    div.articleContent p{
+        font-size: 24px;
+    }
+</style>
 </body>
 </body>
 </html>
 </html>