商品浏览页构建前最后一次更新

This commit is contained in:
2026-08-02 00:21:54 +08:00
parent d37a93ab9e
commit e423ab2d73
146 changed files with 3449 additions and 1342 deletions
+9 -4
View File
@@ -81,6 +81,10 @@
.order-icon {
font-size: 56px;
}
.order-icon-img {
width: 56px;
height: 56px;
}
.order-info {
flex: 1;
}
@@ -141,18 +145,19 @@
align-items: center;
padding: 120px 40px;
}
.empty-icon {
font-size: 100px;
.empty-icon-img {
width: 56px;
height: 56px;
margin-bottom: 24px;
}
.empty-text {
font-size: 36px;
font-weight: 700;
color: #5c3a3a;
color: var(--text-primary);
margin-bottom: 12px;
}
.empty-sub {
font-size: 28px;
color: #b08d8d;
color: var(--text-secondary);
margin-bottom: 40px;
}