招采 法规增加
This commit is contained in:
parent
185cd5d0af
commit
79cc524799
@ -318,7 +318,86 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="flex flex-col md:flex-row w-full max-w-[1480px] mx-auto gap-8 py-12">
|
||||
<!-- 左侧区块 -->
|
||||
<div class="bg-white rounded-xl shadow-md overflow-hidden flex-1 flex flex-col">
|
||||
<div class="p-6 border-b">
|
||||
<h3 class="text-xl font-semibold text-gray-700 mb-4">招采信息</h3>
|
||||
|
||||
<!-- 表格容器修改 -->
|
||||
<div class="overflow-hidden"> <!-- 移除滚动条 -->
|
||||
<table class="w-full table-auto">
|
||||
<colgroup>
|
||||
<col span="1" style="width: 70%;">
|
||||
<col span="1" style="width: 30%;">
|
||||
</colgroup>
|
||||
<tbody class="divide-y divide-gray-100">
|
||||
{dreamer-cms:list typeid="c44273d2" pagenum="1" pagesize="5" cascade="true" sortBy="show_time" sortWay="desc"}
|
||||
<tr class="hover:bg-gray-50">
|
||||
<!-- 修改后的单元格 -->
|
||||
<td class="px-6 py-4 font-medium text-gray-800 text-lg max-w-[30ch] truncate break-words">
|
||||
[field:title/]
|
||||
</td>
|
||||
<td class="px-6 py-4 text-gray-600 text-lg max-w-[30ch] truncate">
|
||||
[field:showtime function="format('yyyy-MM-dd')" /]
|
||||
</td>
|
||||
</tr>
|
||||
<!-- 其他行保持相同结构 -->
|
||||
{/dreamer-cms:list}
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="pt-4 flex justify-end">
|
||||
<a href="/list-c44273d2/gongsixinwen/1/10">
|
||||
<button class="px-6 py-3 bg-blue-600 text-white rounded-lg hover:bg-blue-700 transition-colors text-lg">
|
||||
显示更多
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 右侧区块(相同修改) -->
|
||||
<div class="bg-white rounded-xl shadow-md overflow-hidden flex-1 flex flex-col">
|
||||
<div class="p-6 border-b">
|
||||
<h3 class="text-xl font-semibold text-gray-700 mb-4">政策法规</h3>
|
||||
|
||||
<!-- 表格容器修改 -->
|
||||
<div class="overflow-hidden"> <!-- 移除滚动条 -->
|
||||
<table class="w-full table-auto">
|
||||
<colgroup>
|
||||
<col span="1" style="width: 70%;">
|
||||
<col span="1" style="width: 30%;">
|
||||
</colgroup>
|
||||
<tbody class="divide-y divide-gray-100">
|
||||
{dreamer-cms:list typeid="gez4xw34" pagenum="1" pagesize="5" cascade="true" sortBy="show_time" sortWay="desc"}
|
||||
<tr class="hover:bg-gray-50">
|
||||
<!-- 修改后的单元格 -->
|
||||
<td class="px-6 py-4 font-medium text-gray-800 text-lg max-w-[30ch] truncate break-words">
|
||||
[field:title/]
|
||||
</td>
|
||||
<td class="px-6 py-4 text-gray-600 text-lg max-w-[30ch] truncate">
|
||||
[field:showtime function="format('yyyy-MM-dd')" /]
|
||||
</td>
|
||||
</tr>
|
||||
<!-- 其他行保持相同结构 -->
|
||||
{/dreamer-cms:list}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="pt-4 flex justify-end">
|
||||
<a href="/list-gez4xw34/ztb/1/10">
|
||||
<button class="px-6 py-3 bg-blue-600 text-white rounded-lg hover:bg-blue-700 transition-colors text-lg">
|
||||
显示更多
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- 关于我们 -->
|
||||
<section class="py-20">
|
||||
@ -326,8 +405,9 @@
|
||||
<div class="text-center mb-16">
|
||||
<h2 class="text-3xl md:text-4xl font-bold mb-4">关于我们</h2>
|
||||
<div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div>
|
||||
<p class="text-gray-600 max-w-3xl mx-auto">龙翔工程咨询集团
|
||||
成立于2005年,是一家专业从事工程咨询、项目管理、造价咨询等服务的综合性咨询企业,公司始终以“全力塑造行业品牌”为追求目标,以着力提升公司专业化水准、精准化服务、标准化管理为切入点,脚踏实地,锐意进取,不断完善,勇于超越,努力以一流服务创一流业绩!</p>
|
||||
<p class="text-gray-800 text-left text-lg">
|
||||
龙翔工程咨询集团,成立于2005年,是一家集工程咨询、投融资咨询、财税鉴证、安全咨询、环保职业卫生、信息化咨询、数据资产、项目管理、勘察设计、监理服务、行业咨询教育为一体的综合性企业。集团管理中心位于北京市西城区,集团总部位于青岛西海岸新区,现有职工300余人,注册类工程师百余人。集团自成立以来,始终坚持“专业第一,服务第一,信誉第一”核心发展理念,秉承与恪守“公平、公正、守法”的职业风范,为客户提供全方位咨询服务。
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex flex-col md:flex-row items-center">
|
||||
<div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
|
||||
@ -775,14 +855,14 @@
|
||||
data: [
|
||||
{
|
||||
id: 1,
|
||||
imageUrl: "{dreamer-cms:template /}images/carousel/img_20250427150419.jpg",
|
||||
imageUrl: "{dreamer-cms:template /}images/carousel/IMG_202504218658_860x482.png",
|
||||
title: "专业工程咨询服务",
|
||||
description: "提供全过程工程咨询解决方案,助力项目成功",
|
||||
link: "#"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
imageUrl: "{dreamer-cms:template /}images/carousel/img_20250427150428.jpg",
|
||||
imageUrl: "{dreamer-cms:template /}images/carousel/img_20250427150419.jpg",
|
||||
title: "专业项目管理服务",
|
||||
description: "科学管理,确保项目按时按质完成",
|
||||
link: "#"
|
||||
|
Loading…
x
Reference in New Issue
Block a user