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
+55
View File
@@ -1,5 +1,7 @@
.page {
padding: 32rpx;
min-height: 100vh;
background: #f5f6f8;
}
.title {
@@ -12,3 +14,56 @@
margin-top: 32rpx;
color: #777777;
}
.store-head,
.room-card,
.wifi-box {
margin-bottom: 24rpx;
padding: 28rpx;
border-radius: 16rpx;
background: #ffffff;
}
.room-card:active {
background: #eef4ff;
}
.section-title {
margin: 32rpx 0 16rpx;
font-size: 32rpx;
font-weight: 600;
}
.room-name {
font-size: 34rpx;
font-weight: 600;
}
.muted {
margin-top: 8rpx;
color: #667085;
}
.price {
margin-top: 12rpx;
color: #b42318;
font-size: 34rpx;
font-weight: 700;
}
.open {
margin-top: 8rpx;
color: #17823b;
}
.closed,
.error {
margin-top: 8rpx;
color: #c73535;
}
.empty {
padding: 64rpx 0;
color: #888888;
text-align: center;
}