Files
ruo-shan-cloud-pharmacy/miniprogram/package-live/volc-mini-sdk/pubComponents/drawer/drawer.wxss
T
陈誉午 994b267f5c feat: 电子药箱小程序 - 4Tab药品管理
- 电子药箱: 药品库存管理 + 手动录入 + 今日用药打卡
- 药品百科: 搜索 + 分类筛选 + 20种药品静态数据
- 惠教中心: 4条药品使用指南课程
- 我的: 家庭成员信息管理
- 自定义TabBar + navigation-bar组件
- SVG药品分类插图
2026-07-29 11:20:52 +08:00

1 line
1.1 KiB
Plaintext

.wrapAnimate{animation:wrapAnimate .5s ease-in-out forwards}@keyframes wrapAnimate{100%{background:rgba(0,0,0,.35)}}.wrapAnimateOut{animation:wrapAnimateOut .4s ease-in-out forwards}@keyframes wrapAnimateOut{0%{background:rgba(0,0,0,.35)}100%{background:rgba(0,0,0,0)}}.frameAnimate{animation:frameAnimate .5s ease forwards}@keyframes frameAnimate{100%{opacity:1;top:0}}.frameAnimateOut{animation:frameAnimateOut .4s ease forwards}@keyframes frameAnimateOut{0%{opacity:1;top:0}100%{opacity:0;top:100vh}}.drawer{z-index:10000;position:fixed;bottom:0;left:0}.frame-wrapper{position:fixed;height:100vh;width:100vw;z-index:2;top:50vh}.frame{background:#202124;color:#fff;position:absolute;bottom:0;width:100%;padding:0;border-top-left-radius:20rpx;border-top-right-radius:20rpx;z-index:3;box-sizing:border-box;overflow:hidden}.flex{display:flex;align-items:center}.wrap{position:fixed;z-index:1;top:0;left:0;right:0;bottom:0}.cancel{border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;height:calc(56px + .5 * (1rem - 16px));font-size:calc(16px + .5 * (1rem - 16px))}.buttonHover{background-color:#1f1f1f}