609f7d06cf
- pets-fe: 微信原生小程序(首页/计划/记录/报告/社区/引导), 服务端驱动、无假数据;弹层改用 scroll-view,打开时隐藏自定义 tabBar - pets-be: Gin + GORM(MySQL, sundynix_ 前缀) + MinIO,统一响应/分页, 微信 code2session 登录,provider-neutral AI(DeepSeek),go:embed React 后台 - 修复:分段选择类型不匹配(字符串 vs 数字)导致选不中 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
.overlay{
|
|
position:fixed;inset:0;z-index:200;
|
|
background:rgba(26,18,12,.30);
|
|
opacity:0;pointer-events:none;transition:.2s ease;
|
|
backdrop-filter:blur(6rpx);-webkit-backdrop-filter:blur(6rpx);
|
|
}
|
|
.overlay.show{opacity:1;pointer-events:auto}
|
|
.sheet{
|
|
position:absolute;left:0;right:0;bottom:0;
|
|
background:#fff;border-radius:60rpx 60rpx 0 0;
|
|
padding:32rpx 0 0;
|
|
transform:translateY(106%);transition:.24s ease;
|
|
box-shadow:0 -40rpx 100rpx rgba(0,0,0,.16);
|
|
}
|
|
.overlay.show .sheet{transform:translateY(0)}
|
|
.sheet-scroll{
|
|
box-sizing:border-box;
|
|
max-height:78vh;
|
|
padding:0 36rpx calc(48rpx + env(safe-area-inset-bottom));
|
|
}
|
|
.sheet-scroll::-webkit-scrollbar,.plan-chat::-webkit-scrollbar{width:0;height:0;display:none}
|
|
.sheetbar{width:88rpx;height:10rpx;border-radius:999rpx;background:#E1D8CF;margin:0 auto 24rpx}
|
|
|
|
.sheet-h3{font-size:40rpx;font-weight:800;margin-bottom:20rpx}
|
|
.sheet-p{font-size:28rpx;color:#62584F;line-height:1.65;margin-bottom:24rpx}
|
|
.sheet-p.pre,.poster-list.pre{white-space:pre-line}
|
|
.poster-h3{font-size:40rpx;font-weight:800;margin-bottom:20rpx}
|
|
.bold{font-weight:900}
|
|
|
|
.ai-input-row{display:flex;gap:16rpx;align-items:center}
|
|
.ai-input-row .input{flex:1}
|
|
.ai-send{height:88rpx;line-height:88rpx;padding:0 28rpx}
|
|
|
|
/* 弹层内的日期选择器展示 */
|
|
.picker-box{color:var(--text)}
|
|
.del-btn{background:var(--red-soft);color:var(--red)}
|