fix: 主图1边框加粗至15px,缩小展示台避免文字重叠

This commit is contained in:
12600k-rog-d4
2026-04-04 22:48:53 +08:00
parent 0b78515fd5
commit 85c48f7744
2 changed files with 12 additions and 12 deletions

View File

@@ -60,19 +60,19 @@
margin-top: 6px; margin-top: 6px;
letter-spacing: 3px; letter-spacing: 3px;
} }
/* 产品展示台 - 边框更 */ /* 产品展示台 - 边框更 */
.product-stage { .product-stage {
width: 620px; width: 580px;
height: 520px; height: 480px;
background: rgba(255,255,255,0.08); background: rgba(255,255,255,0.08);
border-radius: 30px; border-radius: 35px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
position: relative; position: relative;
margin-top: 20px; margin-top: 10px;
backdrop-filter: blur(5px); backdrop-filter: blur(5px);
border: 8px solid rgba(255,255,255,0.12); border: 15px solid rgba(255,255,255,0.12);
box-shadow: box-shadow:
0 20px 60px rgba(0,0,0,0.3), 0 20px 60px rgba(0,0,0,0.3),
inset 0 1px 0 rgba(255,255,255,0.1); inset 0 1px 0 rgba(255,255,255,0.1);
@@ -88,11 +88,11 @@
justify-content: center; justify-content: center;
} }
.product-img { .product-img {
width: 620px; width: 580px;
height: 520px; height: 480px;
object-fit: cover; object-fit: cover;
object-position: center; object-position: center;
border-radius: 25px; border-radius: 30px;
box-shadow: box-shadow:
0 15px 40px rgba(0,0,0,0.4), 0 15px 40px rgba(0,0,0,0.4),
0 0 0 1px rgba(255,255,255,0.1); 0 0 0 1px rgba(255,255,255,0.1);
@@ -103,8 +103,8 @@
top: 100%; top: 100%;
left: 50%; left: 50%;
transform: translateX(-50%) scaleY(-1); transform: translateX(-50%) scaleY(-1);
width: 620px; width: 580px;
height: 120px; height: 100px;
object-fit: cover; object-fit: cover;
object-position: center bottom; object-position: center bottom;
opacity: 0.12; opacity: 0.12;
@@ -115,7 +115,7 @@
/* 卖点标签 */ /* 卖点标签 */
.features { .features {
position: absolute; position: absolute;
bottom: 100px; bottom: 90px;
display: flex; display: flex;
gap: 12px; gap: 12px;
z-index: 10; z-index: 10;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 538 KiB

After

Width:  |  Height:  |  Size: 508 KiB