tongxiaojun commited on
Commit
6f61205
·
verified ·
1 Parent(s): da57d2f

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +548 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Peihuo Net
3
- emoji: 🚀
4
- colorFrom: blue
5
- colorTo: red
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: peihuo-net
3
+ emoji: 🐳
4
+ colorFrom: gray
5
+ colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,548 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="zh-CN">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>中华配货网 - 中国领先的物流信息化服务平台</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .hero-gradient {
11
+ background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #3b82f6 100%);
12
+ }
13
+ .feature-card:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
16
+ }
17
+ .news-card:hover {
18
+ transform: translateY(-3px);
19
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
20
+ }
21
+ .partner-logo:hover {
22
+ filter: grayscale(0);
23
+ transform: scale(1.05);
24
+ }
25
+ .animated-arrow {
26
+ transition: transform 0.3s ease;
27
+ }
28
+ .btn-hover:hover .animated-arrow {
29
+ transform: translateX(5px);
30
+ }
31
+ </style>
32
+ </head>
33
+ <body class="font-sans bg-gray-50 text-gray-800">
34
+ <!-- Header -->
35
+ <header class="bg-white shadow-sm sticky top-0 z-50">
36
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
37
+ <div class="flex items-center">
38
+ <div class="bg-blue-600 text-white p-2 rounded mr-3">
39
+ <i class="fas fa-truck text-xl"></i>
40
+ </div>
41
+ <h1 class="text-2xl font-bold text-blue-600">
42
+ <span class="text-gray-800">中华</span>配货网
43
+ </h1>
44
+ </div>
45
+
46
+ <nav class="hidden md:flex space-x-8">
47
+ <a href="#" class="text-blue-600 font-medium hover:text-blue-800">首页</a>
48
+ <a href="#" class="hover:text-blue-600">车源信息</a>
49
+ <a href="#" class="hover:text-blue-600">货源信息</a>
50
+ <a href="#" class="hover:text-blue-600">物流专线</a>
51
+ <a href="#" class="hover:text-blue-600">行业资讯</a>
52
+ <a href="#" class="hover:text-blue-600">关于我们</a>
53
+ </nav>
54
+
55
+ <div class="flex items-center space-x-4">
56
+ <button class="px-4 py-2 rounded-md border border-blue-600 text-blue-600 hover:bg-blue-50">
57
+ <i class="fas fa-user mr-2"></i>登录
58
+ </button>
59
+ <button class="px-4 py-2 rounded-md bg-blue-600 text-white hover:bg-blue-700">
60
+ <i class="fas fa-user-plus mr-2"></i>注册
61
+ </button>
62
+ <button class="md:hidden text-gray-600">
63
+ <i class="fas fa-bars text-xl"></i>
64
+ </button>
65
+ </div>
66
+ </div>
67
+ </header>
68
+
69
+ <!-- Hero Section -->
70
+ <section class="hero-gradient text-white py-16 md:py-24">
71
+ <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
72
+ <div class="md:w-1/2 mb-10 md:mb-0">
73
+ <h2 class="text-3xl md:text-4xl lg:text-5xl font-bold mb-6 leading-tight">
74
+ 中国领先的物流信息化服务平台
75
+ </h2>
76
+ <p class="text-lg md:text-xl mb-8 opacity-90">
77
+ 连接全国货主与车主,智能匹配物流需求,降低空驶率,提高运输效率
78
+ </p>
79
+ <div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-4">
80
+ <button class="px-6 py-3 bg-white text-blue-600 font-medium rounded-md hover:bg-gray-100 transition">
81
+ 发布货源 <i class="fas fa-box-open ml-2"></i>
82
+ </button>
83
+ <button class="px-6 py-3 bg-blue-500 bg-opacity-20 border border-white text-white font-medium rounded-md hover:bg-opacity-30 transition">
84
+ 寻找车源 <i class="fas fa-truck ml-2"></i>
85
+ </button>
86
+ </div>
87
+ </div>
88
+ <div class="md:w-1/2">
89
+ <img src="https://images.unsplash.com/photo-1609974202975-6c9bb46b8c2e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
90
+ alt="物流运输"
91
+ class="rounded-lg shadow-xl w-full h-auto object-cover">
92
+ </div>
93
+ </div>
94
+ </section>
95
+
96
+ <!-- Stats Section -->
97
+ <section class="bg-white py-12">
98
+ <div class="container mx-auto px-4">
99
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-6 text-center">
100
+ <div class="p-6 border-r border-gray-200 last:border-r-0">
101
+ <div class="text-3xl md:text-4xl font-bold text-blue-600 mb-2">10万+</div>
102
+ <div class="text-gray-600">注册会员</div>
103
+ </div>
104
+ <div class="p-6 border-r border-gray-200 last:border-r-0">
105
+ <div class="text-3xl md:text-4xl font-bold text-blue-600 mb-2">50万+</div>
106
+ <div class="text-gray-600">日发布货源</div>
107
+ </div>
108
+ <div class="p-6 border-r border-gray-200 last:border-r-0">
109
+ <div class="text-3xl md:text-4xl font-bold text-blue-600 mb-2">30万+</div>
110
+ <div class="text-gray-600">日发布车源</div>
111
+ </div>
112
+ <div class="p-6">
113
+ <div class="text-3xl md:text-4xl font-bold text-blue-600 mb-2">95%</div>
114
+ <div class="text-gray-600">匹配成功率</div>
115
+ </div>
116
+ </div>
117
+ </div>
118
+ </section>
119
+
120
+ <!-- Features Section -->
121
+ <section class="py-16 bg-gray-50">
122
+ <div class="container mx-auto px-4">
123
+ <div class="text-center mb-16">
124
+ <h2 class="text-3xl font-bold mb-4">我们的核心服务</h2>
125
+ <p class="text-gray-600 max-w-2xl mx-auto">为货主和车主提供全方位的物流信息化解决方案</p>
126
+ </div>
127
+
128
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
129
+ <!-- Feature 1 -->
130
+ <div class="bg-white p-8 rounded-lg shadow-md feature-card transition duration-300">
131
+ <div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-6">
132
+ <i class="fas fa-search-location text-blue-600 text-2xl"></i>
133
+ </div>
134
+ <h3 class="text-xl font-semibold mb-3">智能匹配</h3>
135
+ <p class="text-gray-600 mb-4">
136
+ 基于大数据和AI算法,智能匹配货源与车源,提高运输效率,降低空驶率
137
+ </p>
138
+ <a href="#" class="text-blue-600 font-medium flex items-center btn-hover">
139
+ 了解更多 <i class="fas fa-arrow-right ml-2 animated-arrow"></i>
140
+ </a>
141
+ </div>
142
+
143
+ <!-- Feature 2 -->
144
+ <div class="bg-white p-8 rounded-lg shadow-md feature-card transition duration-300">
145
+ <div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-6">
146
+ <i class="fas fa-map-marked-alt text-blue-600 text-2xl"></i>
147
+ </div>
148
+ <h3 class="text-xl font-semibold mb-3">专线查询</h3>
149
+ <p class="text-gray-600 mb-4">
150
+ 全国物流专线查询,覆盖各省市县的运输网络,快速找到最优运输路线
151
+ </p>
152
+ <a href="#" class="text-blue-600 font-medium flex items-center btn-hover">
153
+ 了解更多 <i class="fas fa-arrow-right ml-2 animated-arrow"></i>
154
+ </a>
155
+ </div>
156
+
157
+ <!-- Feature 3 -->
158
+ <div class="bg-white p-8 rounded-lg shadow-md feature-card transition duration-300">
159
+ <div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-6">
160
+ <i class="fas fa-shield-alt text-blue-600 text-2xl"></i>
161
+ </div>
162
+ <h3 class="text-xl font-semibold mb-3">信用保障</h3>
163
+ <p class="text-gray-600 mb-4">
164
+ 完善的信用评价体系,交易双方实名认证,保障物流交易安全可靠
165
+ </p>
166
+ <a href="#" class="text-blue-600 font-medium flex items-center btn-hover">
167
+ 了解更多 <i class="fas fa-arrow-right ml-2 animated-arrow"></i>
168
+ </a>
169
+ </div>
170
+
171
+ <!-- Feature 4 -->
172
+ <div class="bg-white p-8 rounded-lg shadow-md feature-card transition duration-300">
173
+ <div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-6">
174
+ <i class="fas fa-chart-line text-blue-600 text-2xl"></i>
175
+ </div>
176
+ <h3 class="text-xl font-semibold mb-3">数据分析</h3>
177
+ <p class="text-gray-600 mb-4">
178
+ 物流大数据分析,提供市场行情、运价走势等专业数据服务
179
+ </p>
180
+ <a href="#" class="text-blue-600 font-medium flex items-center btn-hover">
181
+ 了解更多 <i class="fas fa-arrow-right ml-2 animated-arrow"></i>
182
+ </a>
183
+ </div>
184
+
185
+ <!-- Feature 5 -->
186
+ <div class="bg-white p-8 rounded-lg shadow-md feature-card transition duration-300">
187
+ <div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-6">
188
+ <i class="fas fa-mobile-alt text-blue-600 text-2xl"></i>
189
+ </div>
190
+ <h3 class="text-xl font-semibold mb-3">移动应用</h3>
191
+ <p class="text-gray-600 mb-4">
192
+ 随时随地发布和查询货源车源,支持GPS定位、在线支付等功能
193
+ </p>
194
+ <a href="#" class="text-blue-600 font-medium flex items-center btn-hover">
195
+ 了解更多 <i class="fas fa-arrow-right ml-2 animated-arrow"></i>
196
+ </a>
197
+ </div>
198
+
199
+ <!-- Feature 6 -->
200
+ <div class="bg-white p-8 rounded-lg shadow-md feature-card transition duration-300">
201
+ <div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-6">
202
+ <i class="fas fa-headset text-blue-600 text-2xl"></i>
203
+ </div>
204
+ <h3 class="text-xl font-semibold mb-3">客户服务</h3>
205
+ <p class="text-gray-600 mb-4">
206
+ 7×24小时专业客服团队,解决您在物流交易过程中的各种问题
207
+ </p>
208
+ <a href="#" class="text-blue-600 font-medium flex items-center btn-hover">
209
+ 了解更多 <i class="fas fa-arrow-right ml-2 animated-arrow"></i>
210
+ </a>
211
+ </div>
212
+ </div>
213
+ </div>
214
+ </section>
215
+
216
+ <!-- CTA Section -->
217
+ <section class="py-16 bg-blue-600 text-white">
218
+ <div class="container mx-auto px-4 text-center">
219
+ <h2 class="text-3xl font-bold mb-6">立即加入中华配货网</h2>
220
+ <p class="text-xl mb-8 max-w-2xl mx-auto opacity-90">
221
+ 无论您是货主还是车主,都能在这里找到最适合的物流解决方案
222
+ </p>
223
+ <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-6">
224
+ <button class="px-8 py-3 bg-white text-blue-600 font-medium rounded-md hover:bg-gray-100 transition">
225
+ 免费注册 <i class="fas fa-user-plus ml-2"></i>
226
+ </button>
227
+ <button class="px-8 py-3 border border-white text-white font-medium rounded-md hover:bg-blue-700 transition">
228
+ 联系我们 <i class="fas fa-phone-alt ml-2"></i>
229
+ </button>
230
+ </div>
231
+ </div>
232
+ </section>
233
+
234
+ <!-- Latest News Section -->
235
+ <section class="py-16 bg-white">
236
+ <div class="container mx-auto px-4">
237
+ <div class="flex justify-between items-center mb-12">
238
+ <h2 class="text-3xl font-bold">行业资讯</h2>
239
+ <a href="#" class="text-blue-600 hover:underline flex items-center">
240
+ 查看更多 <i class="fas fa-arrow-right ml-2"></i>
241
+ </a>
242
+ </div>
243
+
244
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
245
+ <!-- News 1 -->
246
+ <div class="bg-white rounded-lg overflow-hidden shadow-md news-card transition duration-300">
247
+ <img src="https://images.unsplash.com/photo-1600679472829-3044539ce8ed?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
248
+ alt="物流新闻"
249
+ class="w-full h-48 object-cover">
250
+ <div class="p-6">
251
+ <div class="text-sm text-gray-500 mb-2">
252
+ <span class="text-blue-600">行业动态</span> • 2023-06-15
253
+ </div>
254
+ <h3 class="text-xl font-semibold mb-3">2023年中国物流信息化发展趋势分析</h3>
255
+ <p class="text-gray-600 mb-4">
256
+ 随着数字经济的快速发展,物流信息化正迎来新一轮变革,智能化、平台化、生态化成为主要发展方向...
257
+ </p>
258
+ <a href="#" class="text-blue-600 font-medium flex items-center">
259
+ 阅读全文 <i class="fas fa-arrow-right ml-2 text-sm"></i>
260
+ </a>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- News 2 -->
265
+ <div class="bg-white rounded-lg overflow-hidden shadow-md news-card transition duration-300">
266
+ <img src="https://images.unsplash.com/photo-1601493700631-2b16ec4b4716?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
267
+ alt="物流政策"
268
+ class="w-full h-48 object-cover">
269
+ <div class="p-6">
270
+ <div class="text-sm text-gray-500 mb-2">
271
+ <span class="text-blue-600">政策解读</span> • 2023-06-10
272
+ </div>
273
+ <h3 class="text-xl font-semibold mb-3">交通运输部发布物流降本增效新政策</h3>
274
+ <p class="text-gray-600 mb-4">
275
+ 交通运输部近日印发《关于进一步降低物流成本提高效率的若干意见》,提出多项具体措施...
276
+ </p>
277
+ <a href="#" class="text-blue-600 font-medium flex items-center">
278
+ 阅读全文 <i class="fas fa-arrow-right ml-2 text-sm"></i>
279
+ </a>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- News 3 -->
284
+ <div class="bg-white rounded-lg overflow-hidden shadow-md news-card transition duration-300">
285
+ <img src="https://images.unsplash.com/photo-1556740738-b6a63e27c4df?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
286
+ alt="物流技术"
287
+ class="w-full h-48 object-cover">
288
+ <div class="p-6">
289
+ <div class="text-sm text-gray-500 mb-2">
290
+ <span class="text-blue-600">技术前沿</span> • 2023-06-05
291
+ </div>
292
+ <h3 class="text-xl font-semibold mb-3">区块链技术在物流行业的应用前景</h3>
293
+ <p class="text-gray-600 mb-4">
294
+ 区块链技术因其去中心化、不可篡改等特性,正在物流行业多个场景中得到应用,有望解决行业痛点...
295
+ </p>
296
+ <a href="#" class="text-blue-600 font-medium flex items-center">
297
+ 阅读全文 <i class="fas fa-arrow-right ml-2 text-sm"></i>
298
+ </a>
299
+ </div>
300
+ </div>
301
+ </div>
302
+ </div>
303
+ </section>
304
+
305
+ <!-- Partners Section -->
306
+ <section class="py-16 bg-gray-50">
307
+ <div class="container mx-auto px-4">
308
+ <div class="text-center mb-12">
309
+ <h2 class="text-3xl font-bold mb-4">合作伙伴</h2>
310
+ <p class="text-gray-600 max-w-2xl mx-auto">与行业领先企业共同推动物流信息化发展</p>
311
+ </div>
312
+
313
+ <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-5 gap-8">
314
+ <div class="flex items-center justify-center p-4 bg-white rounded-lg shadow-sm partner-logo transition duration-300 filter grayscale hover:grayscale-0">
315
+ <img src="https://via.placeholder.com/150x60?text=顺丰速运" alt="顺丰速运" class="h-10 object-contain">
316
+ </div>
317
+ <div class="flex items-center justify-center p-4 bg-white rounded-lg shadow-sm partner-logo transition duration-300 filter grayscale hover:grayscale-0">
318
+ <img src="https://via.placeholder.com/150x60?text=京东物流" alt="京东物流" class="h-10 object-contain">
319
+ </div>
320
+ <div class="flex items-center justify-center p-4 bg-white rounded-lg shadow-sm partner-logo transition duration-300 filter grayscale hover:grayscale-0">
321
+ <img src="https://via.placeholder.com/150x60?text=中通快递" alt="中通快递" class="h-10 object-contain">
322
+ </div>
323
+ <div class="flex items-center justify-center p-4 bg-white rounded-lg shadow-sm partner-logo transition duration-300 filter grayscale hover:grayscale-0">
324
+ <img src="https://via.placeholder.com/150x60?text=中国邮政" alt="中国邮政" class="h-10 object-contain">
325
+ </div>
326
+ <div class="flex items-center justify-center p-4 bg-white rounded-lg shadow-sm partner-logo transition duration-300 filter grayscale hover:grayscale-0">
327
+ <img src="https://via.placeholder.com/150x60?text=德邦物流" alt="德邦物流" class="h-10 object-contain">
328
+ </div>
329
+ </div>
330
+ </div>
331
+ </section>
332
+
333
+ <!-- Testimonials Section -->
334
+ <section class="py-16 bg-white">
335
+ <div class="container mx-auto px-4">
336
+ <div class="text-center mb-12">
337
+ <h2 class="text-3xl font-bold mb-4">用户评价</h2>
338
+ <p class="text-gray-600 max-w-2xl mx-auto">听听我们的用户怎么说</p>
339
+ </div>
340
+
341
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
342
+ <!-- Testimonial 1 -->
343
+ <div class="bg-gray-50 p-8 rounded-lg">
344
+ <div class="flex items-center mb-4">
345
+ <div class="w-12 h-12 rounded-full bg-blue-100 flex items-center justify-center mr-4">
346
+ <i class="fas fa-user text-blue-600 text-xl"></i>
347
+ </div>
348
+ <div>
349
+ <h4 class="font-semibold">张先生</h4>
350
+ <p class="text-sm text-gray-500">货主 • 家具制造商</p>
351
+ </div>
352
+ </div>
353
+ <p class="text-gray-600 italic">
354
+ "使用中华配货网后,我们的物流成本降低了15%,车辆匹配速度提高了3倍,非常满意!"
355
+ </p>
356
+ <div class="mt-4 text-yellow-400">
357
+ <i class="fas fa-star"></i>
358
+ <i class="fas fa-star"></i>
359
+ <i class="fas fa-star"></i>
360
+ <i class="fas fa-star"></i>
361
+ <i class="fas fa-star"></i>
362
+ </div>
363
+ </div>
364
+
365
+ <!-- Testimonial 2 -->
366
+ <div class="bg-gray-50 p-8 rounded-lg">
367
+ <div class="flex items-center mb-4">
368
+ <div class="w-12 h-12 rounded-full bg-blue-100 flex items-center justify-center mr-4">
369
+ <i class="fas fa-user text-blue-600 text-xl"></i>
370
+ </div>
371
+ <div>
372
+ <h4 class="font-semibold">李师傅</h4>
373
+ <p class="text-sm text-gray-500">车主 • 个体运输户</p>
374
+ </div>
375
+ </div>
376
+ <p class="text-gray-600 italic">
377
+ "平台货源信息真实可靠,回程货匹配功能帮我减少了空驶,每月收入增加了20%以上。"
378
+ </p>
379
+ <div class="mt-4 text-yellow-400">
380
+ <i class="fas fa-star"></i>
381
+ <i class="fas fa-star"></i>
382
+ <i class="fas fa-star"></i>
383
+ <i class="fas fa-star"></i>
384
+ <i class="fas fa-star-half-alt"></i>
385
+ </div>
386
+ </div>
387
+
388
+ <!-- Testimonial 3 -->
389
+ <div class="bg-gray-50 p-8 rounded-lg">
390
+ <div class="flex items-center mb-4">
391
+ <div class="w-12 h-12 rounded-full bg-blue-100 flex items-center justify-center mr-4">
392
+ <i class="fas fa-user text-blue-600 text-xl"></i>
393
+ </div>
394
+ <div>
395
+ <h4 class="font-semibold">王经理</h4>
396
+ <p class="text-sm text-gray-500">物流公司 • 运营总监</p>
397
+ </div>
398
+ </div>
399
+ <p class="text-gray-600 italic">
400
+ "中华配货网的数据分析功能帮助我们优化了运输路线和运力配置,公司整体效率提升了30%。"
401
+ </p>
402
+ <div class="mt-4 text-yellow-400">
403
+ <i class="fas fa-star"></i>
404
+ <i class="fas fa-star"></i>
405
+ <i class="fas fa-star"></i>
406
+ <i class="fas fa-star"></i>
407
+ <i class="fas fa-star"></i>
408
+ </div>
409
+ </div>
410
+ </div>
411
+ </div>
412
+ </section>
413
+
414
+ <!-- Footer -->
415
+ <footer class="bg-gray-900 text-white pt-16 pb-8">
416
+ <div class="container mx-auto px-4">
417
+ <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-12 mb-12">
418
+ <!-- About -->
419
+ <div>
420
+ <div class="flex items-center mb-6">
421
+ <div class="bg-blue-600 text-white p-2 rounded mr-3">
422
+ <i class="fas fa-truck text-xl"></i>
423
+ </div>
424
+ <h3 class="text-2xl font-bold">
425
+ <span class="text-gray-300">中华</span>配货网
426
+ </h3>
427
+ </div>
428
+ <p class="text-gray-400 mb-4">
429
+ 中国领先的物流信息化服务平台,连接全国货主与车主,提供智能匹配、专线查询、信用保障等全方位服务。
430
+ </p>
431
+ <div class="flex space-x-4">
432
+ <a href="#" class="text-gray-400 hover:text-white">
433
+ <i class="fab fa-weixin text-xl"></i>
434
+ </a>
435
+ <a href="#" class="text-gray-400 hover:text-white">
436
+ <i class="fab fa-weibo text-xl"></i>
437
+ </a>
438
+ <a href="#" class="text-gray-400 hover:text-white">
439
+ <i class="fab fa-qq text-xl"></i>
440
+ </a>
441
+ <a href="#" class="text-gray-400 hover:text-white">
442
+ <i class="fab fa-tiktok text-xl"></i>
443
+ </a>
444
+ </div>
445
+ </div>
446
+
447
+ <!-- Quick Links -->
448
+ <div>
449
+ <h4 class="text-lg font-semibold mb-6">快速链接</h4>
450
+ <ul class="space-y-3">
451
+ <li><a href="#" class="text-gray-400 hover:text-white">首页</a></li>
452
+ <li><a href="#" class="text-gray-400 hover:text-white">车源信息</a></li>
453
+ <li><a href="#" class="text-gray-400 hover:text-white">货源信息</a></li>
454
+ <li><a href="#" class="text-gray-400 hover:text-white">物流专线</a></li>
455
+ <li><a href="#" class="text-gray-400 hover:text-white">行业资讯</a></li>
456
+ <li><a href="#" class="text-gray-400 hover:text-white">关于我们</a></li>
457
+ </ul>
458
+ </div>
459
+
460
+ <!-- Services -->
461
+ <div>
462
+ <h4 class="text-lg font-semibold mb-6">服务项目</h4>
463
+ <ul class="space-y-3">
464
+ <li><a href="#" class="text-gray-400 hover:text-white">智能匹配</a></li>
465
+ <li><a href="#" class="text-gray-400 hover:text-white">专线查询</a></li>
466
+ <li><a href="#" class="text-gray-400 hover:text-white">信用保障</a></li>
467
+ <li><a href="#" class="text-gray-400 hover:text-white">数据分析</a></li>
468
+ <li><a href="#" class="text-gray-400 hover:text-white">移动应用</a></li>
469
+ <li><a href="#" class="text-gray-400 hover:text-white">客户服务</a></li>
470
+ </ul>
471
+ </div>
472
+
473
+ <!-- Contact -->
474
+ <div>
475
+ <h4 class="text-lg font-semibold mb-6">联系我们</h4>
476
+ <ul class="space-y-4">
477
+ <li class="flex items-start">
478
+ <i class="fas fa-map-marker-alt text-blue-500 mt-1 mr-3"></i>
479
+ <span class="text-gray-400">北京市朝阳区物流科技园A座18层</span>
480
+ </li>
481
+ <li class="flex items-center">
482
+ <i class="fas fa-phone-alt text-blue-500 mr-3"></i>
483
+ <span class="text-gray-400">400-888-8888</span>
484
+ </li>
485
+ <li class="flex items-center">
486
+ <i class="fas fa-envelope text-blue-500 mr-3"></i>
487
+ <span class="text-gray-400">[email protected]</span>
488
+ </li>
489
+ <li class="flex items-center">
490
+ <i class="fas fa-clock text-blue-500 mr-3"></i>
491
+ <span class="text-gray-400">周一至周日 8:00-22:00</span>
492
+ </li>
493
+ </ul>
494
+ </div>
495
+ </div>
496
+
497
+ <div class="border-t border-gray-800 pt-8">
498
+ <div class="flex flex-col md:flex-row justify-between items-center">
499
+ <p class="text-gray-500 mb-4 md:mb-0">
500
+ &copy; 2023 中华配货网 www.peihuo.net 版权所有
501
+ </p>
502
+ <div class="flex space-x-6">
503
+ <a href="#" class="text-gray-500 hover:text-white">隐私政策</a>
504
+ <a href="#" class="text-gray-500 hover:text-white">服务条款</a>
505
+ <a href="#" class="text-gray-500 hover:text-white">法律声明</a>
506
+ </div>
507
+ </div>
508
+ </div>
509
+ </div>
510
+ </footer>
511
+
512
+ <!-- Floating Action Button -->
513
+ <div class="fixed bottom-8 right-8 z-50">
514
+ <div class="flex flex-col space-y-3">
515
+ <button class="w-12 h-12 rounded-full bg-blue-600 text-white flex items-center justify-center shadow-lg hover:bg-blue-700 transition">
516
+ <i class="fas fa-comment-dots text-xl"></i>
517
+ </button>
518
+ <button class="w-12 h-12 rounded-full bg-green-500 text-white flex items-center justify-center shadow-lg hover:bg-green-600 transition">
519
+ <i class="fab fa-weixin text-xl"></i>
520
+ </button>
521
+ <button class="w-12 h-12 rounded-full bg-gray-800 text-white flex items-center justify-center shadow-lg hover:bg-gray-700 transition">
522
+ <i class="fas fa-arrow-up text-xl"></i>
523
+ </button>
524
+ </div>
525
+ </div>
526
+
527
+ <script>
528
+ // Simple JavaScript for demonstration purposes
529
+ document.addEventListener('DOMContentLoaded', function() {
530
+ // Back to top button functionality
531
+ const backToTopBtn = document.querySelector('.fixed.bottom-8.right-8 button:last-child');
532
+ backToTopBtn.addEventListener('click', () => {
533
+ window.scrollTo({
534
+ top: 0,
535
+ behavior: 'smooth'
536
+ });
537
+ });
538
+
539
+ // Mobile menu toggle would go here
540
+ // const mobileMenuBtn = document.querySelector('header button.md:hidden');
541
+ // const mobileMenu = document.querySelector('nav.md:flex');
542
+ // mobileMenuBtn.addEventListener('click', () => {
543
+ // mobileMenu.classList.toggle('hidden');
544
+ // });
545
+ });
546
+ </script>
547
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=tongxiaojun/peihuo-net" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
548
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 生成一个 www.peihuo.net 的网站,中文名为 中华配货网 网站, 主要业务: 中国的物流信息化业务。