This commit is contained in:
@jyuhsin
2025-11-26 09:43:48 +08:00
parent f49054ac92
commit c414ddac00
2 changed files with 4 additions and 2 deletions
@@ -17,7 +17,7 @@ layout("/layouts/v4/baseLayout.html"){
.section-banner .banner-img img {
width: 100%;
height: 100%;
object-fit: cover;
/*object-fit: cover;*/
}
.section-wrapper {
@@ -130,6 +130,8 @@ const stats = {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
width: 32%;
margin-left: 20px;
}
.stat-item {
@@ -143,7 +145,7 @@ const stats = {
cursor: pointer;
transition: all 0.2s ease;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
width: 200px;
width: 100%;
height: 90px;
}