塔未餐厅家庭日edit icon

作者:
回声像素
Fork(复制)
下载
嵌入
BUG反馈
index.html
style.css
index.js
现在支持上传本地图片了!
index.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>
    <style>
        body {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px;
            background-color: #f9f9f7;
        }
        .header {
            text-align: center;
            margin-bottom: 30px;
            padding: 20px;
            background: linear-gradient(135deg, #6b8e23 0%, #c9cba3 100%);
            border-radius: 10px;
            color: white;
        }
        h1 {
            margin: 0;
            font-size: 2.2em;
        }
        .subtitle {
            font-style: italic;
            margin-top: 10px;
            color: rgba(255, 255, 255, 0.9);
        }
        .script-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
        }
        .script-table th {
            background-color: #6b8e23;
            color: white;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }
        .script-table td {
            padding: 15px;
            border-bottom: 1px solid #eaeaea;
            vertical-align: top;
        }
        .script-table tr:last-child td {
            border-bottom: none;
        }
        .time-column {
            width: 15%;
            font-weight: 600;
            color: #6b8e23;
        }
        .scene-column {
            width: 25%;
        }
        .audio-column {
            width: 25%;
        }
        .caption-column {
            width: 35%;
        }
        .section-divider {
            background-color: #eaf2e3;
            font-weight: bold;
        }
        .notes {
            background-color: #f5f5f5;
            padding: 20px;
            border-radius: 8px;
            margin-top: 30px;
            border-left: 4px solid #6b8e23;
        }
        .notes h2 {
            margin-top: 0;
            color: #6b8e23;
        }
        .tag {
            display: inline-block;
            background-color: #eaf2e3;
            color: #6b8e23;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 0.85em;
            margin-right: 5px;
        }
        @media (max-width: 768px) {
            .script-table {
                display: block;
                overflow-x: auto;
            }
            .time-column, .scene-column, .audio-column, .caption-column {
                white-space: nowrap;
                min-width: 150px;
            }
        }
    </style>
</head>
<body>
    <div class="header">
        <h1>塔未餐厅家庭聚会拍摄脚本</h1>
        <p class="subtitle">30秒短视频 - 小红书/抖音/视频号专用</p>
    </div>

    <table class="script-table">
        <thead>
            <tr>
                <th>时间</th>
                <th>画面内容</th>
                <th>音效/音乐</th>
                <th>字幕/旁白</th>
            </tr>
        </thead>
        <tbody>
            <tr class="section-divider">
                <td colspan="4">【黄金开头 - 0-3秒】</td>
            </tr>
            <tr>
                <td class="time-column">0-1.5秒</td>
                <td class="scene-column">快速剪辑:阳光透过玻璃房顶的光影特写 → 精致甜品(舒芙蕾)被放下,糖粉弹起的慢动作</td>
                <td class="audio-column">清脆鸟鸣声 + 轻快温馨的吉他/钢琴前奏</td>
                <td class="caption-column"><span class="tag">大字幕</span> 在成都,哪里能找到"偷"来的欧洲午后?</td>
            </tr>
            <tr>
                <td class="time-column">1.5-3秒</td>
                <td class="scene-column">一只小手(小朋友特写,只露手和手臂)好奇触碰桌上鲜花</td>
                <td class="audio-column">音乐继续,添加轻微环境音</td>
                <td class="caption-column"></td>
            </tr>
            
            <tr class="section-divider">
                <td colspan="4">【内容展开 - 4-20秒】</td>
            </tr>
            <tr>
                <td class="time-column">4-8秒</td>
                <td class="scene-column">中景跟随:妈妈(优雅侧颜)牵着小朋友走在庭院/玻璃长廊(小朋友背面/侧面)</td>
                <td class="audio-column">持续轻快音乐,加入隐约欢快环境音</td>
                <td class="caption-column"><span class="tag">小字幕</span> 阳光、草坪、玻璃房...</td>
            </tr>
            <tr>
                <td class="time-column">9-12秒</td>
                <td class="scene-column">爸爸为妈妈拉开藤编椅,一家人落座,阳光打在餐桌(小朋友不露正脸)</td>
                <td class="audio-column">音乐继续</td>
                <td class="caption-column"><span class="tag">小字幕</span> 是梦想中的家庭日了~</td>
            </tr>
            <tr>
                <td class="time-column">13-16秒</td>
                <td class="scene-column">美食蒙太奇:Brunch拼盘特写、特色饮品、意大利面;家人举杯,小朋友喝果汁侧面</td>
                <td class="audio-column">音乐继续,添加餐具轻微碰撞声</td>
                <td class="caption-column"><span class="tag">小字幕</span> 美食是假期的正确打开方式</td>
            </tr>
            <tr>
                <td class="time-column">17-20秒</td>
                <td class="scene-column">餐厅环境全景:其他客人惬意用餐,展示空间感和受欢迎程度</td>
                <td class="audio-column">音乐+环境音(笑声、风声)</td>
                <td class="caption-column"></td>
            </tr>
            
            <tr class="section-divider">
                <td colspan="4">【情绪升华 & 结尾钩子 - 21-28秒】</td>
            </tr>
            <tr>
                <td class="time-column">21-24秒</td>
                <td class="scene-column">妈妈低头幸福微笑看小朋友(只拍妈妈侧脸和小朋友头发/肩膀),帮小朋友擦嘴角</td>
                <td class="audio-column">音乐温馨小高潮</td>
                <td class="caption-column"></td>
            </tr>
            <tr>
                <td class="time-column">25-28秒</td>
                <td class="scene-column">爸爸举手机拍全家福,妈妈侧身亲吻小朋友头发/额头(遮挡正脸),定格慢动作</td>
                <td class="audio-column">音乐渐弱</td>
                <td class="caption-column"><span class="tag">互动字幕</span> 你最想和谁,来"塔"里共度一个完美周末?@TA 一起来!</td>
            </tr>
            
            <tr class="section-divider">
                <td colspan="4">【品牌信息 - 29-30秒】</td>
            </tr>
            <tr>
                <td class="time-column">29-30秒</td>
                <td class="scene-column">定帧在餐厅最美角落或logo门头</td>
                <td class="audio-column">音乐收尾+清脆音效</td>
                <td class="caption-column"><span class="tag">品牌信息</span> 定位:塔未Twoways<br>
                    <span class="tag">话题</span> #成都探店 #成都brunch #成都亲子餐厅 #周末去哪儿 #塔未餐厅</td>
            </tr>
        </tbody>
    </table>

    <div class="notes">
        <h2>执行要点与注意事项</h2>
        <ul>
            <li><strong>隐私保护:</strong>严格遵循不露小朋友正脸的要求,使用后脑勺、剪影、局部特写、道具遮挡和父母动作自然遮挡</li>
            <li><strong>光线运用:</strong>充分利用午餐时段(11-14点)的阳光,多捕捉逆光、侧逆光带来的发光发丝和温馨氛围</li>
            <li><strong>美学一致性:</strong>突出餐厅复古、田园、欧式风格细节,色调偏暖、清新、略带复古滤镜</li>
            <li><strong>节奏感:</strong>前3秒和后5秒重点把握节奏,中间部分可稍缓营造悠闲感</li>
            <li><strong>音乐选择:</strong>选择小红书/抖音流行的轻快温暖Vlog背景音乐</li>
            <li><strong>字幕风格:</strong>使用清新可爱字体,提问式字幕提高评论区互动率</li>
        </ul>
    </div>
</body>
</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>
    <style>
        :root {
            --primary-color: #6b8e23;
            --secondary-color: #c9cba3;
            --accent-color: #f5a742;
            --light-bg: #f9f9f7;
            --dark-text: #333;
            --light-text: #666;
            --border-radius: 8px;
            --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        
        body {
            font-family: 'Helvetica Neue', Arial, 'PingFang SC', 'Microsoft YaHei', sans-serif;
            line-height: 1.6;
            color: var(--dark-text);
            background-color: var(--light-bg);
            padding: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .header {
            text-align: center;
            margin-bottom: 40px;
            padding: 30px;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            border-radius: var(--border-radius);
            color: white;
            box-shadow: var(--box-shadow);
        }
        
        h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }
        
        .subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            margin-bottom: 20px;
        }
        
        .section {
            background: white;
            border-radius: var(--border-radius);
            padding: 25px;
            margin-bottom: 30px;
            box-shadow: var(--box-shadow);
        }
        
        h2 {
            color: var(--primary-color);
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--secondary-color);
        }
        
        h3 {
            color: var(--primary-color);
            margin: 20px 0 15px;
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        
        th, td {
            padding: 15px;
            text-align: left;
            border: 1px solid #ddd;
        }
        
        th {
            background-color: var(--primary-color);
            color: white;
            font-weight: 600;
        }
        
        tr:nth-child(even) {
            background-color: #f8f8f8;
        }
        
        .platform-table {
            font-size: 0.9rem;
        }
        
        .platform-table th {
            text-align: center;
        }
        
        .tag {
            display: inline-block;
            background-color: var(--secondary-color);
            color: var(--dark-text);
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 0.85em;
            margin: 2px;
        }
        
        .highlight {
            background-color: rgba(107, 142, 35, 0.1);
            padding: 2px 5px;
            border-radius: 3px;
            font-weight: 500;
        }
        
        .strategy-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin: 20px 0;
        }
        
        .strategy-card {
            background: white;
            border-radius: var(--border-radius);
            padding: 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            border-top: 4px solid var(--primary-color);
        }
        
        .strategy-card h3 {
            color: var(--primary-color);
            margin-top: 0;
        }
        
        .timeline {
            position: relative;
            margin: 30px 0;
            padding-left: 30px;
        }
        
        .timeline:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 4px;
            height: 100%;
            background: var(--primary-color);
            border-radius: 2px;
        }
        
        .timeline-item {
            position: relative;
            margin-bottom: 30px;
        }
        
        .timeline-item:last-child {
            margin-bottom: 0;
        }
        
        .timeline-dot {
            position: absolute;
            left: -38px;
            top: 5px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: var(--primary-color);
            border: 4px solid white;
            box-shadow: 0 0 0 2px var(--primary-color);
        }
        
        .timeline-content {
            background: #f8f8f8;
            padding: 15px;
            border-radius: 6px;
        }
        
        .timeline-date {
            font-weight: bold;
            color: var(--primary-color);
            margin-bottom: 5px;
        }
        
        .kpi-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
            margin: 20px 0;
        }
        
        .kpi-item {
            background: white;
            padding: 15px;
            border-radius: var(--border-radius);
            box-shadow: 0 2px 6px rgba(0,0,0,0.05);
            text-align: center;
            border-left: 4px solid var(--accent-color);
        }
        
        .kpi-value {
            font-size: 1.8rem;
            font-weight: bold;
            color: var(--primary-color);
            margin: 10px 0;
        }
        
        .budget-table {
            width: 100%;
            margin: 20px 0;
        }
        
        .budget-table th, .budget-table td {
            padding: 12px 15px;
        }
        
        .budget-table td:last-child {
            text-align: right;
            font-weight: 500;
        }
        
        .budget-total {
            font-weight: bold;
            font-size: 1.1em;
            background-color: rgba(107, 142, 35, 0.1);
        }
        
        @media (max-width: 768px) {
            .platform-table {
                display: block;
                overflow-x: auto;
            }
            
            .strategy-grid {
                grid-template-columns: 1fr;
            }
            
            .kpi-grid {
                grid-template-columns: 1fr;
            }
        }
    </style>
</head>
<body>
    <div class="header">
        <h1>塔未餐厅视频传播发布方案</h1>
        <p class="subtitle">基于30秒家庭聚会视频的多平台整合营销策略</p>
    </div>

    <div class="section">
        <h2>一、核心传播策略</h2>
        
        <div class="strategy-grid">
            <div class="strategy-card">
                <h3>核心信息</h3>
                <p>强调塔未不仅是餐厅,更是<span class="highlight">高品质家庭时光、周末休闲、城市微度假</span>的承载地。</p>
            </div>
            
            <div class="strategy-card">
                <h3>目标人群</h3>
                <p>追求生活品质的年轻父母、热衷探店打卡的都市青年、有社交聚会需求的外国友人/海归。</p>
            </div>
            
            <div class="strategy-card">
                <h3>情感共鸣</h3>
                <p>触发观众对"美好周末"、"温馨家庭日"、"城中逃离"的向往,让塔未成为这种情感的"实体解决方案"。</p>
            </div>
            
            <div class="strategy-card">
                <h3>平台差异化</h3>
                <p>一稿多用,但根据平台特性微调标题、标签和发布形式,实现精准传播。</p>
            </div>
        </div>
    </div>

    <div class="section">
        <h2>二、多平台发布策略</h2>
        
        <table class="platform-table">
            <thead>
                <tr>
                    <th width="15%">平台</th>
                    <th width="20%">核心思路</th>
                    <th width="25%">标题设计(示例)</th>
                    <th width="25%">标签设计</th>
                    <th width="15%">发布形式补充</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td><strong>小红书</strong></td>
                    <td>打造"种草"笔记,强调美学与攻略</td>
                    <td>
                        <ul>
                            <li>"在成都!我找到了理想中的欧洲家庭周日!"</li>
                            <li>"宝藏亲子餐厅!不露脸也能拍出电影感Vlog攻略"</li>
                        </ul>
                    </td>
                    <td>
                        <span class="tag">#成都探店</span>
                        <span class="tag">#成都周末去哪儿</span>
                        <span class="tag">#成都亲子餐厅</span>
                        <span class="tag">#塔未</span>
                    </td>
                    <td>使用最美定格画面作为封面图;正文补充地址、人均消费、拍摄技巧等实用信息</td>
                </tr>
                
                <tr>
                    <td><strong>抖音</strong></td>
                    <td>强节奏、强引导,激发快速互动</td>
                    <td>
                        <ul>
                            <li>"猜猜在成都这个地方过周末,需要多少钱?"</li>
                            <li>"@你身边的宝妈,这周末就冲这里!"</li>
                        </ul>
                    </td>
                    <td>
                        <span class="tag">#成都美食</span>
                        <span class="tag">#亲子时光</span>
                        <span class="tag">#宝藏餐厅</span>
                        <span class="tag">#成都探店</span>
                    </td>
                    <td>使用热门BGM;官方账号在评论区发起互动,引导点击定位</td>
                </tr>
                
                <tr>
                    <td><strong>视频号</strong></td>
                    <td>依托社交链,强化本地推荐</td>
                    <td>
                        <ul>
                            <li>"成都的爸爸妈妈们,这个溜娃圣地你们去了吗?"</li>
                            <li>"身边朋友都在推荐的餐厅,果然没让我失望"</li>
                        </ul>
                    </td>
                    <td>
                        <span class="tag">#成都</span>
                        <span class="tag">#成都生活</span>
                        <span class="tag">#成都美食推荐</span>
                        <span class="tag">#亲子餐厅推荐</span>
                    </td>
                    <td>添加精确位置定位;内容设计易于用户转发给朋友或家庭群</td>
                </tr>
            </tbody>
        </table>
    </div>

    <div class="section">
        <h2>三、内容矩阵与延伸设计</h2>
        
        <h3>1. 多格式内容组合</h3>
        <ul>
            <li><strong>主视频 (30秒精华版):</strong> 作为核心投放内容,在所有平台发布</li>
            <li><strong>幕后花絮/拍摄Vlog:</strong> 展示家庭温馨互动的NG镜头、餐厅环境细节,增加真实感</li>
            <li><strong>图片系列海报:</strong>
                <ul>
                    <li>环境海报:突出玻璃房、庭院、阳光等核心场景</li>
                    <li>美食海报:高颜值菜品特写,标注菜名</li>
                    <li>氛围海报:从视频中截取高清氛围感画面,配上走心文案</li>
                </ul>
            </li>
        </ul>
        
        <h3>2. 互动活动设计</h3>
        <ul>
            <li><strong>话题挑战:</strong> 创建 <span class="highlight">#塔未家庭日</span> 话题,鼓励用户发布打卡视频,选出优质内容赠送套餐或折扣券</li>
            <li><strong>留言抽奖:</strong> "关注+留言@你最想一起共度周末的人,抽3位朋友赠送【双人下午茶套餐】"</li>
            <li><strong>投票互动:</strong> 发布"宝宝最爱的菜是哪一个?A.意大利面 B.舒芙蕾 C.烤鸡"等互动内容</li>
        </ul>
    </div>

    <div class="section">
        <h2>四、执行时间线</h2>
        
        <h3>执行时间线</h3>
        <div class="timeline">
            <div class="timeline-item">
                <div class="timeline-dot"></div>
                <div class="timeline-content">
                    <div class="timeline-date">发布前 (1-2天)</div>
                    <p>准备所有物料(视频、图片、文案),预约模特/家庭</p>
                </div>
            </div>
            
            <div class="timeline-item">
                <div class="timeline-dot"></div>
                <div class="timeline-content">
                    <div class="timeline-date">发布日 (Day 0)</div>
                    <p>全平台同步发布主视频。官方账号进行首次评论互动</p>
                </div>
            </div>
            
            <div class="timeline-item">
                <div class="timeline-dot"></div>
                <div class="timeline-content">
                    <div class="timeline-date">发布后第1天</div>
                    <p>发布幕后花絮内容,维持热度。开始投放少量付费推广测试数据</p>
                </div>
            </div>
            
            <div class="timeline-item">
                <div class="timeline-dot"></div>
                <div class="timeline-content">
                    <div class="timeline-date">发布后第3-7天</div>
                    <p>根据数据表现,对表现好的平台进行小额付费推广,精准投放目标人群</p>
                </div>
            </div>
        </div>


    <div class="section">
        <h2>五、资源分配</h2>
        

        <h3>团队分工</h3>
        <ul>
            <li><strong>内容团队:</strong> 负责视频拍摄、剪辑、图片设计</li>
            <li><strong>运营团队:</strong> 负责多平台发布、互动维护、数据监控</li>
            <li><strong>客户关系:</strong> 处理用户咨询、预订衔接、线下体验优化</li>
            <li><strong>管理层:</strong> 总体策略把控、资源协调、效果评估</li>
        </ul>
    </div>
</body>
</html>
 
        
编辑器加载中
预览
控制台