feat(M08-A): 接入顾客端选店下单入口

This commit is contained in:
Codex
2026-06-24 21:26:32 +08:00
parent c90f6e34a1
commit 4ac2c960e4
20 changed files with 734 additions and 32 deletions
+10
View File
@@ -36,6 +36,10 @@
line-height: 1.7;
}
.store-card:active {
background: #eef4ff;
}
.store-name {
font-size: 34rpx;
font-weight: 600;
@@ -55,3 +59,9 @@
color: #888888;
text-align: center;
}
.card-action {
margin-top: 16rpx;
color: #1f6feb;
font-weight: 600;
}