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
+48
View File
@@ -1,5 +1,7 @@
.page {
padding: 32rpx;
min-height: 100vh;
background: #f5f6f8;
}
.title {
@@ -12,3 +14,49 @@
margin-top: 32rpx;
color: #777777;
}
.section-title {
margin: 32rpx 0 16rpx;
font-size: 32rpx;
font-weight: 600;
}
.duration-row,
.action-grid {
display: flex;
gap: 16rpx;
flex-wrap: wrap;
margin-bottom: 24rpx;
}
.action-grid button {
flex: 1 1 280rpx;
}
.selected {
color: #ffffff;
background: #1f6feb;
}
.result-card {
margin-top: 20rpx;
padding: 28rpx;
border-radius: 16rpx;
background: #ffffff;
line-height: 1.7;
}
.result-title {
font-size: 32rpx;
font-weight: 600;
}
.success {
margin: 16rpx 0;
color: #17823b;
}
.error {
margin: 16rpx 0;
color: #c73535;
}