Files
LandPPT/template_examples/清新风.json

14 lines
9.3 KiB
JSON
Raw Normal View History

2025-11-07 09:05:53 +08:00
{
"template_name": "清新风",
"description": "清新风",
"html_template": "<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>清新风PPT模板</title>\n\n <!-- 外部库支持 (CDN) -->\n <!-- Font Awesome: 用于图标 -->\n <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css\">\n <!-- Chart.js: 用于图表 (可替换为 ECharts, D3.js 等) -->\n <script src=\"https://cdn.jsdelivr.net/npm/chart.js\"></script>\n \n <!-- \n 所有CSS样式均内联在此处以确保模板的自包含性。\n 这里未使用Tailwind CSS框架而是采用原生CSS以避免额外的构建步骤\n 但其命名和设计思路借鉴了原子化CSS的思想易于理解和维护。\n -->\n <style>\n /* --- 基础与重置 --- */\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n\n html, body {\n width: 100%;\n height: 100%;\n overflow: hidden; /* 核心要求:绝对不允许出现滚动条 */\n background-color: #f0f2f5; /* 页面背景色衬托PPT页面 */\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n }\n\n /* --- --- */\n /* 使Flexbox */\n .slide-container {\n display: flex;\n justify-content: center;\n align-items: center;\n width: 100%;\n height: 100%;\n padding: 1vw; /* */\n }\n\n /* 16:9 */\n .slide-aspect-ratio-box {\n width: 100%;\n max-width: 1280px; /* */\n aspect-ratio: 16 / 9; /* CSS16:9 */\n position: relative; /* slide */\n box-shadow: 0 8px 24px rgba(0, 32, 64, 0.1); /* */\n border-radius: 8px; /* */\n }\n\n /* --- PPT --- */\n .slide {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n \n /* : */\n background-color: #ffffff;\n /* */\n /* background-image: linear-gradient(135deg, #f8fafc 0%, #eef2f5 100%); */\n \n color: #374151; /* */\n border-radius: 8px; /* */\n \n /* 使Flexbox */\n display: flex;\n flex-direction: column;\n padding: 40px 60px; /* (720p) */\n }\n\n /* --- --- */\n /* */\n .slide-title {\n font-size: 42px; /* 1280x720 */\n font-weight: 600;\n color: #0ea5e9; /* */\n margin-bottom: 24px;\n flex-shrink: 0; /* */\n }\n\n /* */\n .slide-content {\n flex-grow: 1; /* */\n font-size: 20px;\n line-height: 1.7;\n overflow: hidden; /* */\n }\n\n /* */\n .slide-content h3 {\n font-size: 24px;\n font-weight: 600;\n color: #1e293b;\n margin-top: 20px;\n margin-bottom: 12px;\n border-left: 4px solid
"tags": [
"清新风"
],
"is_default": false,
"export_info": {
"exported_at": "2025-10-04T06:54:40.086Z",
"original_id": 15,
"original_created_at": 1755855551.7143126
}
}