文档更改Home

Yang Sheng 于 2025-02-42,18:57 最后修改

从版本 120.1
Yang Sheng编辑
在2025-02-42,00:32上
修改评论: 该版本没有评论
到版本
Yang Sheng编辑
在2025-02-42,00:32上
修改评论: 该版本没有评论

摘要

细节

页面属性
内容
... ... @@ -1,3 +1,37 @@
1 +## 输出CSS样式到<head>部分
2 +{{html}}
3 +<head>
4 +<style>
5 + .recent-updates {
6 + font-family: Arial, sans-serif;
7 + margin: 20px;
8 + }
9 + .recent-updates h2 {
10 + font-size: 24px;
11 + color: #333;
12 + }
13 + .recent-updates h3 {
14 + font-size: 20px;
15 + color: #444;
16 + margin-top: 15px;
17 + }
18 + .recent-updates ul {
19 + list-style-type: none;
20 + padding-left: 0;
21 + }
22 + .recent-updates li {
23 + margin-bottom: 8px;
24 + }
25 + .recent-updates a {
26 + text-decoration: none;
27 + color: #0066cc;
28 + }
29 + .recent-updates a:hover {
30 + text-decoration: underline;
31 + }
32 +</style>
33 +</head>
34 +{{/html}}
1 1  == {{displayIcon name="bell"/}} 通知公告 ==
2 2  
3 3