feat: 电子药箱小程序 - 4Tab药品管理
- 电子药箱: 药品库存管理 + 手动录入 + 今日用药打卡 - 药品百科: 搜索 + 分类筛选 + 20种药品静态数据 - 惠教中心: 4条药品使用指南课程 - 我的: 家庭成员信息管理 - 自定义TabBar + navigation-bar组件 - SVG药品分类插图
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
/* components/login/login.wxss */
|
||||
@import "../../variables";
|
||||
|
||||
.loginContainer {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 999;
|
||||
width: 750rpx;
|
||||
height: 100%;
|
||||
background-color: rgba($color: #000000, $alpha: .3);
|
||||
backdrop-filter: blur(12rpx);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
.contain {
|
||||
width: 100%;
|
||||
height: 25vh;
|
||||
background-color: #ffffff;
|
||||
border-radius: 20rpx 20rpx 0 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
text {
|
||||
font-size: 35rpx;
|
||||
width: 80%;
|
||||
line-height: 50rpx;
|
||||
margin-bottom: 50rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.login {
|
||||
width: 60%;
|
||||
height: 80rpx;
|
||||
background: $primary-color-blue;
|
||||
color: white;
|
||||
font-size: 40rpx;
|
||||
font-weight: 800;
|
||||
line-height: 80rpx;
|
||||
text-align: center;
|
||||
border-radius: $primary-border-radius-20;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user