样式优化

This commit is contained in:
kron
2025-11-10 17:47:32 +08:00
parent cd8814189f
commit 81ab085e48
5 changed files with 15 additions and 13 deletions

View File

@@ -89,9 +89,9 @@ onBeforeUnmount(() => {
align-items: center;
}
.container > image {
width: 360rpx;
width: 380rpx;
height: 80rpx;
transform: translateY(20rpx);
transform: translateY(18rpx);
}
.container > view:last-child {
width: 100%;
@@ -113,7 +113,7 @@ onBeforeUnmount(() => {
font-size: 18rpx;
color: #fff;
position: absolute;
top: 0;
top: -0.5rpx;
left: 50%;
transform: translateX(-50%);
}