文档更改Home
由 Yang Sheng 于 2025-02-42,18:57 最后修改
摘要
-
页面属性 (1 修改, 0 新增, 0 删除)
细节
- 页面属性
-
- 内容
-
... ... @@ -23,8 +23,41 @@ 23 23 ## 这里定义需要忽略的页面标题列表 24 24 #set($ignoreTitles = ["页面管理", "脚本&自动化"]) 25 25 26 +## 输出CSS样式到<head>部分 27 +{{html}} 28 +<head> 29 +<style> 30 + .recent-updates { 31 + font-family: Arial, sans-serif; 32 + margin: 20px; 33 + } 34 + .recent-updates h2 { 35 + font-size: 24px; 36 + color: #333; 37 + } 38 + .recent-updates h3 { 39 + font-size: 20px; 40 + color: #444; 41 + margin-top: 15px; 42 + } 43 + .recent-updates ul { 44 + list-style-type: none; 45 + padding-left: 0; 46 + } 47 + .recent-updates li { 48 + margin-bottom: 8px; 49 + } 50 + .recent-updates a { 51 + text-decoration: none; 52 + color: #0066cc; 53 + } 54 + .recent-updates a:hover { 55 + text-decoration: underline; 56 + } 57 +</style> 58 +</head> 59 +{{/html}} 26 26 27 - 28 28 ## 输出近期更新内容 29 29 <div class="recent-updates"> 30 30 <h2>近期更新</h2> ... ... @@ -67,7 +67,6 @@ 67 67 68 68 69 69 70 - 71 71 ))) 72 72 73 73 (% class="col-xs-12 col-sm-6" %)