p {
    font-family: Arial, sans-serif; /* 字体家族 */
    font-size: 16px; /* 字体大小 */
    line-height: 1.5; /* 行间距 */
    color: #333; /* 字体颜色 */
    background-color: #f9f9f9; /* 背景色 */
    margin-bottom: 20px; /* 底部边距 */
    padding: 10px 0; /* 上下填充 */
    text-indent: 30px; /* 首行缩进 */
}

