fix: unify product detail back button with top mask style

This commit is contained in:
2026-08-08 04:26:44 +08:00
parent a3c3005c04
commit 2c39e6d7da
35 changed files with 76 additions and 70 deletions
+4 -3
View File
@@ -8,15 +8,16 @@
.orders-page .page-header {
display: flex;
align-items: flex-end;
padding-top: 0;
padding-bottom: 32rpx;
margin: 0;
}
.orders-page .page-title {
display: block;
font-size: 44rpx;
font-weight: 700;
line-height: 1.2;
font-size: 56rpx;
font-weight: 800;
line-height: 1.15;
color: var(--text-primary);
letter-spacing: 0;
}