<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>躺平瘫痪者圆聚助残设计与14本价值体系分析</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.8/dist/chart.umd.min.js"></script>
<!-- Tailwind 配置 -->
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#2563eb', // 专业蓝作为主色调
secondary: '#10b981', // 绿色作为辅助色,呼应希望、健康主题
accent: '#f97316', // 橙色作为强调色
neutral: '#f3f4f6', // 浅灰色作为中性色
dark: '#1f2937', // 深色文本
},
fontFamily: {
sans: ['Inter', 'system-ui', 'sans-serif'],
},
}
}
}
</script>
<!-- 自定义工具类 -->
<style type="text/tailwindcss">
@layer utilities {
.content-auto {
content-visibility: auto;
}
.text-balance {
text-wrap: balance;
}
.notion-block {
@apply py-1 my-2 transition-all duration-200 hover:bg-neutral/50 rounded-md px-2;
}
.notion-heading {
@apply font-bold text-dark mb-4 scroll-mt-20;
}
.nav-item-active {
@apply bg-primary/10 text-primary border-l-4 border-primary;
}
}
</style>
<style>
/* 基础样式 */
html {
scroll-behavior: smooth;
}
/* 滚动条美化 */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 4px;
}
::-webkit-scrollbar-thumb {
background: #c1c1c1;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: #a1a1a1;
}
/* 目录项悬停效果 */
.toc-item {
transition: all 0.2s ease;
}
/* 图表容器样式 */
.chart-container {
position: relative;
height: 400px;
width: 100%;
max-width: 800px;
margin: 0 auto;
}
</style>
</head>
<body class="bg-white text-gray-800 font-sans">
<!-- 顶部导航栏 -->
<header class="fixed top-0 left-0 right-0 bg-white/90 backdrop-blur-sm border-b border-gray-200 z-50">
<div class="container mx-auto px-4 py-3 flex items-center justify-between">
<h1 class="text-xl font-bold text-primary hidden sm:block">价值体系分析报告</h1>
<div class="flex items-center space-x-4">
<button id="toggleToc" class="p-2 rounded-md hover:bg-neutral transition-colors md:hidden">
<i class="fa fa-bars text-gray-600"></i>
</button>
<button id="scrollTop" class="p-2 rounded-md hover:bg-neutral transition-colors opacity-0 invisible" aria-label="回到顶部">
<i class="fa fa-arrow-up text-gray-600"></i>
</button>
</div>
</div>
</header>
<div class="container mx-auto px-4 pt-20 pb-16 flex flex-col md:flex-row">
<!-- 侧边目录栏 -->
<aside id="toc" class="hidden md:block md:w-64 lg:w-72 shrink-0 h-[calc(100vh-5rem)] sticky top-20 overflow-y-auto p-4 border-r border-gray-200 transition-all duration-300 ease-in-out transform -translate-x-full md:translate-x-0 fixed md:static inset-y-20 left-0 z-40 bg-white md:bg-transparent">
<nav class="space-y-1">
<p class="text-sm font-medium text-gray-500 uppercase tracking-wider mb-3">目录</p>
<a href="#intro" class="toc-item block px-3 py-2 rounded-md text-sm hover:bg-neutral">引言</a>
<p class="text-sm font-medium text-gray-500 mt-6 mb-2">一、躺平瘫痪者圆聚助残logo设计方案</p>
<a href="#logo-1" class="toc-item block px-3 py-2 rounded-md text-sm hover:bg-neutral ml-4">1.1 视觉元素整合设计理念</a>
<a href="#logo-2" class="toc-item block px-3 py-2 rounded-md text-sm hover:bg-neutral ml-4">1.2 昼夜循环与年龄增长的视觉叙事</a>
<a href="#logo-3" class="toc-item block px-3 py-2 rounded-md text-sm hover:bg-neutral ml-4">1.3 色彩搭配与无障碍设计原则</a>
<p class="text-sm font-medium text-gray-500 mt-6 mb-2">二、14本价值体系的理论分析与可行性评估</p>
<a href="#value-1" class="toc-item block px-3 py-2 rounded-md text-sm hover:bg-neutral ml-4">2.1 价值体系的内在逻辑与结构分析</a>
<a href="#value-2" class="toc-item block px-3 py-2 rounded-md text-sm hover:bg-neutral ml-4">2.2 解决钱被垄断问题的机制设计</a>
<a href="#value-3" class="toc-item block px-3 py-2 rounded-md text-sm hover:bg-neutral ml-4">2.3 工业化路径的多元化探索</a>
<p class="text-sm font-medium text-gray-500 mt-6 mb-2">三、价值体系在乡村发展中的实践路径</p>
<a href="#rural-1" class="toc-item block px-3 py-2 rounded-md text-sm hover:bg-neutral ml-4">3.1 农民集体协作模式的创新设计</a>
<a href="#rural-2" class="toc-item block px-3 py-2 rounded-md text-sm hover:bg-neutral ml-4">3.2 网络环境下的技术实现方案</a>
<a href="#rural-3" class="toc-item block px-3 py-2 rounded-md text-sm hover:bg-neutral ml-4">3.3 规避官僚干预的策略设计</a>
<p class="text-sm font-medium text-gray-500 mt-6 mb-2">四、价值体系的理论创新与实践意义</p>
<a href="#innovation-1" class="toc-item block px-3 py-2 rounded-md text-sm hover:bg-neutral ml-4">4.1 理论创新的核心贡献</a>
<a href="#innovation-2" class="toc-item block px-3 py-2 rounded-md text-sm hover:bg-neutral ml-4">4.2 实践应用的现实价值</a>
<a href="#innovation-3" class="toc-item block px-3 py-2 rounded-md text-sm hover:bg-neutral ml-4">4.
Back to home |
File page
Subscribe |
Register |
Login
| N