Files
LandPPT/template_examples/简约答辩风.json

15 lines
7.2 KiB
JSON
Raw Normal View History

2025-11-07 09:05:48 +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>{{ page_title }}</title>\n <script src=\"https://cdn.tailwindcss.com\"></script>\n <script src=\"https://cdn.jsdelivr.net/npm/chart.js\"></script>\n <script src=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/js/all.min.js\"></script>\n <style>\n /* --- --- */\n html {\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: #f0f7ff;\n }\n\n body {\n width: 1280px;\n height: 720px;\n margin: 0;\n padding: 0;\n position: relative;\n overflow: hidden;\n font-family: 'Inter', 'Microsoft YaHei', 'PingFang SC', sans-serif;\n flex-shrink: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n body::before {\n content: '';\n position: absolute;\n top: -20%; left: -20%; width: 140%; height: 140%;\n background: \n radial-gradient(circle at 20% 80%, rgba(173, 216, 230, 0.2), transparent 40%),\n radial-gradient(circle at 75% 30%, rgba(135, 206, 250, 0.2), transparent 40%);\n z-index: 1;\n animation: liquid-flow-outer 30s ease-in-out infinite alternate;\n }\n \n body::after {\n content: '';\n position: absolute;\n width: 1280px;\n height: 720px;\n background: \n radial-gradient(circle at 20% 80%, rgba(173, 216, 230, 0.25), transparent 40%),\n radial-gradient(circle at 75% 30%, rgba(135, 206, 250, 0.25), transparent 40%);\n z-index: 2;\n border-radius: 30px;\n animation: liquid-flow-inner 20s ease-in-out infinite alternate;\n }\n\n @keyframes liquid-flow-outer {\n from { transform: rotate(0deg) scale(1.2); filter: blur(60px); }\n to { transform: rotate(180deg) scale(1.5); filter: blur(80px); }\n }\n \n @keyframes liquid-flow-inner {\n from { transform: rotate(0deg) scale(1); filter: blur(30px); }\n to { transform: rotate(-180deg) scale(1.2); filter: blur(40px); }\n }\n\n .slide-container {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n color: #001f3f;\n position: relative;\n z-index: 3; \n background: rgba(255, 255, 255, 0.7);\n backdrop-filter: blur(30px) saturate(120%);\n -webkit-backdrop-filter: blur(30px) saturate(120%);\n border-radius: 30px;\n border: 1px solid rgba(0, 60, 120, 0.15);\n box-shadow: \n inset 0 0 1px 1px rgba(0, 100, 200, 0.1), \n 0 8px 30px rgba(0, 40, 100, 0.15); \n }\n \n .slide-header {\n padding: 40px 60px 20px 60px;\n border-bottom: 1px solid rgba(0, 60, 120, 0.1);\n }\n \n .slide-title {\n font-size: clamp(2.2rem, 4vw, 3.2rem);\n font-weight: 700; \n color: #001f3f;\n margin: 0;\n line-height: 1.2;\n }\n \n .slide-content {\n flex: 1;\n padding: 30px 60px;\n display: flex;\n flex-direction: column;\n justify-content: center;\n max-height: 580px;\n overflow: auto;\n }\n \n .content-main {\n font-size: clamp(1.1rem, 2.5vw, 1.4rem);\n line-height: 1.7; \n color: #001f3f;\n }\n \n .content-points {\n list-style: none; padding: 0; margin: 20px 0 0 0;\n }\n \n
"tags": [
"蓝白",
"大学答辩"
],
"is_default": false,
"export_info": {
"exported_at": "2025-07-23T07:58:37.924Z",
"original_id": 10,
"original_created_at": 1753257350.5712268
}
}