提交
This commit is contained in:
parent
992ee44ac5
commit
1ad89d2739
@ -33,6 +33,10 @@
|
||||
<script src="{dreamer-cms:template /}scripts/js.js"></script>
|
||||
<script src="{dreamer-cms:template /}scripts/layer.js"></script>
|
||||
<style>
|
||||
.scale-200 {
|
||||
transform: scale(1.5);
|
||||
transform-origin: center; /* 确保从中心放大 */
|
||||
}
|
||||
.hero-section {
|
||||
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1605152276897-4f618f831968?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
|
||||
background-size: cover;
|
||||
@ -311,7 +315,7 @@
|
||||
}
|
||||
|
||||
.custom-btn:hover .btn-bg {
|
||||
transform: scale(1);
|
||||
transform: scale(1.5);
|
||||
}
|
||||
|
||||
.custom-btn:hover .btn-text {
|
||||
@ -520,7 +524,7 @@
|
||||
<div class="flex flex-col md:flex-row items-center justify-between gap-8 max-w-3xl mx-auto">
|
||||
<!-- 加长版招采平台按钮 -->
|
||||
<a href="http://lxjt.lxxmgl.net/trading#/login?activeName=1" target="_blank"
|
||||
class="custom-btn btn-primary">
|
||||
class="custom-btn btn-primary scale-200">
|
||||
<span class="btn-bg"></span>
|
||||
<i id="bbb" class="fas fa-search text-blue-600 text-2xl fa-1x ml-2 mr-4"
|
||||
style="position: relative;left:-20px"></i>
|
||||
@ -529,7 +533,7 @@
|
||||
|
||||
<!-- 加长版数字平台按钮 -->
|
||||
<a href="http://lxjt.lxxmgl.net/trading#/login?activeName=1" target="_blank"
|
||||
class="custom-btn btn-secondary">
|
||||
class="custom-btn btn-secondary scale-200">
|
||||
<span class="btn-bg"></span>
|
||||
<i id="bbb" class="fas fal fa-city text-blue-600 text-2xl fa-1x ml-2 mr-4"
|
||||
style="position: relative;left:-20px"></i>
|
||||
@ -726,42 +730,7 @@
|
||||
// date: "2023-05-28",
|
||||
// category: "行业动态",
|
||||
// title: "2023年工程咨询行业发展论坛在京举行"
|
||||
// },
|
||||
// {
|
||||
// date: "2023-05-10",
|
||||
// category: "技术前沿",
|
||||
// title: "BIM技术在大型工程项目中的应用研讨会圆满结束"
|
||||
// },
|
||||
// {
|
||||
// date: "2023-04-22",
|
||||
// category: "公司新闻",
|
||||
// title: "我司荣获2023年度优秀工程咨询企业称号"
|
||||
// },
|
||||
// {
|
||||
// date: "2023-03-15",
|
||||
// category: "行业动态",
|
||||
// title: "2023年第一季度工程咨询行业发展报告发布"
|
||||
// },
|
||||
// {
|
||||
// date: "2023-02-28",
|
||||
// category: "技术前沿",
|
||||
// title: "新型建筑材料在工程中的应用研讨会成功举办"
|
||||
// },
|
||||
// {
|
||||
// date: "2023-01-15",
|
||||
// category: "行业动态",
|
||||
// title: "2023年工程咨询行业发展趋势分析"
|
||||
// },
|
||||
// {
|
||||
// date: "2022-12-10",
|
||||
// category: "公司新闻",
|
||||
// title: "我司与某大型建筑集团达成战略合作协议"
|
||||
// },
|
||||
// {
|
||||
// date: "2022-11-25",
|
||||
// category: "技术前沿",
|
||||
// title: "绿色建筑技术应用研讨会成功举办"
|
||||
// }
|
||||
|
||||
];
|
||||
|
||||
// Pagination variables
|
||||
|
Loading…
x
Reference in New Issue
Block a user