148 lines
4.2 KiB
HTML
148 lines
4.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{{TITLE}} - {{DATE}} - 微信公众号</title>
|
|
<style>
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
|
|
line-height: 1.7;
|
|
max-width: 720px;
|
|
margin: 0 auto;
|
|
padding: 20px;
|
|
color: #333;
|
|
background-color: #fff;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
h1 {
|
|
font-size: 1.8em;
|
|
font-weight: 600;
|
|
margin-top: 0;
|
|
margin-bottom: 20px;
|
|
color: #222;
|
|
text-align: center;
|
|
line-height: 1.4;
|
|
}
|
|
h2 {
|
|
font-size: 1.5em;
|
|
font-weight: 600;
|
|
margin-top: 36px;
|
|
margin-bottom: 18px;
|
|
color: #333;
|
|
padding-bottom: 10px;
|
|
border-bottom: 2px solid #f0f0f0;
|
|
}
|
|
h3 {
|
|
font-size: 1.3em;
|
|
font-weight: 500;
|
|
margin-top: 28px;
|
|
margin-bottom: 14px;
|
|
color: #444;
|
|
}
|
|
p {
|
|
margin: 18px 0;
|
|
color: #555;
|
|
text-align: justify;
|
|
word-break: break-word;
|
|
}
|
|
ul, ol {
|
|
padding-left: 24px;
|
|
margin: 18px 0;
|
|
}
|
|
li {
|
|
margin: 10px 0;
|
|
color: #555;
|
|
}
|
|
img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
margin: 24px 0;
|
|
border-radius: 6px;
|
|
display: block;
|
|
}
|
|
.abstract {
|
|
background: #f9f9f9;
|
|
padding: 18px;
|
|
border-radius:671px;
|
|
margin: 20px 0;
|
|
color: #666;
|
|
font-size: 1.05em;
|
|
line-height: 1.6;
|
|
border-left: 4px solid #07c160;
|
|
}
|
|
.highlight-box {
|
|
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
|
padding: 20px;
|
|
border-radius: 8px;
|
|
margin: 24px 0;
|
|
border: 1px solid #e1e1e1;
|
|
}
|
|
.action-box {
|
|
background: #e8f5e9;
|
|
padding: 16px;
|
|
border-radius: 6px;
|
|
margin: 20px 0;
|
|
border-left: 5px solid #4CAF50;
|
|
}
|
|
.data-box {
|
|
background: #e3f2fd;
|
|
padding: 16px;
|
|
border-radius: 6px;
|
|
margin: 20px 0;
|
|
border-left: 5px solid #2196F3;
|
|
}
|
|
.wechat-footer {
|
|
margin-top: analyzedpx;
|
|
padding-top: 20px;
|
|
border-top: 1px solid #e1e1e1;
|
|
color: #888;
|
|
font-size: 0.9em;
|
|
text-align: center;
|
|
line-height: 1.5;
|
|
}
|
|
.emoji {
|
|
font-size: 1.2em;
|
|
margin: 0 2px;
|
|
}
|
|
.qrcode-section {
|
|
text-align: center;
|
|
margin: 30px 0;
|
|
padding: 20px;
|
|
background: #f9f9f9;
|
|
border-radius: 8px;
|
|
}
|
|
@media (max-width: 640px) {
|
|
body {
|
|
padding: 16px;
|
|
line-height: 1.6;
|
|
}
|
|
h1 { font-size: 1.6em; }
|
|
h2 { font-size: 1.3em; }
|
|
.abstract { padding: 14px; }
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>{{TITLE}}</h1>
|
|
|
|
<!-- ABSTRACT -->
|
|
|
|
<div class="abstract">
|
|
<p>🌱 本文基于全球可持续性前沿趋势,结合中国实际情况,提供<strong>可执行、可落地</strong>的行动指南。每天一篇,让可持续生活成为日常。</p>
|
|
</div>
|
|
|
|
<!-- CONTENT -->
|
|
|
|
<div class="qrcode-section">
|
|
<p>💚 关注「宇之然」公众号,获取每日可持续性实践指南</p>
|
|
<p>📅 每日更新,数据驱动,行动导向</p>
|
|
</div>
|
|
|
|
<div class="wechat-footer">
|
|
<p>本文由宇之然AI助手生成 | 数据来源:全球可持续性信息源</p>
|
|
<p>📅 生成日期:{{DATE}} | 📊 数据经过交叉验证</p>
|
|
<p>💬 欢迎在留言区分享你的实践经验</p>
|
|
</div>
|
|
</body>
|
|
</html> |