This commit is contained in:
123 2025-05-21 18:27:48 +08:00
parent 66ced7041a
commit 6fd5e9a330
3 changed files with 7 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -99,7 +99,7 @@
<div class="pull-left"> <div class="pull-left">
{dreamer-cms:global name="copyright" /} {dreamer-cms:global name="copyright" /}
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
<a target="_blank" style="color: #ccc;" href='http://www.beian.miit.gov.cn/'>{dreamer-cms:global name="icp"/}</a> <a target="_blank" style="color: #ccc;" href='https://beian.miit.gov.cn/'>{dreamer-cms:global name="icp"/}</a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -310,7 +310,7 @@
} }
/* 悬停动效 */ /* 悬停动效 */
.custom-btn:hover { /* .custom-btn:hover {
transform: translateY(-3px); transform: translateY(-3px);
} }
@ -321,7 +321,7 @@
.custom-btn:hover .btn-text { .custom-btn:hover .btn-text {
transform: scale(1.5); transform: scale(1.5);
color: #f0f8ff; color: #f0f8ff;
} } */
/* 二级按钮样式 */ /* 二级按钮样式 */
.btn-secondary .btn-bg { .btn-secondary .btn-bg {
@ -331,9 +331,9 @@
} }
/* 点击动效 */ /* 点击动效 */
.custom-btn:active { /* .custom-btn:active {
transform: translateY(1px); transform: translateY(1px);
} } */
/* 平台按钮点击动效 */ /* 平台按钮点击动效 */
#bbb { #bbb {
@ -520,7 +520,7 @@
</div> </div>
</div> </div>
</section> </section>
<section class="py-16 bg-gray-50"> <section class="py-16 bg-gray-50" style="background-color: #a3bae2;">
<div class="container mx-auto px-6"> <div class="container mx-auto px-6">
<div class="flex flex-col md:flex-row items-center justify-between gap-8 max-w-3xl mx-auto"> <div class="flex flex-col md:flex-row items-center justify-between gap-8 max-w-3xl mx-auto">
<!-- 加长版招采平台按钮 --> <!-- 加长版招采平台按钮 -->
@ -544,7 +544,7 @@
</div> </div>
</section> </section>
<!-- 服务项目 --> <!-- 服务项目 -->
<section class="py-20 bg-gray-50"> <section class="py-20 bg-gray-50" >
<div class="container mx-auto px-6"> <div class="container mx-auto px-6">
<div class="text-center mb-16"> <div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">我们的服务</h2> <h2 class="text-3xl md:text-4xl font-bold mb-4">我们的服务</h2>