article-body {
padding: 20px;
font-size: 16px;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
}
/* 段落间距调整 */
p {
margin-bottom: 20px;
}
/* 标题样式 */
h2 {
font-size: 24px;
color: #1a73e8;
margin-bottom: 20px;
text-align: center;
}
/* 图片样式 */
img {
max-width: 100%;
height: auto;
display: block;
margin: 20px auto;
}
/* 引用样式 */
blockquote {
border-left: 4px solid #1a73e8;
padding-left: 15px;
margin-left: 0;
font-style: italic;
color: #666;
}
/* 字体加粗 */
strong {
font-weight: bold;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #f9f9f9;
line-height: 1.7;
}
/* 装饰性元素 */
.divider {
height: 1px;
background-color: #e0e0e0;
margin: 30px 0;
}







