小程序修改

This commit is contained in:
2026-07-12 19:44:36 +08:00
parent 3b4833b51a
commit e2dfb08de3
45 changed files with 2028 additions and 347 deletions
+17 -5
View File
@@ -4,13 +4,17 @@
}
.store-toolbar {
display: flex;
align-items: center;
gap: 8px;
padding: 0 var(--space-page) 12px;
}
.store-location {
display: flex;
align-items: center;
margin-bottom: 10px;
flex-shrink: 0;
max-width: 42%;
color: var(--color-on-surface-variant);
font-size: 12px;
font-weight: 500;
@@ -22,17 +26,25 @@
border-radius: 50%;
background: var(--color-heritage-red);
margin-right: 6px;
flex-shrink: 0;
}
.store-location-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.store-search {
height: 44px;
padding: 0 16px 0 40px;
flex: 1;
min-width: 0;
height: 40px;
padding: 0 12px;
border-radius: var(--radius-md);
background: var(--color-surface-container-low);
font-size: 14px;
font-size: 13px;
color: var(--color-on-surface);
box-sizing: border-box;
width: 100%;
}
.store-category-tabs {