修改按钮样式
This commit is contained in:
parent
83d35a1e36
commit
324a11f0bf
@ -259,7 +259,7 @@
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 16px 40px;
|
padding: 30px 60px;
|
||||||
/* 增加左右内边距 */
|
/* 增加左右内边距 */
|
||||||
min-width: 240px;
|
min-width: 240px;
|
||||||
/* 设置最小宽度 */
|
/* 设置最小宽度 */
|
||||||
@ -294,6 +294,7 @@
|
|||||||
transform: scale(0.95);
|
transform: scale(0.95);
|
||||||
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
|
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
border-radius: 24px !important; /* 加大圆角 */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 悬停动效 */
|
/* 悬停动效 */
|
||||||
@ -494,13 +495,13 @@
|
|||||||
</section>
|
</section>
|
||||||
<section class="py-16 bg-gray-50">
|
<section class="py-16 bg-gray-50">
|
||||||
<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-center gap-8 max-w-6xl mx-auto">
|
<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"
|
<a href="http://lxjt.lxxmgl.net/trading#/login?activeName=1" target="_blank"
|
||||||
class="custom-btn btn-primary">
|
class="custom-btn btn-primary">
|
||||||
<span class="btn-bg"></span>
|
<span class="btn-bg"></span>
|
||||||
<i id="bbb" class="fas fa-search text-blue-600 text-2xl fa-1x ml-2 mr-4"
|
<i id="bbb" class="fas fa-search text-blue-600 text-2xl fa-1x ml-2 mr-4"
|
||||||
style="position: relative;left:-10px"></i>
|
style="position: relative;left:-20px"></i>
|
||||||
<span class="btn-text">进入招采平台</span>
|
<span class="btn-text">进入招采平台</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@ -509,7 +510,7 @@
|
|||||||
class="custom-btn btn-secondary">
|
class="custom-btn btn-secondary">
|
||||||
<span class="btn-bg"></span>
|
<span class="btn-bg"></span>
|
||||||
<i id="bbb" class="fas fal fa-city text-blue-600 text-2xl fa-1x ml-2 mr-4"
|
<i id="bbb" class="fas fal fa-city text-blue-600 text-2xl fa-1x ml-2 mr-4"
|
||||||
style="position: relative;left:-10px"></i>
|
style="position: relative;left:-20px"></i>
|
||||||
<span class="btn-text">进入数字平台</span>
|
<span class="btn-text">进入数字平台</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user