Amethyst Crystal Water Bottle
body { line-height: 1.6; color: #333; /* 维持原有的字体颜色为黑色 */ margin: 20px; font-family: Arial, sans-serif; /* 明确指定字体 */ } h3 { color: #333; /* 将标题调整为黑色 */ font-size: 20px; /* 调整标题的字体大小为22px */ font-weight: bold; /* 确保标题是加粗的 */ font-family: Arial, sans-serif; /* 使标题字体与正文字体相同 */ margin-top: 30px; /* 增加标题上方的间距 */ margin-bottom: 15px; /* 增加标题下方的间距 */ } strong { color: #333; /* 保持强调文字为黑色 */ font-weight: bold; /* 确保加粗 */ } ul { list-style-type: disc; padding-left: 20px; margin-bottom: 15px; /* 增加列表的下方间距 */ } ul ul { list-style-type: none; padding-left: 0; } p { margin-bottom: 20px; /* 增加正文段落的下方间距 */ font-size: 16px; /* 设置正文的字体大小 */ } .highlight { background-color: #ffff00; /* 保持黄色背景 */ } .center-text { text-align: center; /* 居中对齐 */ } .left-text { text-