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

31 lines
627 B
SCSS

@import "variables";
.search {
padding-left: $primary-gap;
width: 100%;
height: 70rpx;
border: 1px solid $primary-color;
border-radius: $primary-border-radius;
background-color: #fff;
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: center;
.search-input {
flex: 1;
height: 100%;
border: none;
}
.confim {
height: 60rpx;
width: 100rpx;
margin: 4rpx;
color: #fff;
line-height: 60rpx;
text-align: center;
background-color: $primary-color;
border-radius: 20rpx;
}
}