<!DOCTYPE html> <html> &l题样式 <style> /* 全局样式 */ body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; margin: 0; padding: 20px; max-width: 900px; margin: 0 auto; color: #333; } .headimg { background-color: #4caf50; /* 调整标题区域的背景色 */ padding: 20px; border-radius: 5px; /* 圆角边框 */ color: white; margin-bottom: 20px; } .title { font-size: 28px; font-weight: bold; border-bottom: 2px solid #ff9800; /* 金色下划线 */ padding-bottom: 10px; } .seotitle { font-size: 16px; font-style: italic; border-bottom: 1px solid #ccc; padding-bottom: 5px; margin-top: 10px; } .keyword { font-size: 14px; margin-top: 5px; color: #666; } .h2 { font-size: 22px; color: #1565c0; /* 蓝色标题 */ border-bottom: 1px solid #e0e0e0; padding-bottom: 5px; margin-top: 20px; } .para { margin: 15px 0; text-align: justify; } strong { color: #1565c0; } /* 加粗关键词颜色 */ /* 篇章标题前缀样式 */ .prefix { font-weight: normal; font-style: italic; color: #4caf50; } /* 表格样式 */ table { width: 100%; border-collapse: collapse; margin: 15px 0; } td, th { border: 1px solid #ddd; padding: 8px; } th { background-color: #4caf50; color: white; text-align: left; } </style> <head>
新人进阶篇
</html>

